[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k
Éric Araujo
report at bugs.python.org
Mon Oct 31 17:32:49 CET 2011
Éric Araujo <merwok at netwok.org> added the comment:
> Here's the error message:
> error: File not found: /tmp/tmpsga9lh/foo/build/bdist.linux-i686/rpm/BUILDROOT/foo-0.1-1.i386/usr/local/lib/python3.3/site-packages/foo.pyc
Thanks. Some rpm tool is looking for byte-compiled files in the old location, but I’ve fixed sdist (used under the cover by bdist_rpm) recently to use __pycache__ directories. There must be some other code path that reports wrong locations for byte-compiled files, similar to the get_outputs methods that I fixed in another commit, but I’m unable to find it right now. I’ll try to install Fedora in a VM when I get more time.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5875>
_______________________________________
More information about the Python-bugs-list
mailing list