Package: src:syncmaildir; Maintainer for src:syncmaildir is Enrico Tassi <gareuselesinge@debian.org>;
Reported by: Lucas Nussbaum <lucas@debian.org>
Date: Thu, 19 Nov 2020 10:00:54 UTC
Severity: serious
Tags: bullseye, ftbfs, patch, sid
Found in version syncmaildir/1.3.0-1
Fixed in version syncmaildir/1.3.0-1.1
Done: David Bremner <bremner@debian.org>
Bug is archived. No further changes may be made.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, Enrico Tassi <gareuselesinge@debian.org>:
Bug#975227; Package src:syncmaildir.
(Thu, 19 Nov 2020 10:00:56 GMT) (full text, mbox, link).
Acknowledgement sent
to Lucas Nussbaum <lucas@debian.org>:
New Bug report received and forwarded. Copy sent to Enrico Tassi <gareuselesinge@debian.org>.
(Thu, 19 Nov 2020 10:00:56 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: syncmaildir Version: 1.3.0-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201119 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > VALGRIND=" " /usr/bin/make --no-print-directory abspath/test PREFIX=usr H= > /usr/bin/make test SED=/bin/sed \ > XDELTA=/usr/bin/xdelta SSH=/usr/bin/ssh \ > PREFIX="usr" H= \ > CFLAGS="-O2 -Wall -Wextra -Wcast-align -g" LDFLAGS="" > /usr/bin/make all \ > BINARIES="mddiff " \ > MANPAGES1="mddiff.1 smd-server.1 smd-client.1 smd-pull.1 smd-push.1 smd-loop.1 smd-translate.1 smd-check-conf.1 smd-restricted-shell.1 smd-uniform-names.1" \ > PREFIX="usr" VALAC=ls H= \ > CFLAGS="-O2 -Wall -Wextra -Wcast-align -g" LDFLAGS="" > which gcc > /dev/null || echo gcc not found > which ls > /dev/null || echo ls not found > which glib-compile-schemas > /dev/null || echo glib-compile-schemas not found > pkg-config --atleast-version=2.32 glib-2.0 || \ > (echo glib version too old: \ > `pkg-config --modversion glib-2.0`; \ > echo required version: 2.32; \ > false) > echo "#define SMD_CONF_PREFIX \"/usr\"" > smd-config.h.new > echo "#define SMD_CONF_VERSION \"1.3.0\"" >> smd-config.h.new > echo "#define SMD_CONF_COPYRIGHT \"© 2008-2018 Enrico Tassi <gares@fettunta.org>\"" \ > >> smd-config.h.new > if diff -q smd-config.h smd-config.h.new > /dev/null 2>&1; then \ > rm smd-config.h.new; \ > else \ > echo CONFIGURE smd-config.h; \ > mv smd-config.h.new smd-config.h; \ > fi > which lua5.1 > /dev/null || echo lua5.1 not found > which bash > /dev/null || echo bash not found > SUITES="mddiff client-server pull-push migration" tests.d/test.sh misc/Mail.TEST.tgz > VALGRIND set but not installed. Disabling it > running mddiff/01-dry-run: ......OK > running mddiff/02-first-run: ....OK > running mddiff/03-non-existing-dir: .OK > running mddiff/04-small-max-mailno: ....OK > running mddiff/05-multiple-mail-dir: ...OK > running mddiff/06-listing-folders: ..OK > running mddiff/07-mkdir: ...OK > running mddiff/08-exclude: ....OK > running mddiff/09-no-delete: .......OK > running mddiff/10-move: .....OK > running mddiff/11-move-copy: .....OK > running mddiff/12-move-nodelete: .....OK > running mddiff/13-move-copy-nomove: .....OK > running mddiff/14-move-copy: .....OK > running mddiff/15-move-copy-nodelete: .....OK > running client-server/01-copy-mailbox: ..OK > running client-server/02-move-mail: .grep: log.s2c: binary file matches > ERROR: missing MOVE in s2c > make[3]: *** [Makefile:116: test] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/11/19/syncmaildir_1.3.0-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.
Information forwarded
to debian-bugs-dist@lists.debian.org, Enrico Tassi <gareuselesinge@debian.org>:
Bug#975227; Package src:syncmaildir.
(Wed, 21 Apr 2021 11:24:03 GMT) (full text, mbox, link).
Acknowledgement sent
to David Bremner <bremner@debian.org>:
Extra info received and forwarded to list. Copy sent to Enrico Tassi <gareuselesinge@debian.org>.
(Wed, 21 Apr 2021 11:24:03 GMT) (full text, mbox, link).
Message #10 received at 975227@bugs.debian.org (full text, mbox, reply):
The latter actually reports a number of matches on stdout, making the tests pass. --- tests.d/client-server/02-move-mail | 2 +- tests.d/client-server/03-copy-mail | 2 +- tests.d/client-server/04-replace-header | 2 +- tests.d/client-server/05-replace-header-fail | 2 +- tests.d/client-server/06-replace-header-already-ok | 2 +- tests.d/client-server/08-copy-mail-already-ok | 2 +- tests.d/client-server/10-delete-already-done | 2 +- tests.d/client-server/12-skip-add-already-there | 2 +- tests.d/client-server/14-skip-copy-already-there-copy-only | 2 +- tests.d/client-server/18-copybody | 2 +- tests.d/client-server/19-copybody-already-ok | 2 +- tests.d/client-server/22-replace | 2 +- tests.d/client-server/23-replace-aready-ok | 2 +- tests.d/client-server/34-move-fail2 | 2 +- tests.d/client-server/35-delete | 2 +- tests.d/client-server/36-move-fail3 | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests.d/client-server/02-move-mail b/tests.d/client-server/02-move-mail index e3dbd90..7828b69 100644 --- a/tests.d/client-server/02-move-mail +++ b/tests.d/client-server/02-move-mail @@ -9,7 +9,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^MOVE ' log.s2c | wc -l` +X=`grep -c '^MOVE ' log.s2c` assert $X 1 "missing MOVE in s2c" X=`grep '^COMMIT$' log.c2s | wc -l` diff --git a/tests.d/client-server/03-copy-mail b/tests.d/client-server/03-copy-mail index 0037531..ec185a2 100644 --- a/tests.d/client-server/03-copy-mail +++ b/tests.d/client-server/03-copy-mail @@ -9,7 +9,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^COPY ' log.s2c | wc -l` +X=`grep -c '^COPY ' log.s2c` assert $X 1 "missing COPY in s2c" X=`grep '^GET ' log.c2s | wc -l` diff --git a/tests.d/client-server/04-replace-header b/tests.d/client-server/04-replace-header index 8af6cbb..1ffcaf1 100644 --- a/tests.d/client-server/04-replace-header +++ b/tests.d/client-server/04-replace-header @@ -9,7 +9,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^REPLACEHEADER ' log.s2c | wc -l` +X=`grep -c '^REPLACEHEADER ' log.s2c` assert $X 1 "missing REPLACEHEADER in s2c" X=`grep '^GETHEADER ' log.c2s | wc -l` diff --git a/tests.d/client-server/05-replace-header-fail b/tests.d/client-server/05-replace-header-fail index 8743c24..9599251 100644 --- a/tests.d/client-server/05-replace-header-fail +++ b/tests.d/client-server/05-replace-header-fail @@ -11,7 +11,7 @@ msync 2 test_eq target/Mail.old target/Mail -X=`grep '^REPLACEHEADER ' log.s2c | wc -l` +X=`grep -c '^REPLACEHEADER ' log.s2c` assert $X 1 "missing REPLACEHEADER in s2c" X=`grep '^GETHEADER ' log.c2s | wc -l` diff --git a/tests.d/client-server/06-replace-header-already-ok b/tests.d/client-server/06-replace-header-already-ok index 1d29c14..c2c0b2f 100644 --- a/tests.d/client-server/06-replace-header-already-ok +++ b/tests.d/client-server/06-replace-header-already-ok @@ -10,7 +10,7 @@ test_eq Mail target/Mail msync 2 test_eq Mail target/Mail -X=`grep '^REPLACEHEADER ' log.s2c | wc -l` +X=`grep -c '^REPLACEHEADER ' log.s2c` assert $X 1 "missing REPLACEHEADER in s2c" X=`grep '^GETHEADER ' log.c2s | wc -l` diff --git a/tests.d/client-server/08-copy-mail-already-ok b/tests.d/client-server/08-copy-mail-already-ok index 781a109..0e481e5 100644 --- a/tests.d/client-server/08-copy-mail-already-ok +++ b/tests.d/client-server/08-copy-mail-already-ok @@ -10,7 +10,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^COPY ' log.s2c | wc -l` +X=`grep -c '^COPY ' log.s2c` assert $X 1 "missing COPY in s2c" X=`grep '^GET ' log.c2s | wc -l` diff --git a/tests.d/client-server/10-delete-already-done b/tests.d/client-server/10-delete-already-done index 926394d..c15603b 100644 --- a/tests.d/client-server/10-delete-already-done +++ b/tests.d/client-server/10-delete-already-done @@ -10,7 +10,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^DELETE ' log.s2c | wc -l` +X=`grep -c '^DELETE ' log.s2c` assert $X 1 "missing DELETE in s2c" X=`grep '^COMMIT$' log.c2s | wc -l` diff --git a/tests.d/client-server/12-skip-add-already-there b/tests.d/client-server/12-skip-add-already-there index 0a53a80..38ed3ff 100644 --- a/tests.d/client-server/12-skip-add-already-there +++ b/tests.d/client-server/12-skip-add-already-there @@ -10,7 +10,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^ADD ' log.s2c | wc -l` +X=`grep -c '^ADD ' log.s2c` assert $X 1 "missing ADD in s2c" X=`grep '^GET ' log.c2s | wc -l` diff --git a/tests.d/client-server/14-skip-copy-already-there-copy-only b/tests.d/client-server/14-skip-copy-already-there-copy-only index b5da177..08734a8 100644 --- a/tests.d/client-server/14-skip-copy-already-there-copy-only +++ b/tests.d/client-server/14-skip-copy-already-there-copy-only @@ -14,7 +14,7 @@ rm Mail/cur/$C test_eq Mail target/Mail -X=`grep '^COPY ' log.s2c | wc -l` +X=`grep -c '^COPY ' log.s2c` assert $X 1 "missing COPY in s2c" X=`grep '^GET ' log.c2s | wc -l` diff --git a/tests.d/client-server/18-copybody b/tests.d/client-server/18-copybody index 67cae47..127d734 100644 --- a/tests.d/client-server/18-copybody +++ b/tests.d/client-server/18-copybody @@ -10,7 +10,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^COPYBODY ' log.s2c | wc -l` +X=`grep -c '^COPYBODY ' log.s2c` assert $X 1 "missing COPY in s2c" X=`grep '^ADD ' log.s2c | wc -l` diff --git a/tests.d/client-server/19-copybody-already-ok b/tests.d/client-server/19-copybody-already-ok index f4e47d1..48079a0 100644 --- a/tests.d/client-server/19-copybody-already-ok +++ b/tests.d/client-server/19-copybody-already-ok @@ -11,7 +11,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^COPYBODY ' log.s2c | wc -l` +X=`grep -c '^COPYBODY ' log.s2c` assert $X 1 "missing COPY in s2c" X=`grep '^GETHEADER ' log.c2s | wc -l` diff --git a/tests.d/client-server/22-replace b/tests.d/client-server/22-replace index 44ef90d..4bc0bc8 100644 --- a/tests.d/client-server/22-replace +++ b/tests.d/client-server/22-replace @@ -10,7 +10,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^REPLACE ' log.s2c | wc -l` +X=`grep -c '^REPLACE ' log.s2c` assert $X 1 "missing REPLACE in s2c" X=`grep '^ADD ' log.s2c | wc -l` diff --git a/tests.d/client-server/23-replace-aready-ok b/tests.d/client-server/23-replace-aready-ok index 0be7357..55cb51c 100644 --- a/tests.d/client-server/23-replace-aready-ok +++ b/tests.d/client-server/23-replace-aready-ok @@ -12,7 +12,7 @@ msync 2 test_eq Mail target/Mail -X=`grep '^REPLACE ' log.s2c | wc -l` +X=`grep -c '^REPLACE ' log.s2c` assert $X 1 "missing REPLACE in s2c" X=`grep '^GET ' log.c2s | wc -l` diff --git a/tests.d/client-server/34-move-fail2 b/tests.d/client-server/34-move-fail2 index a58caac..4da3998 100644 --- a/tests.d/client-server/34-move-fail2 +++ b/tests.d/client-server/34-move-fail2 @@ -12,7 +12,7 @@ msync 2 test_eq target/Mail Mail -X=`grep '^MOVE ' log.s2c | wc -l` +X=`grep -c '^MOVE ' log.s2c` assert $X 1 "missing MOVE in s2c" X=`grep '^COMMIT$' log.c2s | wc -l` diff --git a/tests.d/client-server/35-delete b/tests.d/client-server/35-delete index 74d2026..76e142b 100644 --- a/tests.d/client-server/35-delete +++ b/tests.d/client-server/35-delete @@ -11,7 +11,7 @@ msync 2 test_eq target/Mail Mail -X=`grep '^DELETE ' log.s2c | wc -l` +X=`grep -c '^DELETE ' log.s2c` assert $X 1 "missing DELETE in s2c" X=`grep '^COMMIT$' log.c2s | wc -l` diff --git a/tests.d/client-server/36-move-fail3 b/tests.d/client-server/36-move-fail3 index 36b1105..961ecf5 100644 --- a/tests.d/client-server/36-move-fail3 +++ b/tests.d/client-server/36-move-fail3 @@ -11,7 +11,7 @@ sed -i 's/a/z/' target/$M msync 2 -X=`grep '^MOVE ' log.s2c | wc -l` +X=`grep -c '^MOVE ' log.s2c` assert $X 1 "missing MOVE in s2c" X=`grep '^COMMIT$' log.c2s | wc -l` -- 2.30.2
Information forwarded
to debian-bugs-dist@lists.debian.org, Enrico Tassi <gareuselesinge@debian.org>:
Bug#975227; Package src:syncmaildir.
(Wed, 21 Apr 2021 13:24:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Antoine Beaupré <anarcat@debian.org>:
Extra info received and forwarded to list. Copy sent to Enrico Tassi <gareuselesinge@debian.org>.
(Wed, 21 Apr 2021 13:24:03 GMT) (full text, mbox, link).
Message #15 received at 975227@bugs.debian.org (full text, mbox, reply):
LGTM.
On 2021-04-21 08:20:36, David Bremner wrote:
> The latter actually reports a number of matches on stdout, making the
> tests pass.
> ---
> tests.d/client-server/02-move-mail | 2 +-
> tests.d/client-server/03-copy-mail | 2 +-
> tests.d/client-server/04-replace-header | 2 +-
> tests.d/client-server/05-replace-header-fail | 2 +-
> tests.d/client-server/06-replace-header-already-ok | 2 +-
> tests.d/client-server/08-copy-mail-already-ok | 2 +-
> tests.d/client-server/10-delete-already-done | 2 +-
> tests.d/client-server/12-skip-add-already-there | 2 +-
> tests.d/client-server/14-skip-copy-already-there-copy-only | 2 +-
> tests.d/client-server/18-copybody | 2 +-
> tests.d/client-server/19-copybody-already-ok | 2 +-
> tests.d/client-server/22-replace | 2 +-
> tests.d/client-server/23-replace-aready-ok | 2 +-
> tests.d/client-server/34-move-fail2 | 2 +-
> tests.d/client-server/35-delete | 2 +-
> tests.d/client-server/36-move-fail3 | 2 +-
> 16 files changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/tests.d/client-server/02-move-mail b/tests.d/client-server/02-move-mail
> index e3dbd90..7828b69 100644
> --- a/tests.d/client-server/02-move-mail
> +++ b/tests.d/client-server/02-move-mail
> @@ -9,7 +9,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^MOVE ' log.s2c | wc -l`
> +X=`grep -c '^MOVE ' log.s2c`
> assert $X 1 "missing MOVE in s2c"
>
> X=`grep '^COMMIT$' log.c2s | wc -l`
> diff --git a/tests.d/client-server/03-copy-mail b/tests.d/client-server/03-copy-mail
> index 0037531..ec185a2 100644
> --- a/tests.d/client-server/03-copy-mail
> +++ b/tests.d/client-server/03-copy-mail
> @@ -9,7 +9,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^COPY ' log.s2c | wc -l`
> +X=`grep -c '^COPY ' log.s2c`
> assert $X 1 "missing COPY in s2c"
>
> X=`grep '^GET ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/04-replace-header b/tests.d/client-server/04-replace-header
> index 8af6cbb..1ffcaf1 100644
> --- a/tests.d/client-server/04-replace-header
> +++ b/tests.d/client-server/04-replace-header
> @@ -9,7 +9,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^REPLACEHEADER ' log.s2c | wc -l`
> +X=`grep -c '^REPLACEHEADER ' log.s2c`
> assert $X 1 "missing REPLACEHEADER in s2c"
>
> X=`grep '^GETHEADER ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/05-replace-header-fail b/tests.d/client-server/05-replace-header-fail
> index 8743c24..9599251 100644
> --- a/tests.d/client-server/05-replace-header-fail
> +++ b/tests.d/client-server/05-replace-header-fail
> @@ -11,7 +11,7 @@ msync 2
>
> test_eq target/Mail.old target/Mail
>
> -X=`grep '^REPLACEHEADER ' log.s2c | wc -l`
> +X=`grep -c '^REPLACEHEADER ' log.s2c`
> assert $X 1 "missing REPLACEHEADER in s2c"
>
> X=`grep '^GETHEADER ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/06-replace-header-already-ok b/tests.d/client-server/06-replace-header-already-ok
> index 1d29c14..c2c0b2f 100644
> --- a/tests.d/client-server/06-replace-header-already-ok
> +++ b/tests.d/client-server/06-replace-header-already-ok
> @@ -10,7 +10,7 @@ test_eq Mail target/Mail
> msync 2
>
> test_eq Mail target/Mail
> -X=`grep '^REPLACEHEADER ' log.s2c | wc -l`
> +X=`grep -c '^REPLACEHEADER ' log.s2c`
> assert $X 1 "missing REPLACEHEADER in s2c"
>
> X=`grep '^GETHEADER ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/08-copy-mail-already-ok b/tests.d/client-server/08-copy-mail-already-ok
> index 781a109..0e481e5 100644
> --- a/tests.d/client-server/08-copy-mail-already-ok
> +++ b/tests.d/client-server/08-copy-mail-already-ok
> @@ -10,7 +10,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^COPY ' log.s2c | wc -l`
> +X=`grep -c '^COPY ' log.s2c`
> assert $X 1 "missing COPY in s2c"
>
> X=`grep '^GET ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/10-delete-already-done b/tests.d/client-server/10-delete-already-done
> index 926394d..c15603b 100644
> --- a/tests.d/client-server/10-delete-already-done
> +++ b/tests.d/client-server/10-delete-already-done
> @@ -10,7 +10,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^DELETE ' log.s2c | wc -l`
> +X=`grep -c '^DELETE ' log.s2c`
> assert $X 1 "missing DELETE in s2c"
>
> X=`grep '^COMMIT$' log.c2s | wc -l`
> diff --git a/tests.d/client-server/12-skip-add-already-there b/tests.d/client-server/12-skip-add-already-there
> index 0a53a80..38ed3ff 100644
> --- a/tests.d/client-server/12-skip-add-already-there
> +++ b/tests.d/client-server/12-skip-add-already-there
> @@ -10,7 +10,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^ADD ' log.s2c | wc -l`
> +X=`grep -c '^ADD ' log.s2c`
> assert $X 1 "missing ADD in s2c"
>
> X=`grep '^GET ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/14-skip-copy-already-there-copy-only b/tests.d/client-server/14-skip-copy-already-there-copy-only
> index b5da177..08734a8 100644
> --- a/tests.d/client-server/14-skip-copy-already-there-copy-only
> +++ b/tests.d/client-server/14-skip-copy-already-there-copy-only
> @@ -14,7 +14,7 @@ rm Mail/cur/$C
>
> test_eq Mail target/Mail
>
> -X=`grep '^COPY ' log.s2c | wc -l`
> +X=`grep -c '^COPY ' log.s2c`
> assert $X 1 "missing COPY in s2c"
>
> X=`grep '^GET ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/18-copybody b/tests.d/client-server/18-copybody
> index 67cae47..127d734 100644
> --- a/tests.d/client-server/18-copybody
> +++ b/tests.d/client-server/18-copybody
> @@ -10,7 +10,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^COPYBODY ' log.s2c | wc -l`
> +X=`grep -c '^COPYBODY ' log.s2c`
> assert $X 1 "missing COPY in s2c"
>
> X=`grep '^ADD ' log.s2c | wc -l`
> diff --git a/tests.d/client-server/19-copybody-already-ok b/tests.d/client-server/19-copybody-already-ok
> index f4e47d1..48079a0 100644
> --- a/tests.d/client-server/19-copybody-already-ok
> +++ b/tests.d/client-server/19-copybody-already-ok
> @@ -11,7 +11,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^COPYBODY ' log.s2c | wc -l`
> +X=`grep -c '^COPYBODY ' log.s2c`
> assert $X 1 "missing COPY in s2c"
>
> X=`grep '^GETHEADER ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/22-replace b/tests.d/client-server/22-replace
> index 44ef90d..4bc0bc8 100644
> --- a/tests.d/client-server/22-replace
> +++ b/tests.d/client-server/22-replace
> @@ -10,7 +10,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^REPLACE ' log.s2c | wc -l`
> +X=`grep -c '^REPLACE ' log.s2c`
> assert $X 1 "missing REPLACE in s2c"
>
> X=`grep '^ADD ' log.s2c | wc -l`
> diff --git a/tests.d/client-server/23-replace-aready-ok b/tests.d/client-server/23-replace-aready-ok
> index 0be7357..55cb51c 100644
> --- a/tests.d/client-server/23-replace-aready-ok
> +++ b/tests.d/client-server/23-replace-aready-ok
> @@ -12,7 +12,7 @@ msync 2
>
> test_eq Mail target/Mail
>
> -X=`grep '^REPLACE ' log.s2c | wc -l`
> +X=`grep -c '^REPLACE ' log.s2c`
> assert $X 1 "missing REPLACE in s2c"
>
> X=`grep '^GET ' log.c2s | wc -l`
> diff --git a/tests.d/client-server/34-move-fail2 b/tests.d/client-server/34-move-fail2
> index a58caac..4da3998 100644
> --- a/tests.d/client-server/34-move-fail2
> +++ b/tests.d/client-server/34-move-fail2
> @@ -12,7 +12,7 @@ msync 2
>
> test_eq target/Mail Mail
>
> -X=`grep '^MOVE ' log.s2c | wc -l`
> +X=`grep -c '^MOVE ' log.s2c`
> assert $X 1 "missing MOVE in s2c"
>
> X=`grep '^COMMIT$' log.c2s | wc -l`
> diff --git a/tests.d/client-server/35-delete b/tests.d/client-server/35-delete
> index 74d2026..76e142b 100644
> --- a/tests.d/client-server/35-delete
> +++ b/tests.d/client-server/35-delete
> @@ -11,7 +11,7 @@ msync 2
>
> test_eq target/Mail Mail
>
> -X=`grep '^DELETE ' log.s2c | wc -l`
> +X=`grep -c '^DELETE ' log.s2c`
> assert $X 1 "missing DELETE in s2c"
>
> X=`grep '^COMMIT$' log.c2s | wc -l`
> diff --git a/tests.d/client-server/36-move-fail3 b/tests.d/client-server/36-move-fail3
> index 36b1105..961ecf5 100644
> --- a/tests.d/client-server/36-move-fail3
> +++ b/tests.d/client-server/36-move-fail3
> @@ -11,7 +11,7 @@ sed -i 's/a/z/' target/$M
>
> msync 2
>
> -X=`grep '^MOVE ' log.s2c | wc -l`
> +X=`grep -c '^MOVE ' log.s2c`
> assert $X 1 "missing MOVE in s2c"
>
> X=`grep '^COMMIT$' log.c2s | wc -l`
> --
> 2.30.2
--
The class which has the power to rob upon a large scale has also the
power to control the government and legalize their robbery.
- Eugene V. Debs
Information forwarded
to debian-bugs-dist@lists.debian.org, Enrico Tassi <gareuselesinge@debian.org>:
Bug#975227; Package src:syncmaildir.
(Wed, 21 Apr 2021 14:21:02 GMT) (full text, mbox, link).
Acknowledgement sent
to David Bremner <david@tethera.net>:
Extra info received and forwarded to list. Copy sent to Enrico Tassi <gareuselesinge@debian.org>.
(Wed, 21 Apr 2021 14:21:02 GMT) (full text, mbox, link).
Message #20 received at 975227@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Control: tags 975227 + patch Control: tags 975227 + pending Dear maintainer, I've prepared an NMU for syncmaildir (versioned as 1.3.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. David
[syncmaildir-1.3.0-1.1-nmu.diff (text/x-diff, attachment)]
Added tag(s) patch.
Request was from David Bremner <david@tethera.net>
to 975227-submit@bugs.debian.org.
(Wed, 21 Apr 2021 14:21:02 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from David Bremner <david@tethera.net>
to 975227-submit@bugs.debian.org.
(Wed, 21 Apr 2021 14:21:03 GMT) (full text, mbox, link).
Reply sent
to David Bremner <bremner@debian.org>:
You have taken responsibility.
(Fri, 23 Apr 2021 14:54:06 GMT) (full text, mbox, link).
Notification sent
to Lucas Nussbaum <lucas@debian.org>:
Bug acknowledged by developer.
(Fri, 23 Apr 2021 14:54:06 GMT) (full text, mbox, link).
Message #29 received at 975227-close@bugs.debian.org (full text, mbox, reply):
Source: syncmaildir
Source-Version: 1.3.0-1.1
Done: David Bremner <bremner@debian.org>
We believe that the bug you reported is fixed in the latest version of
syncmaildir, which is due to be installed in the Debian FTP archive.
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 975227@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Bremner <bremner@debian.org> (supplier of updated syncmaildir 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 21 Apr 2021 11:05:47 -0300
Source: syncmaildir
Architecture: source
Version: 1.3.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Changed-By: David Bremner <bremner@debian.org>
Closes: 975227
Changes:
syncmaildir (1.3.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Convert some 'grep foo bar | wc -l' to 'grep -c foo bar' in test
suite. Bug fix: "FTBFS: running client-server/02-move-mail: .grep:
log.s2c: binary file matches", thanks to Lucas Nussbaum (Closes:
#975227).
Checksums-Sha1:
1dc5d4701af0788891ade8fe634a792f93ec7ddd 2210 syncmaildir_1.3.0-1.1.dsc
7b427b020cf0a1b60ba24a20919b3925f885615d 5900 syncmaildir_1.3.0-1.1.debian.tar.xz
Checksums-Sha256:
5364e5c58c2b0dc412fc31f59a4a250fd66d432b06ecaaf9d57dcc39d1332111 2210 syncmaildir_1.3.0-1.1.dsc
b0ec644a9622997a3764c55442a6463fe53f06f9c5ff2c99ef80d26ae583252f 5900 syncmaildir_1.3.0-1.1.debian.tar.xz
Files:
ed1492a199021d5351a96d736b78271e 2210 mail optional syncmaildir_1.3.0-1.1.dsc
7d32d87e963b9123faca900d7dca6b61 5900 mail optional syncmaildir_1.3.0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAmCAM0wACgkQA0U5G1Wq
FSGxwxAAiJ9HDVb3A2U6VIK0QKNhrr8lEjHl/rncNw2XTYzebU5uGtq57fWXr3Gt
lv5KT65E1wQoyC6PQeU5wjZe9N7XhFpB/8yQu+qAv1TYJlOEJ6nNWrvC78pyFa5y
qZsoADaOqa46CABl2Jde3FqLkJp6SuD6Gjif2rOqGG5P1/soYQm6/MUGL4StZhA5
HEkA29U+8CtDAQWkV33buWQELvXoTBvrD6do32FCNW/hu1ZAddeh3tIFloniH+eb
OdkcKC8w5ul22BI+mays/2s9DvJSpo1omD/rgZmcgoNVnV+tpn1aDFG3SFvCJbl5
yR9IYHLr/EP7dzxWPeiAaSPtd9oP04nX4krnxzYZpaoLgut+trDi1Le9LkVISByi
Y4lzx2DTkUH8QGYu8on+SNMpoQRA59pl1oeKS+AriVgTO6nT/VAVTHzPJ4M0N9qm
nmt+OjbYvdJFITKEzeaFfGvqNDOTWLNtuGe2vptj/W4HzrG2bc2Io6TK/ZC4kTW5
hfY6FMYk2+1s/i6OtZG2TOo+7afSN6Ca5w8Iz31fiSxwMVbXNpA5sBFyphIcrdvY
XxVSR5ctPGjZWBoO3s4ubu0mqB46UUOG2jJZJjnRoZQ2Qh3isMTwyAH9qvKPjoT2
f7qGUB1m4dcmKEc8/IUEtUWOH6gyj+BBkKnM7B4Jtn5SY6whq5o=
=tpvc
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 22 May 2021 07:27:18 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.