This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2016-07-23.10:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469270983.6.0.702583698233.issue27596@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed that building the Xcode 8 beta 2 on OSX 10.11 results in a link failure of the python binary.

Based on a quick glance at the error (before switching back to Xcode 7):

1) macOS 10.12 appears to have a getentropy function that's detected
   by the configure script.
   
2) For some reason the build environment for configure and the actual build
   are different resulting in the link error.

Even with the link failure fixed the build will fail because getentropy isn't present on 10.11 and hence the binary won't work on 10.11.

IMHO it would be worthwhile to at least create a patch that makes it possible to use Xcode 8 for building on OSX 10.11, and better yet deploy on older OSX releases.

Based on the invasiveness of such a patch we could discuss if the patch would be acceptable for merging.
History
Date User Action Args
2016-07-23 10:49:43ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2016-07-23 10:49:43ronaldoussorensetmessageid: <1469270983.6.0.702583698233.issue27596@psf.upfronthosting.co.za>
2016-07-23 10:49:43ronaldoussorenlinkissue27596 messages
2016-07-23 10:49:42ronaldoussorencreate