Your message dated Thu, 26 Nov 2020 13:20:51 +0000
with message-id <e1kihcd-000amg...@fasolo.debian.org>
and subject line Bug#957726: fixed in qstat 2.15-6
has caused the Debian Bug report #957726,
regarding qstat: 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.)
--
957726: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qstat
Version: 2.15-5
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/qstat_2.15-5_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
[...]
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o
ventrilo.o ventrilo.c
ts3.c: In function ‘deal_with_ts3_packet’:
ts3.c:209:12: warning: variable ‘end’ set but not used
[-Wunused-but-set-variable]
209 | char *s, *end, *player_name = "unknown";
| ^~~
bfbc2.c: In function ‘deal_with_bfbc2_packet’:
bfbc2.c:57:6: warning: variable ‘size’ set but not used
[-Wunused-but-set-variable]
57 | int size, words, word = 0;
| ^~~~
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o mumble.o
mumble.c
mumble.c: In function ‘deal_with_mumble_packet’:
mumble.c:44:27: warning: ‘__builtin___sprintf_chk’ may write a terminating nul
past the end of the destination [-Wformat-overflow=]
44 | sprintf(version,"%u.%u.%u", (unsigned char)*pkt+1, (unsigned
char)*pkt+2, (unsigned char)*pkt+3);
| ^
In file included from /usr/include/stdio.h:867,
from mumble.c:14:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note:
‘__builtin___sprintf_chk’ output between 6 and 12 bytes into a destination of
size 11
36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o
terraria.o terraria.c
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o crysis.o
crysis.c
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o
dirtybomb.o dirtybomb.c
terraria.c: In function ‘deal_with_terraria_packet’:
terraria.c:37:12: warning: variable ‘end’ set but not used
[-Wunused-but-set-variable]
37 | char *s, *end, *key, *val, *sep, *linep, *varp;
| ^~~
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o
starmade.o starmade.c
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o farmsim.o
farmsim.c
gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2
-DDEBUG -DENABLE_DUMP -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o ksp.o
ksp.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wall -Wl,-z,relro -Wl,-z,now -o qstat
xform.o config.o debug.o utils.o hcache.o md5.o qserver.o qstat.o template.o
a2s.o packet_manip.o ut2004.o doom3.o gps.o gs2.o gs3.o ts2.o tm.o haze.o
ottd.o wic.o fl.o tee.o cube2.o ts3.o bfbc2.o ventrilo.o mumble.o terraria.o
crysis.o dirtybomb.o starmade.o farmsim.o ksp.o
/usr/bin/ld: hcache.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: qserver.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: qstat.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: a2s.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: packet_manip.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: ut2004.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: doom3.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: gps.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: gs2.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: gs3.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: ts2.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: tm.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: haze.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: ottd.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: wic.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: fl.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: tee.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: cube2.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: ts3.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: bfbc2.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: ventrilo.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: mumble.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: terraria.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: crysis.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: dirtybomb.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: starmade.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: farmsim.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
/usr/bin/ld: ksp.o:./debug.h:50: multiple definition of `do_dump';
debug.o:./debug.h:50: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:522: qstat] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:613: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:425: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: qstat
Source-Version: 2.15-6
Done: Jordi Mallach <jo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
qstat, 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.
Jordi Mallach <jo...@debian.org> (supplier of updated qstat 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: Thu, 26 Nov 2020 13:57:55 +0100
Source: qstat
Architecture: source
Version: 2.15-6
Distribution: unstable
Urgency: medium
Maintainer: Jordi Mallach <jo...@debian.org>
Changed-By: Jordi Mallach <jo...@debian.org>
Closes: 957726
Changes:
qstat (2.15-6) unstable; urgency=medium
.
* Backport patch from git to fix FTBFS with GCC-10 (closes: #957726).
* Bump debhelper-compat to v13.
* Update Standards-Version to 4.5.1, with no changes needed.
* Update watch file to version 4.
* Add some upstream metadata.
Checksums-Sha1:
352cd3459de7c0df222091fe867e036714533758 1831 qstat_2.15-6.dsc
3eb95b7bb587d25fd0c54832b1715b76115e1c8e 15604 qstat_2.15-6.debian.tar.xz
bc4e4225a0f3d63d2e6b9a56f3a60b156ed18158 6129 qstat_2.15-6_amd64.buildinfo
Checksums-Sha256:
030a740bb6c3e36ea1f5507a68b4b2591358ce2513bd9c04a8f0e1a3118fcba4 1831
qstat_2.15-6.dsc
95264190b4ecace74104f67e5caa4ff99b1030f0e6ff598faec6ffdf4e9930a0 15604
qstat_2.15-6.debian.tar.xz
51a1d9e278972912115a97e30d76fc0c498f429cc69ff30dfde65bb7e9a808eb 6129
qstat_2.15-6_amd64.buildinfo
Files:
7d5fea80050422ffec5fddd6b5f031a5 1831 games optional qstat_2.15-6.dsc
f93f0cd8269d7b8165d9ed014c9d66b4 15604 games optional
qstat_2.15-6.debian.tar.xz
70ae2b9cf5eadd25ac1bce1d7d9c21f7 6129 games optional
qstat_2.15-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAl+/psQACgkQJVAvb8vj
ywTsxRAArW6kaImtbzBW8moAYjID6wzQTW2FEblyvpRiVh+uCounfXdCKmbq0sj9
yH736ZiGbpc7iiRlyw2jkk6E4YTINbvzLEHyqQ5iQO7u8YtOltjonq2Ro0exxAV5
DSNNgQdMSUMWFIdFxLHQlZfiys7Gl60kITAzzfkzI/BysgPj1atcD31YNOsPR/fj
DFwxzq7CpV9D1t92se3LEi06IzsPWpObLwteohNDtVZM880JD3WrMvhqBSnb+F1m
MHzub5+xv6lwS/2idPFSMkgAefZZmjpdp8yfDa61c1aedOAZI36SSq0o61rzQHMY
KA5YzCCJHMfWYrqwWsGonacDXtfrxAMPHu6NjEt2LkPHOu+IeBzkamibx/NJUSZO
rUZQ/tBz9WD89e+lvysCkPWCnU668bv3v/ZCY1mV54oe4P5SU5/eNPicIDnbv4aN
cN9VCwQSqSVeXtjrUwnCe6gHUk0JgSbnZWrDbuUJDJYsqZNUTowL7bX3ix/mh2DK
aNDcrWruhSfK9OCFCG4UVCY/mjufXNqPZN0m5hRrzMEBQ7ZSckrN5hKdBakShG9n
xd3VxFrlFmsWr/LMjIIEvw9P85GPFNs3dJNur7rZYUrxZhzOAjqOfaSaEZ8dZdAm
7Bon5Y/3Zmxcy0oCqPrJxTZOn5Ys2MLvv4HCWp0oP5T/RQHBwF4=
=OWwo
-----END PGP SIGNATURE-----
--- End Message ---