[MacPorts] #64978: boost176 fails on 10.6.8 Rosetta: makecontext/swapcontext do not work

MacPorts noreply at macports.org
Mon Apr 11 00:52:05 UTC 2022


#64978: boost176 fails on 10.6.8 Rosetta: makecontext/swapcontext do not work
---------------------------+-------------------------------------------
  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 evanmiller):

 One of my fantasy projects is to get this Boost assembler code to work
 properly on PPC. It's possible that the correct logic is to disable
 context/coroutine on PowerPC rather than on 10.4/10.5. Maybe for now you
 want something like:

 {{{
 if {${os.platform} eq "darwin" && (${os.major} < 10 || ${build.arch} eq
 "ppc")} {
 }}}

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


More information about the macports-tickets mailing list