[MacPorts] #65495: Python 3.10 is now broken for Rosetta: Undefined symbols: "_pthread_threadid_np"

MacPorts noreply at macports.org
Sat Jul 16 14:40:01 UTC 2022


#65495: Python 3.10 is now broken for Rosetta: Undefined symbols:
"_pthread_threadid_np"
---------------------------+-------------------------------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.2
Resolution:                |   Keywords:  powerpc, rosetta, snowleopard
      Port:  python310     |
---------------------------+-------------------------------------------

Comment (by barracuda156):

 This solves the issue:

 {{{
 if {${os.platform} eq "darwin" && ${os.major} == 10 && ${build_arch} eq
 "ppc"} {
       # this is needed for a PPC build on SL
       patchfiles-append  patch-threadid-older-systems.diff
  }
 }}}

 To be explicit, I am talking about a standard 10.6.8 Rosetta here.

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


More information about the macports-tickets mailing list