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 vstinner
Recipients Arfrever, barry, doko, freakboy3742, koobs, larry, ncoghlan, ned.deily, python-dev, rkuska, sYnfo, thomas-petazzoni, vstinner, wscullin, xdegaye, yan12125, zach.ware
Date 2016-08-20.01:22:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471656131.86.0.55460078316.issue23968@psf.upfronthosting.co.za>
In-reply-to
Content
Any update on this issue?

test_srcdir() of test_sysconfig still fails on "x86 Gentoo Installed with X 3.x" buildbot. I opened the issue #27798 which was closed a duplicate of this issue.

First failure of the buildbot:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.x/builds/747

This build contains many changes. I don't know which one introduced the issue?

* change a062c60c9f7d60db2b63af88e2d676e617398d01: Update distutils/sysconfig.py to look for the renamed _sysconfigdata module too
* change 78d2cb7f66b602ec496800fbbe71e590c0f56b00: Rename the platform directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET)

Ned Deily: "This needs to be fixed before release."

I agree. I use the release blocker priority as a reminder. Well, if the issue cannot be fixed, I suggest to revert changes related to this issue.

"It's not just broken for cross-compiling.  As I noted earlier, it's broken when using other than gcc, such as is the case with current OS X systems."

test_sysconfig fails on "x86 Gentoo Installed with X 3.x" buildbot which uses GCC. Extract of the configure output:

   checking for gcc... gcc
History
Date User Action Args
2016-08-20 01:22:12vstinnersetrecipients: + vstinner, barry, doko, ncoghlan, larry, ned.deily, Arfrever, freakboy3742, xdegaye, python-dev, zach.ware, koobs, sYnfo, thomas-petazzoni, rkuska, wscullin, yan12125
2016-08-20 01:22:11vstinnersetmessageid: <1471656131.86.0.55460078316.issue23968@psf.upfronthosting.co.za>
2016-08-20 01:22:11vstinnerlinkissue23968 messages
2016-08-20 01:22:11vstinnercreate