[MacPorts] #64978: boost176 fails on 10.6.8 Rosetta with parameter syntax errors

MacPorts noreply at macports.org
Sun Apr 10 14:32:51 UTC 2022


#64978: boost176 fails on 10.6.8 Rosetta with parameter syntax errors
---------------------------+-------------------------------------------
  Reporter:  barracuda156  |      Owner:  michaelld
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.2
Resolution:                |   Keywords:  powerpc, snowleopard, rosetta
      Port:  boost176      |
---------------------------+-------------------------------------------

Comment (by barracuda156):

 Turned out this was the problem:

 {{{
 # makecontext/swapcontext introduced in 10.6
 if {${os.platform} eq "darwin" && ${os.major} < 10} {
     configure.args-append   --without-libraries=context \
                             --without-libraries=coroutine
 }
 }}}

 It does not work in Rosetta and must be disabled for `${os.major} == 10 &&
 ${build.arch} = ppc`.

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


More information about the macports-tickets mailing list