Package: git-buildpackage Version: 0.6.0~git20120210 Severity: normal When I try building the sid version of this package on squeeze, I get the following errors:
make[1]: Entering directory `/tmp/buildd/git-buildpackage-0.6.0~git20120210~bpo60+1' dh_auto_clean Traceback (most recent call last): File "setup.py", line 60, in <module> setup_requires=['nose>=1.0', 'coverage>=3.4'], File "/usr/lib/python2.6/distutils/core.py", line 113, in setup _setup_distribution = dist = klass(attrs) File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 221, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs parse_requirements(requires), installer=self.fetch_build_egg File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 556, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (coverage 2.85 (/usr/lib/python2.6/dist-packages), Requirement.parse('coverage>=3.4')) dh_auto_clean: python setup.py clean -a returned exit code 1 dh_auto_clean Traceback (most recent call last): File "setup.py", line 60, in <module> setup_requires=['nose>=1.0', 'coverage>=3.4'], File "/usr/lib/python2.6/distutils/core.py", line 113, in setup _setup_distribution = dist = klass(attrs) File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 221, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs parse_requirements(requires), installer=self.fetch_build_egg File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 556, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (nose 0.11.1 (/usr/lib/pymodules/python2.6), Requirement.parse('nose>=1.0')) dh_auto_clean: python setup.py clean -a returned exit code 1 These can be solved by updating your python-coverage build dependency to enforce a version of >= 3.4, and python-nose to >= 1.0. Also, your test suite fails under the version of git from squeeze. I'm not quite sure which version it needs, but the version in squeeze-backports amd64 works. And you can probably drop the dep down to just git at this point, losing git-core (since the package name transition is in squeeze). Thanks! Christine -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages git-buildpackage depends on: ii devscripts 2.11.3 ii git [git-core] 1:1.7.9-1 ii git-core 1:1.7.9-1 ii python 2.7.2-10 ii python-dateutil 1.5-1 ii python2.6 2.6.7-4 ii python2.7 2.7.2-13 Versions of packages git-buildpackage recommends: ii cowbuilder 0.67 ii pristine-tar 1.19 Versions of packages git-buildpackage suggests: ii python-notify 0.1.1-3 ii unzip 6.0-5 -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org