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 hynek, ned.deily, ronaldoussoren
Date 2013-12-12.12:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386850025.77.0.292014271005.issue19960@psf.upfronthosting.co.za>
In-reply-to
Content
When you build python 2.7 on an OSX 10.9 machine with Xcode but without the command-line tools installed that build mostly succeeds, but doesn't detect a number of dependencies (in particular zlib).

The attached patch teaches "add_dir_to_list" about the SDK sysroot on OSX and with that the build succeeds.

Aside: I also noticed problems with build tinter, with 2.7 but also with 3.3 and 3.4. I'll file a separate issue about that.
History
Date User Action Args
2013-12-12 12:07:05ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, hynek
2013-12-12 12:07:05ronaldoussorensetmessageid: <1386850025.77.0.292014271005.issue19960@psf.upfronthosting.co.za>
2013-12-12 12:07:05ronaldoussorenlinkissue19960 messages
2013-12-12 12:07:05ronaldoussorencreate