Your message dated Mon, 03 Aug 2020 13:33:36 +0000
with message-id <e1k2aau-0000sd...@fasolo.debian.org>
and subject line Bug#957521: fixed in mboxgrep 0.7.9-5
has caused the Debian Bug report #957521,
regarding mboxgrep: ftbfs with GCC-10
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.)


-- 
957521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mboxgrep
Version: 0.7.9-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/mboxgrep_0.7.9-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
      |                             ^~
scan.c:256:19: warning: passing argument 1 of ‘gzwrite’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  256 |     len = gzwrite(tmpp, (msg->body+quux),
      |                   ^~~~
      |                   |
      |                   FILE *
In file included from /usr/include/zlib.h:34,
                 from scan.c:50:
/usr/include/zlib.h:1446:29: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’} 
but argument is of type ‘FILE *’
 1446 | ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
      |                             ^~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c maildir.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c mbox.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c misc.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from misc.c:27:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c wrap.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c getopt.c
wrap.c: In function ‘m_gzdopen’:
wrap.c:114:8: warning: assignment to ‘struct gzFile_s **’ from incompatible 
pointer type ‘gzFile’ {aka ‘struct gzFile_s *’} [-Wincompatible-pointer-types]
  114 |   blah = gzdopen (fildes, mode);
      |        ^
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c getopt1.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I. -I. -c md5.c
md5.c: In function ‘md5_finish_ctx’:
md5.c:34:27: warning: implicit declaration of function ‘bcopy’ 
[-Wimplicit-function-declaration]
   34 | #  define memcpy(d, s, n) bcopy ((s), (d), (n))
      |                           ^~~~~
md5.c:122:3: note: in expansion of macro ‘memcpy’
  122 |   memcpy (&ctx->buffer[bytes], fillbuf, pad);
      |   ^~~~~~
md5.c:34:27: warning: incompatible implicit declaration of built-in function 
‘bcopy’
   34 | #  define memcpy(d, s, n) bcopy ((s), (d), (n))
      |                           ^~~~~
md5.c:122:3: note: in expansion of macro ‘memcpy’
  122 |   memcpy (&ctx->buffer[bytes], fillbuf, pad);
      |   ^~~~~~
md5.c: In function ‘md5_process_bytes’:
md5.c:34:27: warning: incompatible implicit declaration of built-in function 
‘bcopy’
   34 | #  define memcpy(d, s, n) bcopy ((s), (d), (n))
      |                           ^~~~~
md5.c:232:7: note: in expansion of macro ‘memcpy’
  232 |       memcpy (&ctx->buffer[left_over], buffer, add);
      |       ^~~~~~
md5.c:34:27: warning: incompatible implicit declaration of built-in function 
‘bcopy’
   34 | #  define memcpy(d, s, n) bcopy ((s), (d), (n))
      |                           ^~~~~
md5.c:262:7: note: in expansion of macro ‘memcpy’
  262 |       memcpy (&ctx->buffer[left_over], buffer, len);
      |       ^~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -o mboxgrep info.o main.o mh.o scan.o 
maildir.o mbox.o misc.o wrap.o getopt.o getopt1.o md5.o -lbz2 -lz  -lpcre
/usr/bin/ld: main.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
/usr/bin/ld: mh.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
/usr/bin/ld: scan.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
/usr/bin/ld: maildir.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
/usr/bin/ld: mbox.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
/usr/bin/ld: misc.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
/usr/bin/ld: wrap.o:./src/mboxgrep.h:132: multiple definition of `config'; 
info.o:./src/mboxgrep.h:132: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:42: mboxgrep] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:23: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mboxgrep
Source-Version: 0.7.9-5
Done: Alberto Gonzalez Iniesta <a...@inittab.org>

We believe that the bug you reported is fixed in the latest version of
mboxgrep, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta <a...@inittab.org> (supplier of updated mboxgrep 
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...@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 03 Aug 2020 15:02:27 +0200
Source: mboxgrep
Architecture: source
Version: 0.7.9-5
Distribution: unstable
Urgency: medium
Maintainer: Alberto Gonzalez Iniesta <a...@inittab.org>
Changed-By: Alberto Gonzalez Iniesta <a...@inittab.org>
Closes: 957521
Changes:
 mboxgrep (0.7.9-5) unstable; urgency=medium
 .
   * Add debian/patches/gcc10fix.patch.
     Fix FTBFS with GCC-10. (Closes: #957521)
Checksums-Sha1:
 3870272b64ddcb5fef8658cfd4b17d66d16ce40a 1766 mboxgrep_0.7.9-5.dsc
 c3993a97792e9d53b3372d6de202284279d9a58b 3028 mboxgrep_0.7.9-5.debian.tar.xz
 6c7c1039737dadcfd475c6d0ec85df53405355c8 5682 mboxgrep_0.7.9-5_amd64.buildinfo
Checksums-Sha256:
 8204570ee598848cdecb456f1686d7772fc6a38e854edaad5d35053b3345c2fd 1766 
mboxgrep_0.7.9-5.dsc
 4643852573d8fdc8f22155237ec382ac95ed3fdefa6e37727112c153963ddce3 3028 
mboxgrep_0.7.9-5.debian.tar.xz
 64ccd95a1e680c4f3716f7a7ddab92e02c4bd1c2593b0b065f49cfb1725c4a0a 5682 
mboxgrep_0.7.9-5_amd64.buildinfo
Files:
 7a1996a17444b78fdb98c50861617609 1766 mail optional mboxgrep_0.7.9-5.dsc
 95dc219137af99e2f4db764dfab361dc 3028 mail optional 
mboxgrep_0.7.9-5.debian.tar.xz
 386638e4d243af038bbb8eb42fbb87c6 5682 mail optional 
mboxgrep_0.7.9-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEEU0fL2D4wqetNfUvyAJszdWuaqlUFAl8oDFwQHGFnaUBpbml0
dGFiLm9yZwAKCRAAmzN1a5qqVVPIEACc7zMnqvm1DQ7O/457mcRna0sAYnwq0/mY
vnlggK9kzhxgu9Fpsh8oslMuzO8peWbTNc4NX5OI0AopbIaClStuuLNrrV5PWK/f
oNaNlKoFk3Uzx9JtOSwFTyq5JAqBtiv78f/KySo6YEzTRahvea/uBSALl5mha2dV
t6kzHEXqB9ygyk1Ckp7A/+TYT2TRkdVe7D1mZIcfaRidSFbWN6kJe3tunP0oCA/T
yqolNLY5EsGS1lGePSx+fQL0KnjkZFdGrcJQfxlEwpnw4L28831lu5zk9i+6PooL
G7K+krKCRN4K5inySGPYiAtrBplHkyJqW61qCZV9MPH5TC9Ym+U2Imx8bPafZoF8
Uscz2VSfBTGFWDGKUZwdZn0JZAnUa1v8K6RHyz7P9562H78SMeGwE4ukgZaa5Xdw
flrMKP0n70ZR/tiIQQNOequhTk9hTavWTT02rcRhml2xDbzyctlTd15Lf5DDu5z8
50LkT7+VOJIt/5DM6u+0xsMi4aAWPl0VjjnPJmjnUVSD/qdSz5rToe8M6SYCtMEa
bQbrcctf1a32RrjteB1hC5uEeF1h17EJZcIEkI49poLc8Neh+ULNAthG7UczuEH3
w5c/XNysx6jMMLIRgNhG1bo+pWAq/wNOc5L6XDIP4x4ZTEfWWG4X9cuFVj21N5Kd
KsTUcLAszA==
=4bW+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to