Package: quilt Version: 0.46-6 Severity: normal During an attempt at autobuilding a backport of quilt, I got a FTBFS due to a failure to complete the tests. Everything else in the build log looked fine up until that point. Specificially,
[76] $ mkdir -p .pc/test3/dir -- ok [77] $ touch .pc/test3/dir/file -- ok [78] $ chmod a-rx .pc/test3/dir -- ok [80] $ quilt delete "test3" -- failed Removing patch patches/test3 == Removing patch patches/test3 No patches applied != .pc/test3/dir: Permission denied Removed patch patches/test3 != ~ [84] $ chmod a+rx .pc/test3/dir -- failed chmod: cannot access `.pc/test3/dir': No such file or directory != ~ [86] $ find .pc/test3 -- failed find: .pc/test3: No such file or directory != .pc/test3 ~ != .pc/test3/dir ~ != .pc/test3/dir/file [91] $ quilt applied -- failed No patches in series != No patches applied [94] $ quilt series -- failed ~ != patches/test3 [97] $ quilt delete -- failed No patches in series != No patches applied [100] $ quilt delete test3 -- failed No patches in series != Removed patch patches/test3 [103] $ cd .. -- ok [104] $ rm -rf d -- ok 38 commands (31 passed, 7 failed) make[1]: *** [test/.delete.ok] Error 7 make[1]: Leaving directory `/data/tparker/builder/sources/quilt_0.46-6' make: *** [debian/stamp-makefile-check] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 The autobuild process is running as root (mainly because it's actually designed to both build + install packages on the machine and I haven't gotten around to doing the right thing re: only needing root for install) on a local ext3 filesystem. It's also a bit of a funny machine, in that I'm trying to build Debian packages on a Ubuntu machine so it might not be trivially fixable, but any help would be appreciated. Any ideas on what I can do to debug this? -- System Information: Debian Release: 4.0 APT prefers feisty-updates APT policy: (650, 'feisty-updates'), (650, 'feisty-security'), (600, 'feisty-backports'), (600, 'feisty') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.3-ubuntu1-click Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages quilt depends on: ii bzip2 1.0.3-6build1 high-quality block-sorting file co ii diffstat 1.43-2build1 produces graph of changes introduc ii gawk 1:3.1.5.dfsg-4build1 GNU awk, a pattern scanning and pr ii gettext 0.16.1-1ubuntu2 GNU Internationalization utilities ii patch 2.5.9-4 Apply a diff file to an original quilt recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

