[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2016-09-11 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-04-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset be3b4aa2ad28 by doko in branch '2.7': - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h http://hg.python.org/cpython/rev/be3b4aa2ad28 -- nosy: +python-dev ___ Python tracker

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: Can landed corrected in 2.7.5. -- priority: release blocker - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-23 Thread Matthias Klose
Matthias Klose added the comment: tested the backport on MacOSX, fixing the build. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___ ___

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-22 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___ ___ Python-bugs-list mailing list

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: Reverting the backport would also fix the breakage. Is the addition of _sysconfigdata not a new feature? It changes the place where sysconfig (and distutils sysconfig?) looks for configuration data, and hence breaks all instructions that mention that you can

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: Guess what, I hadn't read the thread on this python-dev yet :-( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: I backed it out until it can be done without breaking OSX. d174cb3f5b9e -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-21 Thread Matthias Klose
New submission from Matthias Klose: The backport of #13150 to the 2.7 branch breaks the build on darwin. There is a special case for providing the _sysconfigdata module in _generate_posix_vars before get_platform is called (darwin only) and before the module is actually written. However

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-21 Thread Matthias Klose
Matthias Klose added the comment: untested work-around. we don't need the builddir to generate the _sysconfigdata.py. -- keywords: +patch Added file: http://bugs.python.org/file29537/workaround.diff ___ Python tracker rep...@bugs.python.org

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-21 Thread Matthias Klose
Changes by Matthias Klose d...@debian.org: -- nosy: +pitrou, twouters ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___ ___ Python-bugs-list

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: Backporting 4742e7aea2f5 would seem to be the simplest and most correct solution. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17512 ___

[issue17512] backport of the _sysconfigdata.py module (issue 13150) breaks the build on darwin

2013-03-21 Thread Matthias Klose
Matthias Klose added the comment: here's the backport, tested on Linux only. sorry, can't test this on MacOSX before Sunday. -- Added file: http://bugs.python.org/file29543/backport.diff ___ Python tracker rep...@bugs.python.org