[MacPorts] #64229: python27 +universal fails to build for ppc+ppc64 on 10.5.8

MacPorts noreply at macports.org
Sat Dec 18 17:34:50 UTC 2021


#64229: python27 +universal fails to build for ppc+ppc64 on 10.5.8
---------------------------+-------------------------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  closed
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.1
Resolution:  duplicate     |   Keywords:  PowerPC, Leopard, ppc64
      Port:  python27      |
---------------------------+-------------------------------------

Comment (by kencu):

 Replying to [comment:9 barracuda156]:

 > Another reason is that for 10.6 PPC port +universal does nothing,

 Well, only because you turned off universal building by adding these lines
 to macports.conf:
 {{{
 build_arch              ppc
 universal_archs
 buildfromsource         always
 cxx_stdlib              libstdc++
 }}}

 If you really want to try universal building, change it to this:
 {{{
 build_arch              ppc
 universal_archs         ppc ppc64
 buildfromsource         always
 cxx_stdlib              libstdc++
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/64229#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list