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 xdegaye
Recipients Alex.Willmer, dstufft, eric.araujo, xdegaye
Date 2016-05-06.08:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462521900.94.0.835492000214.issue26931@psf.upfronthosting.co.za>
In-reply-to
Content
The last two failed tests:
    test_sysconfig_compiler_vars
    test_sysconfig_module

are caused by LDFLAGS being set in the environment both when configure is run and when make is run.

Removing LDFLAGS from the environment when running make fixes these tests.
History
Date User Action Args
2016-05-06 08:05:01xdegayesetrecipients: + xdegaye, eric.araujo, dstufft, Alex.Willmer
2016-05-06 08:05:00xdegayesetmessageid: <1462521900.94.0.835492000214.issue26931@psf.upfronthosting.co.za>
2016-05-06 08:05:00xdegayelinkissue26931 messages
2016-05-06 08:05:00xdegayecreate