[issue17752] many distutils tests fail when run from the installed location

Matthias Klose report at bugs.python.org
Wed Apr 16 20:53:35 CEST 2014


Matthias Klose added the comment:

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?).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17752>
_______________________________________


More information about the Python-bugs-list mailing list