Message216552
| Author |
doko |
| Recipients |
doko, twouters |
| Date |
2014年04月16日.18:53:34 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1397674415.2.0.26918040766.issue17752@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
three are still failing with 3.4:
cc-4.9.real: error: /tmp/tmpdjxmlia5/xx.cpython-34m.so: No such file or directory
gcc-4.9.real: error: /tmp/tmp4zpi6ktg/foo.cpython-34m.so: No such file or directory
gcc-4.9.real: error: build/lib.linux-x86_64-3.4/xx.cpython-34m.so: No such file or directory
test test_distutils failed -- multiple errors occurred; run in verbose mode for details
1 test failed:
test_distutils
test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase)
test_record_extensions (distutils.tests.test_install.InstallTestCase)
The reason here is that the xx module is not found (where should it be installed in the installed testsuite?). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年04月16日 18:53:35 | doko | set | recipients:
+ doko, twouters |
| 2014年04月16日 18:53:35 | doko | set | messageid: <1397674415.2.0.26918040766.issue17752@psf.upfronthosting.co.za> |
| 2014年04月16日 18:53:35 | doko | link | issue17752 messages |
| 2014年04月16日 18:53:34 | doko | create |
|