Your message dated Sat, 16 May 2020 16:04:06 +0000
with message-id <[email protected]>
and subject line Bug#957409: fixed in koules 1.4-27
has caused the Debian Bug report #957409,
regarding koules: 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.)
--
957409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957409
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:koules
Version: 1.4-26
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/koules_1.4-26_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
[...]
| int *
In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:269,
from sock.c:22:
/usr/include/x86_64-linux-gnu/bits/socket2.h:65:49: note: expected ‘socklen_t *
restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len)
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
server.c: In function ‘contact’:
server.c:681:19: warning: variable ‘in_host’ set but not used
[-Wunused-but-set-variable]
681 | char *in_host, version = 1;
| ^~~~~~~
gcc -g -O2 -fno-strict-aliasing -Ixlib -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM
-DHAVEUSLEEP -Wall -fomit-frame-pointer -O6 -ffast-math -Ixlib -DASSEMBLY
-DSOUNDSERVER=\"/usr/lib/games/koules/koules.sndsrv.linux\"
-DSOUNDDIR=\"/usr/lib/games/koules\" -DSOUNDDEV=\"/dev/dsp\" -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o objectsio.o objectsio.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from koules.h:23,
from objectsio.c:20:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
gcc -g -O2 -fno-strict-aliasing -Ixlib -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM
-DHAVEUSLEEP -Wall -fomit-frame-pointer -O6 -ffast-math -Ixlib -DASSEMBLY
-DSOUNDSERVER=\"/usr/lib/games/koules/koules.sndsrv.linux\"
-DSOUNDDIR=\"/usr/lib/games/koules\" -DSOUNDDEV=\"/dev/dsp\" -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mygetopt.o mygetopt.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/string.h:26,
from mygetopt.c:38:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
gcc -g -O2 -fno-strict-aliasing -Ixlib -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM
-DHAVEUSLEEP -Wall -fomit-frame-pointer -O6 -ffast-math -Ixlib -DASSEMBLY
-DSOUNDSERVER=\"/usr/lib/games/koules/koules.sndsrv.linux\"
-DSOUNDDIR=\"/usr/lib/games/koules\" -DSOUNDDEV=\"/dev/dsp\" -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o koules.sndsrv.linux.o koules.sndsrv.linux.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from koules.sndsrv.linux.c:12:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
koules.sndsrv.linux.c: In function ‘do_everything’:
koules.sndsrv.linux.c:247:15: warning: pointer targets in assignment from
‘signed char *’ to ‘char *’ differ in signedness [-Wpointer-sign]
247 | sample = sound_buffer[playing[i]] + position[i] * fragsize;
| ^
koules.sndsrv.linux.c: In function ‘read_sound’:
koules.sndsrv.linux.c:169:3: warning: ignoring return value of ‘read’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
169 | read (fd, sound_buffer[k], size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
koules.sndsrv.linux.c: In function ‘do_everything’:
koules.sndsrv.linux.c:265:7: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
265 | write (dsp, final, fragsize);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f koules.sndsrv.linux
gcc -o koules.sndsrv.linux -g -O2 -fno-strict-aliasing
koules.sndsrv.linux.o
server.c: In function ‘Outro’:
server.c:560:21: warning: array subscript 12 is above array bounds of ‘long
int[12]’ [-Warray-bounds]
560 | sizes[message[0]] += size;
| ^~
server.c:79:17: note: while referencing ‘sizes’
79 | static long sizes[MAXPACKET];
| ^~~~~
server.c:560:21: warning: array subscript 12 is above array bounds of ‘long
int[12]’ [-Warray-bounds]
560 | sizes[message[0]] += size;
| ~~~~~~~~~~~~~~~~~~^~~~~~~
server.c:79:17: note: while referencing ‘sizes’
79 | static long sizes[MAXPACKET];
| ^~~~~
rm -f xkoules
gcc -o xkoules -g -O2 -fno-strict-aliasing koules.o menu.o gameplan.o
font.o intro.o rcfiles.o framebuffer.o cmap-x11.o sound.o nas_sound.o
rsound.o client.o server.o sock.o objectsio.o mygetopt.o util/libutils.a
xlib/libxlib.a -lXext -lX11 -lm
/usr/bin/ld: server.o:(.bss+0x10000): multiple definition of `controls';
koules.o:/<<PKGBUILDDIR>>/koules.c:53: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1113: xkoules] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true"
KOULESDIR=/usr/games SOUNDDIR=/usr/lib/games/koules MANDIR=/usr/share/man/man6
returned exit code 2
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: koules
Source-Version: 1.4-27
Done: Stephen Kitt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
koules, 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.
Stephen Kitt <[email protected]> (supplier of updated koules 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, 16 May 2020 17:40:35 +0200
Source: koules
Architecture: source
Version: 1.4-27
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 957409
Changes:
koules (1.4-27) unstable; urgency=medium
.
* Ensure variables are only declared once. Closes: #957409.
* Standards-Version 4.5.0, no change required.
Checksums-Sha1:
f1440abb8f43859e6e12375bddaf694c59a07240 1927 koules_1.4-27.dsc
f0e052a9412f87eb03329e67381caec25f484310 15868 koules_1.4-27.debian.tar.xz
0fc8ab78a540bdb61d98f84515896a15c63b3678 6407 koules_1.4-27_source.buildinfo
Checksums-Sha256:
7c89786f8f62c554b8bfd3de1d30fd5e258f2b49efe92dbe3f41b2f589b9c19b 1927
koules_1.4-27.dsc
00b80566e6e3846ae12babd5ce21cd20153731ae5bbb52131579c67c4a2a4c35 15868
koules_1.4-27.debian.tar.xz
1c081834a4a5f9a728c84fa4d9646ae89fbb07ff4f52b211cd23abd3fac13f58 6407
koules_1.4-27_source.buildinfo
Files:
751d602e84410451466a2d58793aaba7 1927 games optional koules_1.4-27.dsc
b5ced5a9afb4cf2add3e62bac911a48e 15868 games optional
koules_1.4-27.debian.tar.xz
8e8614bd80c14e72de2fca19ca2d7c78 6407 games optional
koules_1.4-27_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl7ACZYACgkQgNMC9Yht
g5zXRw/+JjvBpkG8PGFUthJNJldm3Mxqm4HL9ljOARg72aAYU4R9hTKbxBxZSLZL
9qK4O3kDvCnxqJt08NpfMzP/ZI3rAOwehl4AWO7ZxskTz22ETc15nqex/OaVO4AC
o3JFZfnLZ6jWfifyk0q/UNj+xMymtAJW0qelrfKd09dEy43bV+nz1/twvYqjnce4
JLCHaQace7lUDpxhH37rSs1uwZbn9G/FDEKJClABeeL4XOyrv059Gnqj/6TmBCDs
TzVGNjTEvYLDRz65P2c3Bjna8LLU0smvDyVKBbtXk1s+PrG3LFAw8YXhklr6Ti3F
d0BveeCfz55SRRy4hIkGAs+lyQ1VPh6k7jp/akl8oRuFKebHH1Qj+vjzvs7MkW94
g3t89faJ3HfGfgz4D8FLz5nZwqcRJgLWmg5ScXo2jenx56T2mgnAa4M4nYuOoh2y
+/z4TeavPqMUUJQgVGyREeU9wP4hPebTywJpZd5tfy4SPrAi0PBj0I7nq3bnqFN7
Lz595uJtAtjnTzBCrOiSsnDtUrvX/PE75QHIFLhpk2bRwLmrinLU4G9pLS+Ck81e
yYxzZ5itScBDn/JRLKMLM3W/y/IXOkk2poagpwBPWRp8QW8u62vxggzCypTkf+l1
Ly0rFTMdecVR2RvfVo64al7fw0Fe3JoWANDEeG8zY0Y1yEhvz8c=
=1uMQ
-----END PGP SIGNATURE-----
--- End Message ---