[Bug 1089861] Re: debian/rules build failed with ImportError: No module named DistUtilsExtra.command
Launchpad Bug Tracker
1089861 at bugs.launchpad.net
Fri Dec 14 14:54:14 UTC 2012
This bug was fixed in the package ubuntu-release-upgrader - 1:0.192.3
---------------
ubuntu-release-upgrader (1:0.192.3) raring; urgency=low
* fix FTBFS if there are no __pycache__ dirs
-- Michael Vogt <michael.vogt at ubuntu.com> Fri, 14 Dec 2012 14:44:49 +0100
** Changed in: ubuntu-release-upgrader (Ubuntu Raring)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1089861
Title:
debian/rules build failed with ImportError: No module named
DistUtilsExtra.command
Status in “ubuntu-release-upgrader” package in Ubuntu:
Fix Released
Status in “ubuntu-release-upgrader” source package in Raring:
Fix Released
Bug description:
On raring in a clean environment debian/rules build fails with:
$ ./debian/rules build
dh build --with=python3
dh_testdir
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory `/home/ubuntu/ubuntu-release-upgrader-0.192.1'
dh_auto_build
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from DistUtilsExtra.command import (
ImportError: No module named DistUtilsExtra.command
dh_auto_build: python setup.py build --force returned exit code 1
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/home/ubuntu/ubuntu-release-upgrader-0.192.1'
make: *** [build] Error 2
Removing dh_auto_* calls from overrides in fixes this issue with
python3
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1089861/+subscriptions
More information about the foundations-bugs
mailing list