[MacPorts] #49272: python35: doesn't work with Xcode 4

MacPorts noreply at macports.org
Fri Dec 11 06:32:49 PST 2015


#49272: python35: doesn't work with Xcode 4
-----------------------+-------------------
  Reporter:  mojca@…   |      Owner:  jwa@…
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  lion
      Port:  python35  |
-----------------------+-------------------

Comment (by mojca@…):

 Apart from blacklisting clang <= 425, a trivial `post-configure` patch
 would be to replace
 {{{
 #define HAVE_BUILTIN_ATOMIC 1
 }}}
 with
 {{{
 #undef HAVE_BUILTIN_ATOMIC
 }}}
 in `pyconfig.h`.

 (I added some other weird suggestions to the upstream bug tracker. Ideally
 the configure check should be improved, but I'm not sure how.)

-- 
Ticket URL: <https://trac.macports.org/ticket/49272#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list