[Python-modules-team] Bug#605958: FTBFS: Build-Depends on libcairo2-dev is outdated

Eric Pozharski whynot at pozharski.name
Sat Dec 4 21:30:29 UTC 2010


Package: pycairo
Version: 1.8.8-1
Severity: important
Tags: patch
Justification: fails to build from source

	[[ begin buildlog excerpt ]]
	test -x debian/rules
	mkdir -p "."
	/usr/share/cdbs/1/rules/buildcore.mk:104: WARNING:  DEB_DH_STRIP_ARGS is a deprecated variable
	/usr/share/cdbs/1/rules/buildcore.mk:104: WARNING:  DEB_COMPRESS_EXCLUDE is a deprecated variable
	mkdir -p debian/python-module-stampdir
	if test -e /usr/share/misc/config.guess ; then \
			for i in ./config.guess ; do \
				if ! test -e $i.cdbs-orig ; then \
					mv $i $i.cdbs-orig ; \
					cp --remove-destination /usr/share/misc/config.guess $i ; \
				fi ; \
			done ; \
		fi
	if test -e /usr/share/misc/config.sub ; then \
			for i in ./config.sub ; do \
				if ! test -e $i.cdbs-orig ; then \
					mv $i $i.cdbs-orig ; \
					cp --remove-destination /usr/share/misc/config.sub $i ; \
				fi ; \
			done ; \
		fi
	set -e; for buildver in 2.5 2.6; do \
			cd /tmp/pycairo_8be9S9/pycairo-1.8.8 && cd . && python$buildver setup.py build --build-base="/tmp/pycairo_8be9S9/pycairo-1.8.8/./build"; \
		done
	Requested 'cairo >= 1.8.8' but version of cairo is 1.8.6

	Error: cairo >= 1.8.8 not found
	make: *** [debian/python-module-stampdir/python-cairo] Error 1
	dpkg-buildpackage: error: debian/rules build gave error exit status 2
	[[ end buildlog excerpt ]]

That's what happens if pycairo happens to be built against
libcairo2-dev_1.8.6-2+b1 and friends.  Please update your
debian/control.  Thank you.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (700, 'stable'), (1, 'testing'), (1, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
-------------- next part --------------
--- ../control	2010-12-04 20:45:00.000000000 +0200
+++ debian/control	2010-12-04 20:45:20.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Dave Beckett <dajobe at debian.org>, Torsten Marek <shlomme at debian.org>
-Build-Depends: debhelper (>= 7), cdbs (>= 0.4.49), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), python-support (>= 0.9.0), libcairo2-dev (>= 1.8.6), python-sphinx
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.49), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), python-support (>= 0.9.0), libcairo2-dev (>= 1.8.8), python-sphinx
 Standards-Version: 3.8.3
 Homepage: http://cairographics.org/pycairo/
 


More information about the Python-modules-team mailing list