Hello Lucas, I saw that this bug report, (and other bugreports too) have been reassigned to pyqt4-dev-tools.
The key of the problem, as long as I could test it in a "pbuilder login" chroot with a fresh Sid environment, is that pyuic4 has been ported to python3 (and is meant to work only with python3). So there must be a new dependency for the package pyqt4-dev-tools (at least) : python3, python3-pyqt4 I append a patch to fix this bug. Best regards, Georges. Lucas Nussbaum a écrit : > Source: uicilibris > Version: 1.8-1 > Severity: serious > Tags: wheezy sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20120724 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part: > > debian/rules build > > dh build > > dh_testdir > > dh_auto_configure > > dh_auto_build > > make[1]: Entering directory `/«PKGBUILDDIR»' > > make -C uicilibris all > > make[2]: Entering directory `/«PKGBUILDDIR»/uicilibris' > > pyuic4 export.ui > Ui_export.py > > /bin/sh: 1: pyuic4: not found > > make[2]: *** [Ui_export.py] Error 127 > > The full build log is available from: > > http://people.debian.org/~lucas/logs/2012/07/24/uicilibris_1.8-1_unstable.log > > A list of current common problems and possible solutions is available at > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > About the archive rebuild: The rebuild was done on EC2 VM instances from > Amazon Web Services, using a clean, minimal and up-to-date chroot. Every > failed build was retried once to eliminate random failures. > -- Georges KHAZNADAR et Jocelyne FOURNIER 22 rue des mouettes, 59240 Dunkerque France. Téléphone +33 (0)3 28 29 17 70
--- control.orig 2012-07-24 20:22:31.354840000 +0200 +++ control 2012-07-24 20:23:16.190840000 +0200 @@ -353,8 +353,8 @@ the Qt example programs ported to Python. Package: pyqt4-dev-tools -Depends: python, - python-qt4 (= ${binary:Version}), +Depends: python3, + python3-pyqt4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Architecture: any
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team