Your message dated Sun, 26 Jul 2020 14:45:15 +0000
with message-id <e1jzhtr-0006gm...@fasolo.debian.org>
and subject line Bug#957493: fixed in liquidwar 5.6.5-2
has caused the Debian Bug report #957493,
regarding liquidwar: 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.)
--
957493: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:liquidwar
Version: 5.6.5-1
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/liquidwar_5.6.5-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
[...]
Compiling palette.c (cpu=default, debug=no, asm=no)
Compiling parser.c (cpu=default, debug=no, asm=no)
Compiling path.c (cpu=default, debug=no, asm=no)
Compiling ping.c (cpu=default, debug=no, asm=no)
Compiling pion.c (cpu=default, debug=no, asm=no)
Compiling play.c (cpu=default, debug=no, asm=no)
Compiling profile.c (cpu=default, debug=no, asm=no)
Compiling protocol.c (cpu=default, debug=no, asm=no)
protocol.c: In function ‘lw_protocol_ask_who’:
protocol.c:287:32: warning: this statement may fall through
[-Wimplicit-fallthrough=]
287 | who->network = 1;
| ~~~~~~~~~~~~~^~~
protocol.c:293:17: note: here
293 | case LW_NETMESS_CODE_LOCAL:
| ^~~~
Compiling random.c (cpu=default, debug=no, asm=no)
Compiling rules.c (cpu=default, debug=no, asm=no)
Compiling score.c (cpu=default, debug=no, asm=no)
Compiling serial.c (cpu=default, debug=no, asm=no)
Compiling sock2cli.c (cpu=default, debug=no, asm=no)
Compiling sockex.c (cpu=default, debug=no, asm=no)
Compiling sockunix.c (cpu=default, debug=no, asm=no)
Compiling sound.c (cpu=default, debug=no, asm=no)
Compiling speeds.c (cpu=default, debug=no, asm=no)
Compiling startinf.c (cpu=default, debug=no, asm=no)
Compiling startup.c (cpu=default, debug=no, asm=no)
Compiling team.c (cpu=default, debug=no, asm=no)
Compiling texture.c (cpu=default, debug=no, asm=no)
Compiling thrdunix.c (cpu=default, debug=no, asm=no)
thrdunix.c: In function ‘lw_thread_start’:
thrdunix.c:84:38: warning: cast between incompatible function types from ‘void
(*)(void *)’ to ‘void * (*)(void *)’ [-Wcast-function-type]
84 | if (pthread_create (&thread, NULL, (void *(*)(void *)) func, args) ==
0)
| ^
Compiling ticker.c (cpu=default, debug=no, asm=no)
Compiling time.c (cpu=default, debug=no, asm=no)
Compiling viewport.c (cpu=default, debug=no, asm=no)
Compiling volume.c (cpu=default, debug=no, asm=no)
Compiling watchdog.c (cpu=default, debug=no, asm=no)
Compiling wave.c (cpu=default, debug=no, asm=no)
Compiling wwwcli.c (cpu=default, debug=no, asm=no)
Compiling x11icon.c (cpu=default, debug=no, asm=no)
Linking liquidwar (host=default, debug=no, static=no, asm=no)
/usr/bin/ld: fighter.o:./src/fighter.h:62: multiple definition of
`FIGHTER_MOVE_X'; autoplay.o:./src/fighter.h:62: first defined here
/usr/bin/ld: fighter.o:./src/fighter.h:63: multiple definition of
`FIGHTER_MOVE_Y'; autoplay.o:./src/fighter.h:63: first defined here
/usr/bin/ld: game.o:./src/fighter.h:63: multiple definition of
`FIGHTER_MOVE_Y'; autoplay.o:./src/fighter.h:63: first defined here
/usr/bin/ld: game.o:./src/fighter.h:62: multiple definition of
`FIGHTER_MOVE_X'; autoplay.o:./src/fighter.h:62: first defined here
/usr/bin/ld: info.o:./src/random.h:70: multiple definition of `LW_RANDOM_ON';
game.o:./src/random.h:70: first defined here
/usr/bin/ld: info.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: level.o:./src/random.h:70: multiple definition of `LW_RANDOM_ON';
game.o:./src/random.h:70: first defined here
/usr/bin/ld: level.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: map.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: map.o:./src/random.h:70: multiple definition of `LW_RANDOM_ON';
game.o:./src/random.h:70: first defined here
/usr/bin/ld: mesh.o:./src/random.h:70: multiple definition of `LW_RANDOM_ON';
game.o:./src/random.h:70: first defined here
/usr/bin/ld: mesh.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: netplay.o:./src/random.h:70: multiple definition of
`LW_RANDOM_ON'; game.o:./src/random.h:70: first defined here
/usr/bin/ld: netplay.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: play.o:./src/random.h:70: multiple definition of `LW_RANDOM_ON';
game.o:./src/random.h:70: first defined here
/usr/bin/ld: play.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: random.o:./src/random.h:69: multiple definition of
`LW_RANDOM_RAW_MAP'; game.o:./src/random.h:69: first defined here
/usr/bin/ld: random.o:./src/random.h:70: multiple definition of `LW_RANDOM_ON';
game.o:./src/random.h:70: first defined here
/usr/bin/ld: random.o: in function `generate_bitmap':
./src/random.c:129: warning: the use of `tmpnam' is dangerous, better use
`mkstemp'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:255: liquidwar] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:115: build_bin] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: liquidwar
Source-Version: 5.6.5-2
Done: Reiner Herrmann <rei...@reiner-h.de>
We believe that the bug you reported is fixed in the latest version of
liquidwar, 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.
Reiner Herrmann <rei...@reiner-h.de> (supplier of updated liquidwar 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: Sun, 26 Jul 2020 14:13:53 +0200
Source: liquidwar
Architecture: source
Version: 5.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Closes: 957493
Changes:
liquidwar (5.6.5-2) unstable; urgency=medium
.
* Team upload.
* Fix FTBFS with GCC 10. (Closes: #957493)
* Bump debhelper compat level to 13.
* Bump Standards-Version to 4.5.0.
Checksums-Sha1:
43b800e040a7c0f434ea722adba0fc148246d682 2257 liquidwar_5.6.5-2.dsc
99b88af21aca3ca0d612a734dd51385179944355 13580 liquidwar_5.6.5-2.debian.tar.xz
6cbf3760a579ab3bab6168278a9da0cb1c2b6fb0 8003 liquidwar_5.6.5-2_amd64.buildinfo
Checksums-Sha256:
82f37a6e53c127f6342022809ba742d0025a57b5412ba775ec484cec82ed3b7e 2257
liquidwar_5.6.5-2.dsc
46cc8fbc6af9c600a8fc561c27c1be74ed63d48654540f295c7ef95671ab7f60 13580
liquidwar_5.6.5-2.debian.tar.xz
0e77ba1063823db247d8f9d4883ac64e0f5f900f33c00f1c6e65b02a2971dea6 8003
liquidwar_5.6.5-2_amd64.buildinfo
Files:
01d2e7702139711fcf18d905e28eede7 2257 games optional liquidwar_5.6.5-2.dsc
8bb4ef818c8ed82b1c5009223774b784 13580 games optional
liquidwar_5.6.5-2.debian.tar.xz
7e0262f337438aad7a982edd332a0aa2 8003 games optional
liquidwar_5.6.5-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8djhFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkRcoP/2ImBkEkMxjgd/QDP6QI0hmxaxfeW2L5EFnw
5GrzW3BOuhwNbsorVXfeZL4WOAYftJLo2FDYuhyF73hFlT1AjCh7CYfU15+OytJu
PfyxVmAmsNf9GPpkpjTOvnxxXWO2j+U6rFSl2BjSLubtdRvDzYb1j76/nfzcYudd
Dy83DRhbWZJYysJTOvmLFwlJ0X68klawT6K97zOBJch5yJvNFA958GdmfgNRyLDg
aBM2s90lDgbgEVs/RoIFZ3pbMgfRkjjzHoJc0CwmdeFViaWRy6nCVAF3VuvF9XZT
8Pu9mDZBFPMnvghKufeRZpCIj5s535cF1gZ6oYy5xUg3Wi9XKrLibX2Xxub6b1/D
HxENdSusp/fRcP81AhyQGngxe3qe7c/iZutzDpAa5nZVK01/mFSft8ngT8nf295/
KN4mYoLsh4Kt76ARkzPTk/5UFmG+z5P5z0+ZdP/Oc93VB4sroZAKk1gOIrPGxUBr
yira8Qa41dk3wwGZ/URwJYb8OERGQEttrYPGYKJI9cTgmK/BXOTv9fnEf5jEz4Pn
r3ULS9fFwkx7ssC4s4R56A4Rcpvt5VC0YYxETEdJ93zDsOZbumiytAR+aI+XuKAD
DxL4bRsnlvdg7KlUHyoxSBty/nbhtw/X8r+APyMaxsq9bghx35xOASmpSomBdc5b
zPNRN1KC
=vRDa
-----END PGP SIGNATURE-----
--- End Message ---