[Bug 1089861] Re: debian/rules build failed with ImportError: No module named DistUtilsExtra.command
Colin Watson
cjwatson at canonical.com
Thu Dec 13 16:33:15 UTC 2012
It's not a problem in package builds in a *truly* clean environment (the
buildds) because pyversions is also missing there. IOW the problem is
that your environment is clean but not clean enough. :-) I'll fix this,
though.
** Changed in: ubuntu-release-upgrader (Ubuntu)
Importance: Undecided => Medium
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: New => In Progress
** Changed in: ubuntu-release-upgrader (Ubuntu)
Assignee: (unassigned) => Colin Watson (cjwatson)
** Also affects: ubuntu-release-upgrader (Ubuntu Raring)
Importance: Medium
Assignee: Colin Watson (cjwatson)
Status: In Progress
** Tags removed: rls-r-incoming
--
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:
In Progress
Status in “ubuntu-release-upgrader” source package in Raring:
In Progress
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