Package: plucker Version: 1.8-4 Severity: serious There was an error while trying to autobuild your package:
> Automatic build of plucker_1.8-4 on resume.rfc822.org by sbuild/mips 1.170.5 > Build started at 20050312-0412 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>=4), autoconf, python (>=2.3) | python2.3, > libwxgtk2.4-dev, libwxgtk2.4-contrib-dev, libjpeg62-dev [...] > --disable-docbuild > ./autogen.sh: line 61: aclocal: command not found > ./configure: line 1028: config.log: Permission denied > > Now type 'make' to compile Plucker. > touch configure-stamp > dh_testdir > # Add here commands to compile the package. > /usr/bin/make > make[1]: Entering directory `/build/buildd/plucker-1.8' > /bin/sh ./config.status --recheck > ./config.status: line 253: config.log: Permission denied > make[1]: *** [config.status] Error 1 > make[1]: Leaving directory `/build/buildd/plucker-1.8' > make: *** [build-stamp] Error 2 This package fails to build from source on any architecture with the following command as a regular user with sudo permissions: dpkg-buildpackage -uc -us -B -rsudo This is caused by creating files or directories in the clean target of debian/rules, which runs as root, and then attempting to do things to those files in the build target, which runs as the regular user. To fix, don't create files or directories in the clean target of debian/rules. In this case, you've created config.log in the clean target. I've left this bug RC because the previous stable release had plucker as arch:all, so it was available on mips and mipsel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]