Your message dated Mon, 15 Mar 2010 09:47:36 +0000
with message-id <e1nr6tc-0008si...@ries.debian.org>
and subject line Bug#573689: fixed in quilt 0.48-6
has caused the Debian Bug report #573689,
regarding quilt: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573689
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: quilt
Version: 0.48-5
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100312 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/build/user-quilt_0.48-5-amd64-ZJCrT3/quilt-0.48'
> [add-filename-check.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [4] $ quilt new test.diff -- ok
> [7] $ echo foo > foo -- ok
> [8] $ quilt add foo -- ok
> [11] $ quilt add patches/bar -- ok
> [14] $ quilt add .pc/baz -- ok
> [17] $ cd .. -- ok
> [18] $ rm -rf d -- ok
> 10 commands (10 passed, 0 failed)
> [annotate.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > foo -- ok
> [10] $ quilt new patch -- ok
> [13] $ quilt add foo -- ok
> [16] $ sed -e 's:b:B:' foo > foo.new -- ok
> [17] $ mv foo.new foo -- ok
> [18] $ quilt refresh -- ok
> [21] $ quilt annotate foo -- ok
> [28] $ quilt new patch2 -- ok
> [31] $ quilt add foo -- ok
> [34] $ sed -e 's:Baz:baz:' foo > foo.new -- ok
> [35] $ mv foo.new foo -- ok
> [36] $ quilt refresh -- ok
> [39] $ quilt annotate foo -- ok
> [47] $ quilt new patch3 -- ok
> [50] $ quilt add foo -- ok
> [53] $ sed -e '/Bar/d' foo > foo.new -- ok
> [54] $ mv foo.new foo -- ok
> [55] $ quilt refresh -- ok
> [58] $ quilt annotate foo -- ok
> [66] $ quilt annotate -P patch3 foo -- ok
> [74] $ quilt annotate -P patch2 foo -- ok
> [82] $ quilt annotate -P patch foo -- ok
> [89] $ quilt new patch4 -- ok
> [92] $ cat > jkl -- ok
> [96] $ quilt add jkl wrz -- ok
> [100] $ rm -f jkl -- ok
> [101] $ cat > wrz -- ok
> [105] $ quilt refresh -- ok
> [108] $ quilt annotate jkl -- ok
> [112] $ quilt annotate wrz -- ok
> [118] $ cd .. -- ok
> [119] $ rm -rf d -- ok
> 35 commands (35 passed, 0 failed)
> [applied.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo a > a -- ok
> [6] $ echo b > b -- ok
> [7] $ diff -u a b > patches/patch -- ok
> [8] $ echo patch -p0 > patches/series -- ok
> [9] $ rm -f b -- ok
> [10] $ quilt push -q -- ok
> [14] $ quilt pop -q -- ok
> [18] $ patch -s -p0 < patches/patch -- ok
> [19] $ quilt push -q -- ok
> [24] $ echo patch -p0 -R > patches/series -- ok
> [25] $ quilt push -q -- ok
> [29] $ quilt pop -q -- ok
> [33] $ patch -s -p0 -R < patches/patch -- ok
> [34] $ quilt push -q -- ok
> [39] $ cd .. -- ok
> [40] $ rm -rf d -- ok
> 19 commands (19 passed, 0 failed)
> [comments.test]
> [4] $ rm -rf d -- ok
> [5] $ mkdir -p d/patches -- ok
> [6] $ cd d -- ok
> [7] $ echo one > f -- ok
> [8] $ cat > patches/test.diff -- ok
> [21] $ cat > patches/series -- ok
> [24] $ quilt push -- ok
> [30] $ quilt refresh -- ok
> [32] $ cat patches/test.diff -- ok
> [45] $ quilt refresh -c -- ok
> [48] $ cat patches/test.diff -- ok
> [63] $ quilt refresh -- ok
> [66] $ cat patches/test.diff -- ok
> [78] $ cd .. -- ok
> [79] $ rm -rf d -- ok
> 15 commands (15 passed, 0 failed)
> [conflicts.test]
> [5] $ rm -rf d -- ok
> [6] $ mkdir -p d/patches -- ok
> [7] $ cd d -- ok
> [9] $ cat > one.txt -- ok
> [26] $ quilt new a.diff -- ok
> [29] $ quilt add one.txt -- ok
> [32] $ mv one.txt one.orig -- ok
> [33] $ sed -e "s/4/4+/" -e 's/d/d+/' one.orig > one.txt -- ok
> [34] $ quilt refresh -- ok
> [37] $ quilt pop -q -- ok
> [42] $ sed -e "s/^\([17]\)$/\1-/" one.orig > one.txt -- ok
> [43] $ quilt push -q -- ok
> [47] $ quilt pop -q -- ok
> [51] $ sed -e "s/^\([1267]\)$/\1-/" one.orig > one.txt -- ok
> [52] $ quilt push -q -- ok
> [56] $ quilt pop -q -- ok
> [61] $ sed -e "s/^\([123567]\)$/\1-/" one.orig > one.txt -- ok
> [62] $ quilt push -q -- ok
> [67] $ quilt push -qf -- ok
> [72] $ mv one.txt one.x -- ok
> [73] $ sed -e "s/4/4+/" one.x > one.txt -- ok
> [74] $ rm -f one.x -- ok
> [75] $ quilt diff -z | grep -v "^\(---\|+++\)" -- ok
> [88] $ quilt diff | grep -v "^\(---\|+++\)" -- ok
> [110] $ quilt refresh -- ok
> [113] $ cat patches/a.diff | grep -v "^\(---\|+++\)" -- ok
> [135] $ quilt pop -q -- ok
> [139] $ cd .. -- ok
> [140] $ rm -rf d -- ok
> 29 commands (29 passed, 0 failed)
> [create-delete.test]
> [4] $ rm -rf d -- ok
> [5] $ mkdir -p d/patches -- ok
> [6] $ cd d -- ok
> [8] $ echo delete > delete -- ok
> [9] $ quilt new test.diff -- ok
> [12] $ quilt add create -- ok
> [15] $ echo create > create -- ok
> [16] $ quilt refresh -- ok
> [19] $ quilt add delete -- ok
> [22] $ rm -f delete -- ok
> [23] $ quilt refresh -- ok
> [26] $ quilt pop -q -- ok
> [30] $ echo create > create -- ok
> [31] $ rm -f delete -- ok
> [32] $ patch -p1 --dry-run < patches/test.diff -- ok
> [44] $ cd .. -- ok
> [45] $ rm -rf d -- ok
> 17 commands (17 passed, 0 failed)
> [delete.test]
> [3] $ rm -rf d -- ok
> [4] $ mkdir -p d/patches -- ok
> [5] $ cd d -- ok
> [7] $ quilt delete -- ok
> [10] $ cat > test.txt -- ok
> [13] $ quilt new test1 -- ok
> [16] $ quilt add test.txt -- ok
> [19] $ cat > test.txt -- ok
> [22] $ quilt refresh -- ok
> [25] $ quilt new test2 -- ok
> [28] $ quilt add test.txt -- ok
> [31] $ cat > test.txt -- ok
> [34] $ quilt refresh -- ok
> [37] $ quilt delete test1 -- ok
> [40] $ quilt pop -- ok
> [46] $ quilt series -- ok
> [50] $ quilt delete -n -- ok
> [53] $ quilt series -- ok
> [56] $ quilt pop -- ok
> [62] $ quilt delete test1 -- ok
> [65] $ quilt series -- ok
> [67] $ echo "test1" > patches/series -- ok
> [68] $ quilt delete -n -- ok
> [71] $ quilt series -- ok
> [74] $ echo "test3" > patches//series -- ok
> [75] $ echo "test3" > .pc/applied-patches -- ok
> [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" -- ok
> [84] $ chmod a+rx .pc/test3/dir -- ok
> [86] $ find .pc/test3 -- ok
> [91] $ quilt applied -- ok
> [94] $ quilt series -- ok
> [97] $ quilt delete -- ok
> [100] $ quilt delete test3 -- ok
> [103] $ cd .. -- ok
> [104] $ rm -rf d -- ok
> 38 commands (38 passed, 0 failed)
> [dir-a-b.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo a > test.txt -- ok
> [6] $ echo d > test3.txt -- ok
> [8] $ cat > patches/ab.diff -- ok
> [23] $ echo "ab.diff" > patches/series -- ok
> [25] $ quilt push -q -- ok
> [29] $ quilt diff -p ab --no-index -- ok
> [44] $ rm -f patches/ab.diff -- ok
> [45] $ quilt refresh -p ab --no-index -- ok
> [48] $ cat patches/ab.diff -- ok
> [63] $ quilt pop -qR -- ok
> [67] $ cd .. -- ok
> [68] $ rm -rf d -- ok
> 15 commands (15 passed, 0 failed)
> [dotglob.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ quilt new dotglob.diff -- ok
> [8] $ quilt add .foo -- ok
> [11] $ echo dot-foo > .foo -- ok
> [12] $ quilt refresh -- ok
> [15] $ quilt pop -q -- ok
> [19] $ quilt push -q -- ok
> [23] $ cd .. -- ok
> [24] $ rm -rf d -- ok
> 11 commands (11 passed, 0 failed)
> [edit.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches d/subdir -- ok
> [3] $ cd d -- ok
> [5] $ cat > editor -- ok
> [10] $ chmod +x editor -- ok
> [11] $ export 
> EDITOR=/build/user-quilt_0.48-5-amd64-ZJCrT3/quilt-0.48/test/d/editor -- ok
> [13] $ quilt new patch -- ok
> [16] $ echo foobar > foobar -- ok
> [17] $ quilt edit foobar -- ok
> [21] $ cd subdir -- ok
> [22] $ echo foo > foo -- ok
> [23] $ quilt edit foo -- ok
> [27] $ cd .. -- ok
> [28] $ cat foobar -- ok
> [31] $ cat subdir/foo -- ok
> [34] $ quilt files -- ok
> [38] $ cd ../.. -- ok
> [39] $ rm -rf d -- ok
> 18 commands (18 passed, 0 failed)
> [empty.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > patches/series -- ok
> [8] $ touch patches/empty1.diff patches/empty2.diff -- ok
> [10] $ quilt push -qa -- ok
> [17] $ quilt rename empty3.diff -- ok
> [20] $ quilt pop -qa -- ok
> [25] $ quilt new empty_new.diff -- ok
> [28] $ quilt pop -q -- ok
> [32] $ quilt delete empty_new.diff -- ok
> [35] $ quilt rename -P empty3.diff empty_new.diff -- ok
> [38] $ cd .. -- ok
> [39] $ rm -rf d -- ok
> 14 commands (14 passed, 0 failed)
> [example1.test]
> [4] $ rm -rf example1 -- ok
> [5] $ mkdir -p example1/patches -- ok
> [6] $ cd example1 -- ok
> [7] $ cat > Oberon.txt -- ok
> [13] $ quilt new flower.diff -- ok
> [16] $ quilt add Oberon.txt -- ok
> [19] $ cat >> Oberon.txt -- ok
> [26] $ quilt refresh -- ok
> [29] $ cat patches/flower.diff -- ok
> [42] $ sed -ne '1,4p' Oberon.txt > Oberon.new -- ok
> [43] $ echo "Fetch me that flower; the herb I shew'd thee once:" >> 
> Oberon.new -- ok
> [44] $ sed -e '1,4d' Oberon.txt >> Oberon.new -- ok
> [45] $ mv Oberon.new Oberon.txt -- ok
> [46] $ quilt diff -z -- ok
> [60] $ quilt diff -- ok
> [74] $ quilt refresh -- ok
> [77] $ quilt top -- ok
> [80] $ quilt files -- ok
> [83] $ quilt patches Oberon.txt -- ok
> [85] $ quilt pop -f -- ok
> [91] $ sed -e "s/girls/maidens/" Oberon.txt > Oberon.new -- ok
> [92] $ mv Oberon.new Oberon.txt -- ok
> [93] $ quilt push -- ok
> [100] $ quilt push -f -- ok
> [107] $ cat >> Oberon.txt -- ok
> [113] $ quilt refresh -- ok
> [116] $ cat Oberon.txt -- ok
> [126] $ cat patches/flower.diff -- ok
> [140] $ cd .. -- ok
> [141] $ rm -rf example1 -- ok
> 30 commands (30 passed, 0 failed)
> [failpop.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > test.txt -- ok
> [8] $ quilt new test.diff -- ok
> [11] $ quilt add test.txt -- ok
> [14] $ cat >> test.txt -- ok
> [17] $ quilt refresh -- ok
> [20] $ sleep 2 -- ok
> [22] $ sed -e "s/ /_/g" patches/test.diff > patches/test.new -- ok
> [23] $ mv patches/test.new patches/test.diff -- ok
> [24] $ quilt pop -- ok
> [27] $ cd .. -- ok
> [28] $ rm -rf d -- ok
> 14 commands (14 passed, 0 failed)
> [fold.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > patches/series -- ok
> [8] $ cat > patches/patch1.diff -- ok
> [18] $ quilt push -q -- ok
> [22] $ quilt files -- ok
> [26] $ quilt fold -q -- ok
> [36] $ quilt diff -- ok
> [50] $ cd dir -- ok
> [51] $ quilt fold -q -- ok
> [58] $ cd .. -- ok
> [59] $ quilt diff -- ok
> [73] $ cd .. -- ok
> [74] $ rm -rf d -- ok
> 15 commands (15 passed, 0 failed)
> [formats.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > test.txt -- ok
> [12] $ quilt new test -- ok
> [15] $ quilt add test.txt -- ok
> [18] $ cat > test.txt -- ok
> [25] $ quilt diff -- ok
> [38] $ quilt diff --no-index -- ok
> [49] $ quilt diff -R -- ok
> [62] $ quilt diff -U1 -- ok
> [73] $ quilt diff -c -- ok
> [92] $ quilt diff -C1 -- ok
> [107] $ quilt diff -p ab -- ok
> [120] $ cd .. -- ok
> [121] $ rm -rf d -- ok
> 16 commands (16 passed, 0 failed)
> [half-applies.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo foo > foo.orig -- ok
> [6] $ echo foo2 > foo -- ok
> [7] $ echo bar > bar.orig -- ok
> [8] $ echo bar2 > bar -- ok
> [9] $ diff -u foo.orig foo >> patches/foorab.diff -- ok
> [10] $ diff -u bar bar.orig >> patches/foorab.diff -- ok
> [11] $ mv foo.orig foo -- ok
> [12] $ mv bar.orig bar -- ok
> [13] $ echo foorab.diff -p0 > patches/series -- ok
> [14] $ quilt push -- ok
> [22] $ quilt push -- ok
> [30] $ quilt push -qf -- ok
> [35] $ quilt diff -- ok
> [43] $ cd .. -- ok
> [44] $ rm -rf d -- ok
> 18 commands (18 passed, 0 failed)
> [header.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo foo > foo -- ok
> [6] $ quilt new patch -- ok
> [9] $ quilt add foo -- ok
> [12] $ echo bar > foo -- ok
> [13] $ quilt refresh -- ok
> [16] $ mv patches/patch patches/patch~ -- ok
> [17] $ echo Header > patches/patch -- ok
> [18] $ cat patches/patch~ >> patches/patch -- ok
> [19] $ quilt header -- ok
> [22] $ quilt header -r -- ok
> [26] $ quilt header -- ok
> [29] $ quilt header -a -- ok
> [33] $ quilt header -- ok
> [37] $ cat patches/patch -- ok
> [48] $ cd .. -- ok
> [49] $ rm -rf d -- ok
> 19 commands (19 passed, 0 failed)
> [import.test]
> [2] $ rm -rf d -- ok
> [3] $ mkdir -p d/patches -- ok
> [4] $ cd d -- ok
> [6] $ quilt new patch1.diff -- ok
> [9] $ quilt add f -- ok
> [12] $ echo f > f -- ok
> [14] $ quilt refresh -- ok
> [17] $ quilt new patchR.diff -- ok
> [20] $ quilt add f -- ok
> [23] $ rm -f f -- ok
> [25] $ quilt refresh -- ok
> [28] $ quilt fork patchRp0.diff -- ok
> [31] $ quilt refresh -p0 -- ok
> [34] $ quilt pop -a -- ok
> [43] $ mkdir t -- ok
> [44] $ mv patches/patch1.diff t/patch1.diff -- ok
> [45] $ mv patches/patchR.diff t/patchR.diff -- ok
> [46] $ mv patches/patchRp0.diff t/patchRp0.diff -- ok
> [49] $ rm -rf patches/ .pc/ -- ok
> [50] $ mkdir patches -- ok
> [51] $ quilt import t/patch1.diff -- ok
> [54] $ quilt push -- ok
> [60] $ quilt new patch2.diff -- ok
> [63] $ quilt add g -- ok
> [66] $ echo g > g -- ok
> [68] $ quilt refresh -- ok
> [71] $ quilt pop -- ok
> [77] $ quilt header -a -- ok
> [81] $ quilt pop -- ok
> [87] $ quilt delete patch1 -- ok
> [90] $ cat patches/series -- ok
> [95] $ quilt import missing.diff -- ok
> [98] $ quilt import patches/patch1.diff -- ok
> [101] $ quilt import patches/patch2.diff -- ok
> [106] $ quilt import t/patch1.diff -- ok
> [109] $ quilt import -f t/patch1.diff -- ok
> [113] $ sed -e 's/original/new/' patches/patch1.diff > t/patch1.diff -- ok
> [114] $ quilt import t/patch1.diff -- ok
> [117] $ quilt import -f t/patch1.diff -- ok
> [124] $ quilt import -d a -f t/patch1.diff -- ok
> [128] $ head -n 3 patches/patch1.diff -- ok
> [133] $ quilt import -d n -f t/patch1.diff -- ok
> [136] $ quilt header patch1 -- ok
> [139] $ quilt delete patch1 -- ok
> [145] $ cp patches/patch1.diff t/patch1.patch -- ok
> [146] $ quilt import t/patch1.patch -- ok
> [149] $ ls patches/ -- ok
> [155] $ cat patches/series -- ok
> [159] $ quilt delete patch1.diff -- ok
> [163] $ rm -rf patches/ .pc/ -- ok
> [164] $ mkdir patches -- ok
> [165] $ quilt import -R t/patchR.diff -- ok
> [168] $ quilt push -- ok
> [174] $ cat f -- ok
> [177] $ cat patches/series -- ok
> [181] $ echo "# Test of -R import" > patches/series -- ok
> [182] $ echo "patchR.diff -R # This patch was originally -R -p1" >> 
> patches/series -- ok
> [185] $ quilt refresh -- ok
> [188] $ cat patches/series -- ok
> [192] $ touch f -- ok
> [193] $ quilt pop -- ok
> [200] $ rm -rf patches/ .pc/ -- ok
> [201] $ mkdir patches -- ok
> [202] $ quilt import -R -p0 t/patchRp0.diff -- ok
> [205] $ quilt push -- ok
> [211] $ cat f -- ok
> [214] $ cat patches/series -- ok
> [218] $ quilt refresh -- ok
> [221] $ cat patches/series -- ok
> [224] $ touch f -- ok
> [225] $ quilt pop -- ok
> [232] $ rm -rf patches/ .pc/ -- ok
> [233] $ mkdir patches -- ok
> [234] $ quilt import t/patch1.diff t/patchR.diff -- ok
> [238] $ cat patches/series -- ok
> [242] $ rm -rf patches/ .pc/ -- ok
> [243] $ mkdir patches -- ok
> [244] $ quilt import t/patchR.diff -- ok
> [246] $ quilt import t/patch1.diff -- ok
> [249] $ cat patches/series -- ok
> [253] $ cd .. -- ok
> [254] $ rm -rf d -- ok
> 82 commands (82 passed, 0 failed)
> [import2.test]
> [3] $ rm -rf d -- ok
> [4] $ mkdir -p d/patches -- ok
> [5] $ cd d -- ok
> [7] $ quilt new patch1.diff -- ok
> [10] $ quilt add f -- ok
> [13] $ echo f > f -- ok
> [15] $ quilt refresh -- ok
> [18] $ quilt pop -- ok
> [24] $ mkdir t -- ok
> [25] $ gzip < patches/patch1.diff > t/patch1.diff.gz -- ok
> [26] $ rm -f patches/patch1.diff -- ok
> [29] $ rm -rf patches/ .pc/ -- ok
> [30] $ mkdir patches -- ok
> [31] $ quilt import t/patch1.diff.gz -- ok
> [34] $ quilt push -- ok
> [40] $ quilt new patch2.diff.gz -- ok
> [43] $ quilt add g -- ok
> [46] $ echo g > g -- ok
> [48] $ quilt refresh -- ok
> [51] $ quilt pop -- ok
> [57] $ quilt header -a -- ok
> [61] $ quilt pop -- ok
> [67] $ quilt delete patch1 -- ok
> [70] $ cat patches/series -- ok
> [75] $ quilt import missing.diff.gz -- ok
> [78] $ quilt import patches/patch1.diff.gz -- ok
> [81] $ quilt import patches/patch2.diff.gz -- ok
> [86] $ quilt import t/patch1.diff.gz -- ok
> [89] $ quilt import -f t/patch1.diff.gz -- ok
> [93] $ zcat patches/patch1.diff.gz | sed -e 's/original/new/' | gzip > 
> t/patch1.diff.gz -- ok
> [94] $ quilt import t/patch1.diff.gz -- ok
> [97] $ quilt import -f t/patch1.diff.gz -- ok
> [104] $ quilt import -d a -f t/patch1.diff.gz -- ok
> [108] $ zcat patches/patch1.diff.gz | head -n 3 -- ok
> [113] $ quilt import -d n -f t/patch1.diff.gz -- ok
> [116] $ quilt header patch1 -- ok
> [119] $ quilt delete patch1 -- ok
> [125] $ cp patches/patch1.diff.gz t/patch1.patch.gz -- ok
> [126] $ quilt import t/patch1.patch.gz -- ok
> [129] $ ls patches/ -- ok
> [135] $ cat patches/series -- ok
> [139] $ quilt delete patch1.diff.gz -- ok
> [142] $ cd .. -- ok
> [143] $ rm -rf d -- ok
> 44 commands (44 passed, 0 failed)
> [mail.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > no-subject -- ok
> [13] $ cat no-subject > patches/1.diff -- ok
> [14] $ ls patches/ > series -- ok
> [15] $ quilt mail --sender qu...@noreply.org --mbox mbox --prefix "test" 
> --subject "This is a test" -m "Message" --signature - -- ok
> [18] $ cat - no-subject > patches/1.diff -- ok
> [24] $ quilt mail --sender qu...@noreply.org --mbox mbox --prefix "test" -m 
> "Message" --signature - -- ok
> [27] $ cat - no-subject > patches/2.diff -- ok
> [38] $ cat - no-subject > patches/3.diff -- ok
> [44] $ cat - no-subject > patches/4.diff -- ok
> [53] $ cat - no-subject > patches/5.diff -- ok
> [57] $ ls patches/ > series -- ok
> [58] $ quilt mail --mbox mbox --prefix "test" --subject "This is a test" -m 
> "Message" --signature - -- ok
> [61] $ cat - no-subject > patches/5.diff -- ok
> [65] $ cat - no-subject > patches/6.diff -- ok
> [69] $ ls patches/ > series -- ok
> [70] $ quilt mail --mbox mbox --prefix "test" --subject "This is a test" -m 
> "Message" --signature - -- ok
> [71] $ sed -nre "s/^(From [^ ]*).*/\1/p" -e "/^Subject:/p" -e "/^To:/p" -e 
> "/^Cc:/p" -e "/^ /p" -e "/^Replace-.*:/p" -e "/^Recipient-.*:/p" mbox -- ok
> [96] $ cd .. -- ok
> [97] $ rm -rf d -- ok
> 22 commands (22 passed, 0 failed)
> [merge.test]
> [3] $ rm -rf d -- ok
> [4] $ mkdir -p d/patches -- ok
> [5] $ cd d -- ok
> [7] $ cat > abc.txt -- ok
> [12] $ cat > patches/series -- ok
> [17] $ cat > patches/a.diff -- ok
> [24] $ cat > patches/b.diff -- ok
> [31] $ cat > patches/c.diff -- ok
> [38] $ quilt push -qa -- ok
> [44] $ quilt diff -P b.diff | grep -v "^\(---\|+++\)" -- ok
> [54] $ quilt diff --combine a.diff -P b.diff | grep -v "^\(---\|+++\)" -- ok
> [65] $ quilt diff --combine b.diff | grep -v "^\(---\|+++\)" -- ok
> [75] $ quilt diff --combine - | grep -v "^\(---\|+++\)" -- ok
> [86] $ cd .. -- ok
> [87] $ rm -rf d -- ok
> 15 commands (15 passed, 0 failed)
> [missing.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > patches/series -- ok
> [9] $ quilt push -qa -- ok
> [13] $ quilt push -qaf -- ok
> [20] $ quilt rename missing3.diff -- ok
> [23] $ quilt pop -qa -- ok
> [28] $ cd .. -- ok
> [29] $ rm -rf d -- ok
> 10 commands (10 passed, 0 failed)
> [new-nosubdir.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ mkdir sub -- ok
> [6] $ cd sub -- ok
> [7] $ quilt new here.diff -- ok
> [10] $ cd ../.. -- ok
> [11] $ rm -rf d -- ok
> 8 commands (8 passed, 0 failed)
> [new.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo reject > f -- ok
> [6] $ echo p.diff > patches/series -- ok
> [7] $ cat > patches/p.diff -- ok
> [19] $ quilt push -- ok
> [27] $ quilt push -f -- ok
> [35] $ echo new > f -- ok
> [36] $ quilt refresh -- ok
> [38] $ cat patches/p.diff -- ok
> [53] $ cd .. -- ok
> [54] $ rm -rf d -- ok
> 13 commands (13 passed, 0 failed)
> [nolink.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo foo > foo -- ok
> [6] $ ln foo foo2 -- ok
> [7] $ ls -l foo | awk '{ print $2 }' -- ok
> [10] $ quilt new test.diff -- ok
> [13] $ quilt add foo -- ok
> [16] $ ls -l foo | awk '{ print $2 }' -- ok
> [19] $ ls -l .pc/test.diff/foo | awk '{ print $2 }' -- ok
> [22] $ echo "foo changed" > foo -- ok
> [23] $ quilt refresh -- ok
> [26] $ quilt new test2.diff -- ok
> [29] $ quilt add foo -- ok
> [32] $ ls -l foo | awk '{ print $2 }' -- ok
> [35] $ ls -l .pc/test2.diff/foo | awk '{ print $2 }' -- ok
> [38] $ echo "foo changed again" > foo -- ok
> [39] $ quilt refresh -- ok
> [42] $ quilt pop -q -- ok
> [46] $ ls -l foo | awk '{ print $2 }' -- ok
> [49] $ quilt pop -q -- ok
> [53] $ ls -l foo | awk '{ print $2 }' -- ok
> [56] $ cd .. -- ok
> [57] $ rm -rf d -- ok
> 24 commands (24 passed, 0 failed)
> [null-bug.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ echo file > file -- ok
> [6] $ quilt new remove.diff -- ok
> [9] $ quilt add file -- ok
> [15] $ rm -f file -- ok
> [16] $ quilt diff -p0 -- ok
> [24] $ quilt refresh -p0 -- ok
> [27] $ quilt pop -q -- ok
> [31] $ quilt push -q -- ok
> [35] $ cd .. -- ok
> [36] $ rm -r d -- ok
> 13 commands (13 passed, 0 failed)
> [one.test]
> [8] $ rm -rf d -- ok
> [9] $ mkdir -p d/patches -- ok
> [10] $ cd d -- ok
> [11] $ mkdir dir -- ok
> [12] $ echo "This is file one." > dir/file1 -- ok
> [13] $ quilt new patch1.diff -- ok
> [16] $ quilt add dir/file1 -- ok
> [19] $ quilt add file2 -- ok
> [22] $ quilt diff -- ok
> [23] $ quilt diff -z -- ok
> [24] $ quilt refresh -- ok
> [27] $ echo "This is file two." > file2 -- ok
> [28] $ quilt diff -- ok
> [36] $ quilt diff -z -- ok
> [44] $ quilt refresh -- ok
> [47] $ quilt diff -z -- ok
> [48] $ echo "Another line has been added." >> dir/file1 -- ok
> [49] $ quilt diff -z -- ok
> [58] $ quilt diff -z dir/file1 -- ok
> [67] $ quilt refresh -- ok
> [70] $ quilt new patch2.diff -- ok
> [73] $ quilt add dir/file3 -- ok
> [76] $ echo "This is file three." > dir/file3 -- ok
> [77] $ quilt refresh -- ok
> [80] $ quilt add -P patch1 dir/file3 -- ok
> [83] $ quilt pop -R -- ok
> [89] $ quilt add file4 -- ok
> [92] $ echo "This is file 4." > file4 -- ok
> [93] $ quilt refresh -- ok
> [96] $ quilt push -- ok
> [102] $ quilt new subdir/patch3.diff -- ok
> [105] $ quilt add file4 -- ok
> [108] $ rm -f file4 -- ok
> [109] $ quilt diff -- ok
> [117] $ quilt add -P patch2 file4 -- ok
> [120] $ quilt refresh -- ok
> [123] $ echo "Another line here, too." >> dir/file3 -- ok
> [124] $ quilt refresh patch2 -- ok
> [127] $ echo "Another line added." >> file2 -- ok
> [128] $ quilt diff -z -P patch1 -- ok
> [138] $ quilt refresh patch1 -- ok
> [141] $ quilt refresh -f patch1 -- ok
> [144] $ echo "Another line here, too." >> dir/file3 -- ok
> [145] $ quilt pop -R -- ok
> [151] $ quilt refresh patch2 -- ok
> [154] $ quilt pop -qaR -- ok
> [159] $ cd .. -- ok
> [160] $ rm -rf d -- ok
> 48 commands (48 passed, 0 failed)
> [perms.test]
> [1] $ rm -rf d -- ok
> [2] $ umask 022 -- ok
> [3] $ mkdir -p d/patches -- ok
> [4] $ cd d -- ok
> [5] $ echo foo > foo -- ok
> [6] $ chmod 704 foo -- ok
> [7] $ ls -l foo | awk '{ print $1,$NF }' -- ok
> [10] $ quilt new test.diff -- ok
> [13] $ quilt add foo -- ok
> [16] $ ls -l foo | awk '{ print $1,$NF }' -- ok
> [19] $ echo foobar > foo -- ok
> [20] $ quilt refresh -- ok
> [23] $ quilt new test2.diff -- ok
> [26] $ quilt add foo -- ok
> [29] $ chmod 702 foo -- ok
> [30] $ ls -l foo | awk '{ print $1,$NF }' -- ok
> [33] $ echo foobaz > foo -- ok
> [34] $ quilt refresh -- ok
> [41] $ quilt pop -q -- ok
> [45] $ ls -l foo | awk '{ print $1,$NF }' -- ok
> [48] $ quilt push -q -- ok
> [52] $ ls -l foo | awk '{ print $1,$NF }' -- ok
> [55] $ quilt pop -q -- ok
> [59] $ cd .. -- ok
> [60] $ rm -rf d -- ok
> 25 commands (25 passed, 0 failed)
> [refresh-z.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ quilt new test.diff -- ok
> [8] $ quilt add foo -- ok
> [11] $ echo foo > foo -- ok
> [12] $ quilt refresh -- ok
> [15] $ echo bar >> foo -- ok
> [16] $ quilt refresh -z -- ok
> [19] $ echo baz >> foo -- ok
> [20] $ quilt refresh -zbaz.diff -- ok
> [23] $ quilt series -- ok
> [28] $ cd .. -- ok
> [29] $ rm -rf d -- ok
> 14 commands (14 passed, 0 failed)
> [remember-locations.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/my/changes -- ok
> [3] $ cd d -- ok
> [5] $ export QUILT_PATCHES=my/changes -- ok
> [6] $ export QUILT_SERIES=patchlist -- ok
> [7] $ quilt new mychange1 -- ok
> [9] $ unset QUILT_PATCHES -- ok
> [10] $ unset QUILT_SERIES -- ok
> [11] $ cat .pc/.quilt_patches -- ok
> [13] $ cat .pc/.quilt_series -- ok
> [15] $ cat my/changes/patchlist -- ok
> [20] $ quilt new mychange2 -- ok
> [24] $ cd my -- ok
> [25] $ quilt applied -- ok
> [29] $ cd ../.. -- ok
> [30] $ rm -rf d -- ok
> 16 commands (16 passed, 0 failed)
> [rename.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ cat > announce.txt -- ok
> [8] $ quilt new original-name.diff -- ok
> [11] $ quilt add announce.txt -- ok
> [14] $ cat > announce.txt -- ok
> [17] $ quilt refresh -- ok
> [20] $ quilt series -v -- ok
> [23] $ quilt rename _tmp_name.diff -- ok
> [26] $ quilt series -v -- ok
> [29] $ quilt pop -- ok
> [35] $ quilt series -v -- ok
> [38] $ quilt rename -P random_name.diff final.name.diff -- ok
> [41] $ quilt rename final.name.diff -- ok
> [44] $ quilt rename -P _tmp_name.diff _tmp_name.diff -- ok
> [47] $ quilt rename -P _tmp_name.diff newsubdir/final.name.diff -- ok
> [50] $ quilt series -v -- ok
> [53] $ quilt push -q -- ok
> [57] $ quilt pop -q -- ok
> [61] $ cd .. -- ok
> [62] $ rm -rf d -- ok
> 22 commands (22 passed, 0 failed)
> [revert.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ mkdir sub -- ok
> [6] $ echo f1 > sub/f -- ok
> [7] $ echo g1 > sub/g -- ok
> [8] $ quilt new p.diff -- ok
> [11] $ quilt add sub/f sub/g sub/h -- ok
> [16] $ rm -f sub/g -- ok
> [17] $ echo h1 > sub/h -- ok
> [18] $ quilt refresh -- ok
> [21] $ cd sub -- ok
> [22] $ echo f2 > f -- ok
> [23] $ quilt revert f -- ok
> [26] $ quilt diff -z -- ok
> [27] $ quilt pop -qf -- ok
> [31] $ quilt push -q -- ok
> [35] $ echo g2 > g -- ok
> [36] $ quilt revert g -- ok
> [39] $ quilt diff -z -- ok
> [40] $ quilt pop -qf -- ok
> [44] $ quilt push -q -- ok
> [48] $ echo h2 > h -- ok
> [49] $ quilt revert h -- ok
> [52] $ quilt diff -z -- ok
> [54] $ cd ../.. -- ok
> [55] $ rm -rf d -- ok
> 27 commands (27 passed, 0 failed)
> [revert2.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/patches -- ok
> [3] $ cd d -- ok
> [5] $ quilt new revert.patch -- ok
> [8] $ quilt add foo bar baz -- ok
> [13] $ echo foo > foo -- ok
> [14] $ echo bar > bar -- ok
> [15] $ echo baz > baz -- ok
> [16] $ quilt revert baz -- ok
> [19] $ quilt refresh -- ok
> [22] $ echo will-revert > bar -- ok
> [23] $ quilt revert bar -- ok
> [26] $ quilt refresh -- ok
> [29] $ cd .. -- ok
> [30] $ rm -rf d -- ok
> 15 commands (15 passed, 0 failed)
> [setup.test]
> [1] $ rm -rf d -- ok
> [2] $ mkdir -p d/dir -- ok
> [3] $ cd d -- ok
> [4] $ echo 1 > dir/foo.orig -- ok
> [5] $ echo 2 > dir/foo -- ok
> [6] $ diff -u dir/foo.orig dir/foo > foo.diff -- ok
> [7] $ mv dir/foo.orig dir/foo -- ok
> [8] $ tar cf - dir | gzip > dir.tar.gz -- ok
> [9] $ rm -rf dir -- ok
> [10] $ cat > series -- ok
> [15] $ quilt setup series -- failed
> Unpacking archive dir.tar.gz          == Unpacking archive dir.tar.gz
> ln: creating symbolic link `dir/debian/patches': No such file or directory != 
> ~
> [17] $ cd dir -- ok
> [18] $ ls -l patches series | sed -e 's:.* -> ::' -- failed
> ls: cannot access patches: No such file or directory != ..
> ../series                             == ../series
> [21] $ quilt push -qa -- failed
> File series fully applied, ends at patch 
> ../../../debian/patches/skip-non-files-for-series != Applying patch 
> patches/foo.diff
> ~                                     != Now at patch patches/foo.diff
> [24] $ cd .. -- ok
> [25] $ rm -rf dir -- ok
> [26] $ quilt setup -d other series -- failed
> Unpacking archive dir.tar.gz          == Unpacking archive dir.tar.gz
> ln: creating symbolic link `other/dir/debian/patches': No such file or 
> directory != ~
> [28] $ cd other/dir -- ok
> [29] $ ls -l patches series | sed -e 's:.* -> ::' -- failed
> ls: cannot access patches: No such file or directory != ../..
> ../../series                          == ../../series
> [32] $ quilt push -qa -- failed
> File series fully applied, ends at patch 
> ../../../../debian/patches/skip-non-files-for-series != Applying patch 
> patches/foo.diff
> ~                                     != Now at patch patches/foo.diff
> [35] $ cd ../.. -- ok
> [36] $ rm -rf other -- ok
> [37] $ mkdir dir1 -- ok
> [38] $ mv series dir1 -- ok
> [39] $ cd dir1 -- ok
> [40] $ quilt setup -d ../other series -- ok
> [42] $ quilt setup --sourcedir .. -d ../other series -- failed
> Unpacking archive ../dir.tar.gz       == Unpacking archive ../dir.tar.gz
> ln: creating symbolic link `../other/dir/debian/patches': No such file or 
> directory != ~
> [44] $ cd ../other/dir -- ok
> [45] $ ls -l patches series | sed -e 's:.* -> ::' -- failed
> ls: cannot access patches: No such file or directory != ../..
> ../../dir1/series                     == ../../dir1/series
> [48] $ quilt push -qa -- failed
> File series fully applied, ends at patch 
> ../../../../debian/patches/skip-non-files-for-series != Applying patch 
> patches/foo.diff
> ~                                     != Now at patch patches/foo.diff
> [51] $ cd .. -- ok
> [52] $ rm -rf d -- ok
> 32 commands (23 passed, 9 failed)
> make[1]: *** [test/.setup.ok] Error 9

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010/03/12/quilt_0.48-5_lsid64.buildlog

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: quilt
Source-Version: 0.48-6

We believe that the bug you reported is fixed in the latest version of
quilt, which is due to be installed in the Debian FTP archive:

quilt_0.48-6.debian.tar.gz
  to main/q/quilt/quilt_0.48-6.debian.tar.gz
quilt_0.48-6.dsc
  to main/q/quilt/quilt_0.48-6.dsc
quilt_0.48-6_all.deb
  to main/q/quilt/quilt_0.48-6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 573...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <hert...@debian.org> (supplier of updated quilt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 15 Mar 2010 10:22:36 +0100
Source: quilt
Binary: quilt
Architecture: source all
Version: 0.48-6
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson <mquin...@debian.org>
Changed-By: Raphaël Hertzog <hert...@debian.org>
Description: 
 quilt      - Tool to work with series of patches
Closes: 573617 573689
Changes: 
 quilt (0.48-6) unstable; urgency=low
 .
   * The new algorithm that makes quilt lookup parent directories for
     .pc/.quilt_{patches,series} lead to the failure of test/setup.test
     when run in the Debian source package since $QUILT_PATCHES points
     to debian/patches when the test script expect it to be "patches".
     Avoid this by forcing QUILT_PATCHES in the test script (patch
     debian/patches/fix-test-setup) but suggest upstream to hardcode locations
     in quilt setup. Closes: #573689
   * Update Standards-Version to 3.8.4 (no changes needed).
   * Drop unused lintian overrides.
   * Wrap lines at 80 chars in quilt.make. Closes: #573617
Checksums-Sha1: 
 9dfc1b79e4bea35583050d93061bc436b5be3d9c 1609 quilt_0.48-6.dsc
 c76f1e063a7c74591eabd0dec6dad9cff182b9d4 41789 quilt_0.48-6.debian.tar.gz
 4a6968820e8d113fb3f16bfb6fb705b178a1e7e2 353718 quilt_0.48-6_all.deb
Checksums-Sha256: 
 829d61f75f45c410f21ab36749c00898ded37d8e4a4f2047e4417abee3e8e447 1609 
quilt_0.48-6.dsc
 2697a362c53e211480bb661de97cfe38465775ffe11b448788e6c63d05d6454d 41789 
quilt_0.48-6.debian.tar.gz
 530bd08ddce4d9eafe5a41b95816d9619459c5d9f68a5d185a97639c71391850 353718 
quilt_0.48-6_all.deb
Files: 
 fea1d3aa1bdc7542e01d039dbd3d710d 1609 vcs optional quilt_0.48-6.dsc
 2e37e3edc05fbbd276b5838564622d30 41789 vcs optional quilt_0.48-6.debian.tar.gz
 e850bbc20504f20489a147b7da3ef46c 353718 vcs optional quilt_0.48-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJLnfyvAAoJEAOIHavrwpq5fyQIAK06BZXjvaH5sT3GtvpPlORM
A/v9+DgoA9HC6vLyfhhpXbycHOr4aHa0DOLONtL1keNETgrjtDwetlzDTb7gNJeD
0a9pkfd4lsuWF9oI3Ct4lCBkNNqwluA5wIALoK/KicD+cGHBlwe+tkqjz/Yu+k8t
oFSjrX45xxZQDN7QTtlhnWNXl4OCscHtkiIf7Md4TuIN9x3ilBJQoBnXL6e4MGcT
Jz7y3dwrgAUtm0WkaFD7ECKDvwC5/NyXByF13XKVmQBV3fXDHEBdPGn/qgGLF+HD
LQaoOZKf9TWPShJl4MyvZGTjcddonVYzHSE3nsSXEgkCYKZRxj8LZ7ZJQ4TcnPY=
=5DKI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to