[Bug 1089861] [NEW] debian/rules build failed with ImportError: No module named DistUtilsExtra.command

Jean-Baptiste Lallement jean-baptiste at ubuntu.com
Thu Dec 13 10:54:13 UTC 2012


Public bug reported:

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

** Affects: ubuntu-release-upgrader (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: qa-manual-testing 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:
  New

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