[Bug 1030521] Re: bzr: would FTBFS whenever cython's version has alphabetic portion (e.g. beta)
Andrew Starr-Bochicchio
a.starr.b at gmail.com
Sun Mar 30 17:36:44 UTC 2014
bzr is now failing to build in Debian unstable due to this:
> fakeroot debian/rules clean
> dh clean --with python2,sphinxdoc --buildsystem=python_distutils
> dh_testdir -O--buildsystem=python_distutils
> debian/rules override_dh_auto_clean
> make[1]: Entering directory `/«BUILDDIR»/bzr-2.6.0+bzr6591'
> dh_auto_clean
> Traceback (most recent call last):
> File "setup.py", line 205, in <module>
> pyrex_version_info = tuple(map(int, pyrex_version.rstrip("+").split('.')))
> ValueError: invalid literal for int() with base 10: '1post0'
> [27420 refs]
> dh_auto_clean: python-dbg setup.py clean -a returned exit code 1
> make[1]: *** [override_dh_auto_clean] Error 1
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/1030521
Title:
bzr: would FTBFS whenever cython's version has alphabetic portion
(e.g. beta)
Status in Bazaar Version Control System:
Triaged
Status in “bzr” package in Ubuntu:
Triaged
Status in “bzr” package in Debian:
Confirmed
Bug description:
Imported from Debian bug http://bugs.debian.org/683130:
Package: bzr
Version: 2.6.0~bzr6526-1
Severity: minor
you might like to patch/report upstream to make bzr cython version
checking more robust. Currently it FTBFS with version (0.17.beta1) in
experimental:
make[1]: Entering directory `/tmp/buildd/bzr-2.6.0~bzr6526'
dh_auto_clean
Traceback (most recent call last):
File "setup.py", line 205, in <module>
pyrex_version_info = tuple(map(int, pyrex_version.rstrip("+").split('.')))
ValueError: invalid literal for int() with base 10: 'beta1'
[21314 refs]
dh_auto_clean: python2.6-dbg setup.py clean -a returned exit code 1
make[1]: *** [override_dh_auto_clean] Error 1
just in case -- attaching full build log
-- System Information:
Debian Release: 6.0.5
APT prefers stable
APT policy: (900, 'stable'), (700, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/1030521/+subscriptions
More information about the foundations-bugs
mailing list