[issue37285] Python 2.7 setup.py incorrectly double-joins SDKROOT

Ned Deily report at bugs.python.org
Sat Oct 19 05:57:29 EDT 2019


Ned Deily <nad at python.org> added the comment:

Thanks for the report and the PR (and sorry for the delay in responding).  There were several problems with building on macOS without installed header files, which is no longer supported in the most recent Xcode / Command Line Tools releases, as well as a problem specific to 2.7 which caused such builds to not find the system zlib.  All of these issues were addressed in the changes for bpo-36231 (c421c66a58a6caae30f0679d7e61411418e67cec) and bpo-19960 (da7f6dbbf52fe7074360a9eae918806da60139c5) which were merged to 2.7 a few months ago and are being released with 2.7.17. With these changes, the double-join problem your PR was correcting no longer occur.

----------
resolution:  -> duplicate
stage: patch review -> resolved
status: open -> closed
superseder:  -> Support builds on macOS without installed system header files

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37285>
_______________________________________


More information about the Python-bugs-list mailing list