Your message dated Sun, 19 Apr 2020 09:50:23 +0000
with message-id <[email protected]>
and subject line Bug#957937: fixed in wmbiff 0.4.36-1
has caused the Debian Bug report #957937,
regarding wmbiff: 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 [email protected]
immediately.)
--
957937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmbiff
Version: 0.4.35-1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/wmbiff_0.4.35-1_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
[...]
dh_auto_build
make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in wmgeneral
make[3]: Entering directory '/<<PKGBUILDDIR>>/wmgeneral'
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
misc.o misc.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
wmgeneral.o wmgeneral.c
rm -f libwmgeneral.a
ar cru libwmgeneral.a misc.o wmgeneral.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libwmgeneral.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/wmgeneral'
Making all in wmbiff
make[3]: Entering directory '/<<PKGBUILDDIR>>/wmbiff'
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
wmbiff.o wmbiff.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
socket.o socket.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
Pop3Client.o Pop3Client.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
mboxClient.o mboxClient.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
maildirClient.o maildirClient.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
Imap4Client.o Imap4Client.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
tlsComm.o tlsComm.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
ShellClient.o ShellClient.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
passwordMgr.o passwordMgr.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
charutil.o charutil.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
regulo.o regulo.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
MessageList.o MessageList.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
gnutls-common.o gnutls-common.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
test_wmbiff.o test_wmbiff.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -W
-Wall -Wshadow -Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -c -o
test_tlscomm.o test_tlscomm.c
gnutls-common.c: In function ‘print_info’:
gnutls-common.c:449:2: warning: ‘gnutls_compression_get_name’ is deprecated
[-Wdeprecated-declarations]
449 | tmp = gnutls_compression_get_name(gnutls_compression_get(session));
| ^~~
In file included from /usr/include/gnutls/gnutls.h:3432,
from gnutls-common.c:6:
/usr/include/gnutls/compat.h:228:1: note: declared here
228 | gnutls_compression_get_name(gnutls_compression_method_t
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gnutls-common.c:449:2: warning: ‘gnutls_compression_get’ is deprecated
[-Wdeprecated-declarations]
449 | tmp = gnutls_compression_get_name(gnutls_compression_get(session));
| ^~~
In file included from /usr/include/gnutls/gnutls.h:3432,
from gnutls-common.c:6:
/usr/include/gnutls/compat.h:225:1: note: declared here
225 | gnutls_compression_get(gnutls_session_t session)
_GNUTLS_GCC_ATTR_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~
egrep -v '^"[:%][[:space:]]c #' < wmbiff-master-led.xpm | \
sed -e 's/:/./g' -e 's/%/$/g' -e 's/ 15 / 13 /' | \
sed -e
's/#\([0-9A-F]\{2\}\)[0-9A-F]\{2\}\([0-9A-F]\{2\}\)[0-9A-F]\{2\}\([0-9A-F]\{2\}\)[0-9A-F]\{2\}/#\1\2\3/'\
> wmbiff-master-contrast.xpm || rm wmbiff-master-contrast.xpm
egrep -v '^"[:%][[:space:]]c #' < wmbiff-classic-master-led.xpm | \
sed -e 's/:/./g' -e 's/%/$/g' -e 's/ 15 / 13 /' | \
sed -e
's/#\([0-9A-F]\{2\}\)[0-9A-F]\{2\}\([0-9A-F]\{2\}\)[0-9A-F]\{2\}\([0-9A-F]\{2\}\)[0-9A-F]\{2\}/#\1\2\3/'\
> wmbiff-classic-master-contrast.xpm || rm wmbiff-classic-master-contrast.xpm
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_GNU_SOURCE -W -Wall -Wshadow
-Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -o test_tlscomm test_tlscomm.o tlsComm.o -lXpm
-lXext -lX11 -lresolv -lnsl -lgnutls
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_GNU_SOURCE -W -Wall -Wshadow
-Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -o test_wmbiff ShellClient.o charutil.o
test_wmbiff.o passwordMgr.o Imap4Client.o regulo.o Pop3Client.o tlsComm.o
socket.o -L/usr/lib/x86_64-linux-gnu -lgcrypt -lXpm -lXext -lX11 -lresolv
-lnsl -lgnutls
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_GNU_SOURCE -W -Wall -Wshadow
-Wpointer-arith -Wwrite-strings -I/usr/include/p11-kit-1 -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -o wmbiff wmbiff.o socket.o Pop3Client.o
mboxClient.o maildirClient.o Imap4Client.o tlsComm.o ShellClient.o
passwordMgr.o charutil.o regulo.o MessageList.o -L../wmgeneral -lwmgeneral
-L/usr/lib/x86_64-linux-gnu -lgcrypt gnutls-common.o -lXpm -lXext -lX11
-lresolv -lnsl -lgnutls
/usr/bin/ld:
../wmgeneral/libwmgeneral.a(wmgeneral.o):./wmgeneral/wmgeneral.h:39: multiple
definition of `display'; wmbiff.o:./wmbiff/../wmgeneral/wmgeneral.h:39: first
defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:634: wmbiff] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/wmbiff'
make[2]: *** [Makefile:396: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:337: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: wmbiff
Source-Version: 0.4.36-1
Done: Jeremy Sowden <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wmbiff, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jeremy Sowden <[email protected]> (supplier of updated wmbiff 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 18 Apr 2020 20:51:01 +0100
Source: wmbiff
Architecture: source
Version: 0.4.36-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 957937
Changes:
wmbiff (0.4.36-1) unstable; urgency=medium
.
* New upstream version 0.4.36, fixing GCC-10 FTBFS. (closes: #957937).
* Bump Standards-Version to 4.5.0.
Checksums-Sha1:
b5601f82b57da94b0aa6c30a84fc8e816d47b19e 2017 wmbiff_0.4.36-1.dsc
9e21c16022dae62e98f4b5a8dbf403d5695abfd4 266288 wmbiff_0.4.36.orig.tar.gz
95477fcb1f718d613cd3831e05a674c9810b942c 10188 wmbiff_0.4.36-1.debian.tar.xz
Checksums-Sha256:
bc64469bea92d9c8eb45ee4f9c1534e095bd58947d59e63dec71ce22c38ec553 2017
wmbiff_0.4.36-1.dsc
ae8cb6bd11cdf161a98a1a25794dcbca8049156b768a6d8e3edcce072730a93e 266288
wmbiff_0.4.36.orig.tar.gz
49ca13b3c040035df2357c4e647a6132a67cbf6dc5f99f7a828bc1cb574f0e22 10188
wmbiff_0.4.36-1.debian.tar.xz
Files:
050f09cdc45b660dfb604000fc2ff1a9 2017 x11 optional wmbiff_0.4.36-1.dsc
98fad8ab59417fe3ed497a3d87eacf82 266288 x11 optional wmbiff_0.4.36.orig.tar.gz
6c4fcf75de6398981d94c0dbc8fdc6e8 10188 x11 optional
wmbiff_0.4.36-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAl6cGhAACgkQpU8BhUOC
FIQ+Qw/+N1E9L9hPJQHkbAQaydIlAdGoBq29VXrwl2G1jAz6PkhPUnE8PEZM35kL
6LLmc9WunrLrc28EtoyZtkKI1du06tiX7TzoJOrBXObEZLAtL0j93+CHqyRIJyBX
UCAttBNVYvPvV3Mttp3oXhedTnvnHgl0HxsARM3/f7QohQt3U6V4up6fm5Q6mJ2B
kkgs4YK2spiouVeGgs/vtxeYmk+85J3Qz/qfc39xYpZo2MhbBULqMND0+oWkQ6uS
dI/poC6gdLEz6L2Rpt2v4RpJgShD7m+KfrJ30PgH4bw08gpCTiRYseok0zwzF1FL
z6u1CKxyMDwci0VSdxLxivzeWZ/1eogn+yfMwUSt8ixfWSggQMv+Mu8V/Oeeh6Ew
NYGAYvyQiznuCqciClldh4B5sQkeXEvPxGaMInaq/EnmotYHtB5V9+B9FE2CWhuE
C2yQcsCJ3oqf05HHD9spjgkA8rXhB20G6BvpZR/pIeec1wCmVbYuw7HBpVtSujab
Ykb1KA9IYyf2BvZsXhoupeQwUqHyOmJ8rPUSJVXTl8BFWFgV7kA1mELXCBN3aqH+
Hc9zx00ALVxH4+gq1dm1YRGZRj9ZN0p4ryYlSfTHaceL2kRL+C0hRPVfyeM/ZYnV
P03WDhNGvPc/8DoXVHrV5HOB6xWUqebey6IUQXuc9B+75h3zXq8=
=HHL3
-----END PGP SIGNATURE-----
--- End Message ---