Your message dated Sun, 26 Jul 2020 15:20:14 +0000
with message-id <e1jziri-000awc...@fasolo.debian.org>
and subject line Bug#957394: fixed in jumpnbump 1.61-3
has caused the Debian Bug report #957394,
regarding jumpnbump: 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.)
--
957394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957394
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jumpnbump
Version: 1.61-2
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/jumpnbump_1.61-2_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
[...]
jnbunpack.c: In function ‘main’:
jnbunpack.c:65:5: warning: ignoring return value of ‘read’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
65 | read(fd, &num_entries, 4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
jnbunpack.c:70:5: warning: ignoring return value of ‘read’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
70 | read(fd, datafile, num_entries * sizeof(DirEntry));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnbunpack.c:100:2: warning: ignoring return value of ‘read’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
100 | read(fd, buf, datafile[i].size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnbunpack.c:101:2: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
101 | write(outfd, buf, datafile[i].size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp
-DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config
--cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL
-DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../jnbpack jnbpack.o
-Wl,-z,relro -Wl,-z,now
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp
-DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config
--cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL
-DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../jnbunpack jnbunpack.o
-Wl,-z,relro -Wl,-z,now
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp
-DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config
--cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL
-DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o sound.o sound.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/modify'
make -C data
make[3]: Entering directory '/<<PKGBUILDDIR>>/data'
exec ../gobpack font
font.gob build
exec ../gobpack numbers
numbers.gob build
exec ../gobpack objects
objects.gob build
exec ../gobpack rabbit
rabbit.gob build
exec ../jnbpack -o jumpbump.dat bump.mod calib.dat death.smp fly.smp jump.mod
jump.smp levelmap.txt level.pcx mask.pcx menu.pcx menumask.pcx font.gob
numbers.gob objects.gob rabbit.gob scores.mod splash.smp spring.smp
18 files to pack
Opened jumpbump.dat
adding bump.mod OK
adding calib.dat OK
adding death.smp OK
adding fly.smp OK
adding jump.mod OK
adding jump.smp OK
adding levelmap.txt OK
adding level.pcx OK
adding mask.pcx OK
adding menu.pcx OK
adding menumask.pcx OK
adding font.gob OK
adding numbers.gob OK
adding objects.gob OK
adding rabbit.gob OK
adding scores.mod OK
adding splash.smp OK
adding spring.smp OK
make[3]: Leaving directory '/<<PKGBUILDDIR>>/data'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp
-DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config
--cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL
-DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o input.o input.c
ar cru ../sdl.a gfx.o interrpt.o sound.o input.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib ../sdl.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/sdl'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp
-DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config
--cflags` -I. -o jumpnbump main.o menu.o filter.o network.o -Wl,-z,relro
-Wl,-z,now sdl.a `sdl2-config --libs` -lSDL2_mixer -lSDL2_net -lbz2 -lz -lm
/usr/bin/ld: menu.o:./globals.h:270: multiple definition of `endscore_reached';
main.o:./globals.h:270: first defined here
/usr/bin/ld: network.o:./globals.h:270: multiple definition of
`endscore_reached'; main.o:./globals.h:270: first defined here
/usr/bin/ld: network.o:./network.h:77: multiple definition of `net_info';
main.o:./network.h:77: first defined here
/usr/bin/ld: sdl.a(gfx.o):./sdl/../globals.h:270: multiple definition of
`endscore_reached'; main.o:./globals.h:270: first defined here
/usr/bin/ld: sdl.a(interrpt.o):./sdl/../globals.h:270: multiple definition of
`endscore_reached'; main.o:./globals.h:270: first defined here
/usr/bin/ld: sdl.a(sound.o):./sdl/../globals.h:270: multiple definition of
`endscore_reached'; main.o:./globals.h:270: first defined here
/usr/bin/ld: sdl.a(input.o):./sdl/../globals.h:270: multiple definition of
`endscore_reached'; main.o:./globals.h:270: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:41: jumpnbump] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true"
PREFIX=/usr BINDIR=/usr/games GAMEDATADIR=/usr/share/games returned exit code 2
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 25
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: jumpnbump
Source-Version: 1.61-3
Done: Fabian Greffrath <fab...@debian.org>
We believe that the bug you reported is fixed in the latest version of
jumpnbump, 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.
Fabian Greffrath <fab...@debian.org> (supplier of updated jumpnbump 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: Sun, 26 Jul 2020 16:48:41 +0200
Source: jumpnbump
Architecture: source
Version: 1.61-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Fabian Greffrath <fab...@debian.org>
Closes: 957394
Changes:
jumpnbump (1.61-3) unstable; urgency=medium
.
* Backport post-release patch from upstream to add future gcc
default -fno-common and fix code (Closes: #957394).
Checksums-Sha1:
e9b68d489b919ecca1a40f9fa776341e8dd5655c 2150 jumpnbump_1.61-3.dsc
879cf74721c3ce6504e0eee4b17cc129e1538136 8388 jumpnbump_1.61-3.debian.tar.xz
d56cb631cdd969ab8aec90db9568957faa78539e 10824 jumpnbump_1.61-3_amd64.buildinfo
Checksums-Sha256:
c7b30aa5d9be7cdb949869320ccf4c23f44f60c805c583f03f8bf590782b1182 2150
jumpnbump_1.61-3.dsc
debc23d8e0f7c0c82c991fa4f5a4470b4aafea892689173983c542e0082b1f8e 8388
jumpnbump_1.61-3.debian.tar.xz
1564d4e9ddfd116c81214b383079485d2856b3b74dc94bed9fb0588e13de1a16 10824
jumpnbump_1.61-3_amd64.buildinfo
Files:
25f9fc101e30142cba009edfddc03396 2150 games optional jumpnbump_1.61-3.dsc
6ce9828d8c42d11f25ca24405558c19c 8388 games optional
jumpnbump_1.61-3.debian.tar.xz
9d0b1d432cc5c9f97fbe89f20cd99dc3 10824 games optional
jumpnbump_1.61-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEIsF2SKlSa4TfGRyWy+qOlwzNWd8FAl8dmG0SHGZhYmlhbkBk
ZWJpYW4ub3JnAAoJEMvqjpcMzVnfueYP/j5g1ZZdH19LokfYmEjvIu10Wee+Z58w
X19W5sd1fm94t6BnFgewUegThbEWUX84lBCpUbbVCfDu5mwgRnl/ZMtj20d6lTlc
RoBWLsJWnmuodIxzmqyIkOsckLrmzL3vhPBq/9riBqLSClQkHF0cbCVhoA+fRZsh
fOPHy7xu9a1vPngz3Dm0aUycnkON8p8aUbDiAtV5tvLrcKp8g/PE9/F3e1q1fI8X
xj9ZczyjH4zbKyQQjioHqOLIPRnEWpaqOQb8iiU/F60/m5wemKi0xCfeLynjbNaP
l1EuuE4v36dTXtboRMD7/IeyvwGFUvS9uxTsB90WgEzt4XkqK3sSvtBXCQ7mpmGh
infUGocU14PKh1L0sdTWHmB2oj0ITwXQ5nJAR/xzheJsi63PQarOWzkDquURkhNg
meVgaIyRG7xzcESDn9BT83Wme95ZhtWhmn5rJOB8iIo5njbiHyMcQ9HC4L1w/qMg
D842m4H7ZiYXti8syqq1ru2239emvwx7RzVvnWhZgnn8iAj0zwYZuc//oYyU7O44
LhbU4ut6XkhkaT20U25QDmdJWph++hWRFqNSVTWKZrl6HnGfKkPbdKpI9k2d99ZX
X9xpzV4MRZmvEz6X00OQDAYmi+omLrLq+dwtrImTebTtN8rP/5YMCJcyUrFFCJmR
RJWm1/vna5Gp
=iUP+
-----END PGP SIGNATURE-----
--- End Message ---