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 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:35dokosetrecipients: + doko, twouters
2014-04-16 18:53:35dokosetmessageid: <1397674415.2.0.26918040766.issue17752@psf.upfronthosting.co.za>
2014-04-16 18:53:35dokolinkissue17752 messages
2014-04-16 18:53:34dokocreate