Your message dated Fri, 31 Jul 2020 23:03:37 +0000
with message-id <e1k1e3t-0003ix...@fasolo.debian.org>
and subject line Bug#957282: fixed in gnarwl 3.6.dfsg-13
has caused the Debian Bug report #957282,
regarding gnarwl: 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.)
--
957282: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnarwl
Version: 3.6.dfsg-12
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/gnarwl_3.6.dfsg-12_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
[...]
Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package gnarwl
dpkg-buildpackage: info: source version 3.6.dfsg-12
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bernhard Schmidt <be...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean #--without autoreconf
dh_clean
debian/rules build
dh build #--without autoreconf
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
--with-docdir=/usr/share/doc/gnarwl \
--with-homedir=/var/lib/gnarwl
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu
--runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
--with-docdir=/usr/share/doc/gnarwl --with-homedir=/var/lib/gnarwl
configure: WARNING: unrecognized options: --disable-silent-rules,
--disable-maintainer-mode, --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gdbm_open in -lgdbm... yes
checking for ldap_init in -lldap... yes
checking for ldap_set_option... yes
checking for iconv... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf.h
configure: WARNING: unrecognized options: --disable-silent-rules,
--disable-maintainer-mode, --disable-dependency-tracking
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -I.."
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src all
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f DEADJOE *.o *~ gnarwl damnit
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
config.o config.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
dbaccess.o dbaccess.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
util.o util.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
mailhandler.o mailhandler.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I.. -o gnarwl gnarwl.c config.o dbaccess.o
util.o mailhandler.o -lldap -lgdbm -ldl -lresolv
/usr/bin/ld: dbaccess.o:./src/mailhandler.h:64: multiple definition of
`sender'; /tmp/ccQc6kkL.o:./src/mailhandler.h:64: first defined here
/usr/bin/ld: dbaccess.o:./src/mailhandler.h:69: multiple definition of
`subject'; /tmp/ccQc6kkL.o:./src/mailhandler.h:69: first defined here
/usr/bin/ld: dbaccess.o:./src/mailhandler.h:74: multiple definition of
`receivers'; /tmp/ccQc6kkL.o:./src/mailhandler.h:74: first defined here
/usr/bin/ld: dbaccess.o:./src/mailhandler.h:59: multiple definition of
`messageid'; /tmp/ccQc6kkL.o:./src/mailhandler.h:59: first defined here
/usr/bin/ld: dbaccess.o:./src/mailhandler.h:54: multiple definition of
`mail_status'; /tmp/ccQc6kkL.o:./src/mailhandler.h:54: first defined here
/usr/bin/ld: mailhandler.o:./src/mailhandler.h:74: multiple definition of
`receivers'; /tmp/ccQc6kkL.o:./src/mailhandler.h:74: first defined here
/usr/bin/ld: mailhandler.o:./src/mailhandler.h:54: multiple definition of
`mail_status'; /tmp/ccQc6kkL.o:./src/mailhandler.h:54: first defined here
/usr/bin/ld: mailhandler.o:./src/mailhandler.h:59: multiple definition of
`messageid'; /tmp/ccQc6kkL.o:./src/mailhandler.h:59: first defined here
/usr/bin/ld: mailhandler.o:./src/mailhandler.h:69: multiple definition of
`subject'; /tmp/ccQc6kkL.o:./src/mailhandler.h:69: first defined here
/usr/bin/ld: mailhandler.o:./src/mailhandler.h:64: multiple definition of
`sender'; /tmp/ccQc6kkL.o:./src/mailhandler.h:64: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:10: compile] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:61: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnarwl
Source-Version: 3.6.dfsg-13
Done: Bernhard Schmidt <be...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gnarwl, 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.
Bernhard Schmidt <be...@debian.org> (supplier of updated gnarwl 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: SHA512
Format: 1.8
Date: Sat, 01 Aug 2020 00:26:36 +0200
Source: gnarwl
Architecture: source
Version: 3.6.dfsg-13
Distribution: unstable
Urgency: medium
Maintainer: Bernhard Schmidt <be...@debian.org>
Changed-By: Bernhard Schmidt <be...@debian.org>
Closes: 957282
Changes:
gnarwl (3.6.dfsg-13) unstable; urgency=medium
.
* Fix FTBFS with GCC 10 (Closes: #957282)
Checksums-Sha1:
0940ded20ab0e2ceee9a403125341f5a4b72d215 1870 gnarwl_3.6.dfsg-13.dsc
78e5c9a3f9e25c1e5a48fa4a5b6adeb21641b90a 24604 gnarwl_3.6.dfsg-13.debian.tar.xz
077728786d43999d24470e76efc16d7e101f3f30 6295
gnarwl_3.6.dfsg-13_amd64.buildinfo
Checksums-Sha256:
b50bdcd0a7c13583e3eff6e656df1709ad817f1f8670c2681db4106de7ba2aa2 1870
gnarwl_3.6.dfsg-13.dsc
f424a974d62415b686d98c58fa386b29d95f88253d2b5ad8eb6df616f9dd4855 24604
gnarwl_3.6.dfsg-13.debian.tar.xz
d36657ca49880107f30f7f6dc61754f6782ecb926aede345cf8110a217cc83bf 6295
gnarwl_3.6.dfsg-13_amd64.buildinfo
Files:
ff843654c150d406f7f702d22a8207b3 1870 mail optional gnarwl_3.6.dfsg-13.dsc
8721f50c24a29780c7c960f67f441f97 24604 mail optional
gnarwl_3.6.dfsg-13.debian.tar.xz
cc9420c821e2a9f8612b01f6872a6b17 6295 mail optional
gnarwl_3.6.dfsg-13_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAl8koN4RHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJPK5A/+PnO5hh2TRyHTGxD/TcVt7JboTkxByl/u
2sJFaoKIx5tDjv3LbKtFiDA5Xjn36OP6ZHEKLWuyX2hI2MJf1Iq6rWnY2sNRDM31
p8E56aDzwCAqY4rd1d+eNMMrpEZ2F9AdJKGbScHDeo/zLmWIrxvdrzIiDxY19m72
v8KMN2LjU/vyw2Dxoy465GogUOWmtM1crBjNQynGJrWSdkiFs/hWrjpeGzU7KVI1
qygBngQG03XUp7eeIqH0BKdgWxtInoeezqUke0LU9NVaXM1V5u12FGvNzqVvklvh
5yD0zWH1OuqiKgEGgVXVVnKmtaxYmgIZLXdb03xD5R4tS+B1Isr2BLi+L8e+mxyM
hVp5Y+858h6u05xNpawfmpx/2Aqj2VqJbVzbIdNJKZhupxRJ5WVDZ21IS/L7KXI4
dSYy089lAPzV/ju16w268ZQLLMUPAEsK2xPWpgCe6Kw9SK12l4phwvNCfsN4lzFo
rtTxEWrtxrNtanIQbezqgBGfQlefP7XVy8sf2gbq+yy4M2L7n9Kjgx5jH7eOZhEx
bNC60Ekpr8GeqpgfzFLiJI+qfKt9vXlJzDcI4NrOHoLTk3kTqlP9/AKdEMrqGCwV
koY0Yl8WkRDFzr1veahDrcLerq+GueTAqXu3RIqLoBfjOcdd9YY9J/hiubuiDi15
CSkxz7XRJtw=
=fotU
-----END PGP SIGNATURE-----
--- End Message ---