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 benjamin.peterson, lemburg, ned.deily, ronaldoussoren
Date 2010-06-22.21:08:03
SpamBayes Score 0.0021405793
Marked as misclassified No
Message-id <1277240884.82.0.596788245342.issue9046@psf.upfronthosting.co.za>
In-reply-to
Content
The search code must look in the SDK and not fall back on looking into the system to avoid finding new headers and libraries when trying to build using an older SDK on a newer system.

I don't think this is a problem at the moment, but it could be in the future. 

The reason I added the SDK support code was that Snow Leopard contained a newer version of the OpenSSL libraries and the Python build picked up version information from the system version of OpenSSL instead of the SDK, and that resulted in a disfunctional build (IIRC hashlib was incomplete and that caused numerous test failures).

Falling back to looking in the current system would be needed when looking for a file that isn't a header of library, but AFAIK we don't do that in setup.py.
History
Date User Action Args
2010-06-22 21:08:04ronaldoussorensetrecipients: + ronaldoussoren, lemburg, benjamin.peterson, ned.deily
2010-06-22 21:08:04ronaldoussorensetmessageid: <1277240884.82.0.596788245342.issue9046@psf.upfronthosting.co.za>
2010-06-22 21:08:03ronaldoussorenlinkissue9046 messages
2010-06-22 21:08:03ronaldoussorencreate