Message 264944 - Python tracker
Message264944
| 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:01 | xdegaye | set | recipients: + xdegaye, eric.araujo, dstufft, Alex.Willmer |
| 2016-05-06 08:05:00 | xdegaye | set | messageid: <1462521900.94.0.835492000214.issue26931@psf.upfronthosting.co.za> |
| 2016-05-06 08:05:00 | xdegaye | link | issue26931 messages |
| 2016-05-06 08:05:00 | xdegaye | create | |