[Pkg-bazaar-maint] Bug#423745: Bug#423745: bzr-builddeb: FTBFS: i386: ImportError: No module named bzrlib.commands

Rob Weir rob at weir.id.au
Mon May 14 10:08:47 UTC 2007


On 5/14/07, Michael Ablassmeier <abi at grinser.de> wrote:
> Package: bzr-builddeb
> Severity: serious
> Version: 0.16
> Justification: policy violation
>
> hi,
>
> Lucas has rebuild the archive on i386 and your package Failed to Build
> from Source with the following error:
>
>  > python2.5 __init__.py
>  > Traceback (most recent call last):
>  >   File "__init__.py", line 23, in <module>
>  >     from bzrlib.commands import Command, register_command
>  > ImportError: No module named bzrlib.commands
>  > make: *** [build-python2.5] Error 1
>
> the full log can be found here:
>
>  http://people.debian.org/~lucas/logs/2007/05/13/bzr-builddeb_0.16_sid32.buildlog

This seems to be caused by a missing build-dep on bzr itself.  This
patch should fix it (and the later build failure from lack of
python-deb822 and python-debian build-deps):

diff -urN bzr-builddeb-0.16/debian/control bzr-builddeb-0.17/debian/control
--- bzr-builddeb-0.16/debian/control    2007-05-08 16:46:51.000000000 +0000
+++ bzr-builddeb-0.17/debian/control    2007-05-14 10:02:51.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Bazaar Maintainers
<pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>, James Westby
<jw+debian at jameswestby.net>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
bzr (>= 0.16~), bzr (<< 0.17~), python-central (>= 0.5.8),
python-deb822
 Build-Depends-Indep: python-central (>= 0.5), python-docutils
 XS-Python-Version: >= 2.4
 Standards-Version: 3.7.2

bzr and python-central dep-versioning stolen blindly from the dependencies.

-rob




More information about the Pkg-bazaar-maint mailing list