Your message dated Thu, 23 Jul 2020 23:03:35 +0000
with message-id <e1jykft-0006vh...@fasolo.debian.org>
and subject line Bug#957249: fixed in gamazons 0.83-10
has caused the Debian Bug report #957249,
regarding gamazons: 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.)


-- 
957249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gamazons
Version: 0.83-9
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/gamazons_0.83-9_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

[...]
 2019 |   fscanf(theme_fd, "%s", buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
moves.c:2025:3: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2025 |   fscanf(theme_fd, "%s", buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
moves.c:2031:3: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2031 |   fscanf(theme_fd, "%s", buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
moves.c:2037:3: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2037 |   fscanf(theme_fd, "%s", buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
moves.c:2043:3: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2043 |   fscanf(theme_fd, "%s", buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
moves.c:2049:3: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2049 |   fscanf(theme_fd, "%s", buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,--as-needed -o gamazons  
main.o support.o interface.o callbacks.o board.o bstate.o eval.o moves.o 
unit-test.o -lgoocanvas-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 
-latk-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
-lcairo 
/usr/bin/ld: callbacks.o:./src/amazons.h:135: multiple definition of 
`heval_calls'; main.o:./src/amazons.h:135: first defined here
/usr/bin/ld: callbacks.o:./src/amazons.h:134: multiple definition of 
`tt_lookup_finds'; main.o:./src/amazons.h:134: first defined here
/usr/bin/ld: callbacks.o:./src/amazons.h:133: multiple definition of 
`tt_lookups'; main.o:./src/amazons.h:133: first defined here
/usr/bin/ld: callbacks.o:./src/amazons.h:132: multiple definition of 
`tt_updates'; main.o:./src/amazons.h:132: first defined here
/usr/bin/ld: callbacks.o:./src/amazons.h:130: multiple definition of 
`tt_stores'; main.o:./src/amazons.h:130: first defined here
/usr/bin/ld: callbacks.o:./src/amazons.h:129: multiple definition of 
`tt_overwrite'; main.o:./src/amazons.h:129: first defined here
/usr/bin/ld: callbacks.o:./src/amazons.h:78: multiple definition of `tt'; 
main.o:./src/amazons.h:78: first defined here
/usr/bin/ld: board.o:./src/amazons.h:135: multiple definition of `heval_calls'; 
main.o:./src/amazons.h:135: first defined here
/usr/bin/ld: board.o:./src/amazons.h:134: multiple definition of 
`tt_lookup_finds'; main.o:./src/amazons.h:134: first defined here
/usr/bin/ld: board.o:./src/amazons.h:133: multiple definition of `tt_lookups'; 
main.o:./src/amazons.h:133: first defined here
/usr/bin/ld: board.o:./src/amazons.h:132: multiple definition of `tt_updates'; 
main.o:./src/amazons.h:132: first defined here
/usr/bin/ld: board.o:./src/amazons.h:130: multiple definition of `tt_stores'; 
main.o:./src/amazons.h:130: first defined here
/usr/bin/ld: board.o:./src/amazons.h:129: multiple definition of 
`tt_overwrite'; main.o:./src/amazons.h:129: first defined here
/usr/bin/ld: board.o:./src/amazons.h:78: multiple definition of `tt'; 
main.o:./src/amazons.h:78: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:135: multiple definition of 
`heval_calls'; main.o:./src/amazons.h:135: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:134: multiple definition of 
`tt_lookup_finds'; main.o:./src/amazons.h:134: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:133: multiple definition of `tt_lookups'; 
main.o:./src/amazons.h:133: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:132: multiple definition of `tt_updates'; 
main.o:./src/amazons.h:132: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:130: multiple definition of `tt_stores'; 
main.o:./src/amazons.h:130: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:129: multiple definition of 
`tt_overwrite'; main.o:./src/amazons.h:129: first defined here
/usr/bin/ld: bstate.o:./src/amazons.h:78: multiple definition of `tt'; 
main.o:./src/amazons.h:78: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:78: multiple definition of `tt'; 
main.o:./src/amazons.h:78: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:133: multiple definition of `tt_lookups'; 
main.o:./src/amazons.h:133: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:134: multiple definition of 
`tt_lookup_finds'; main.o:./src/amazons.h:134: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:130: multiple definition of `tt_stores'; 
main.o:./src/amazons.h:130: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:129: multiple definition of `tt_overwrite'; 
main.o:./src/amazons.h:129: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:132: multiple definition of `tt_updates'; 
main.o:./src/amazons.h:132: first defined here
/usr/bin/ld: eval.o:./src/amazons.h:135: multiple definition of `heval_calls'; 
main.o:./src/amazons.h:135: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:129: multiple definition of 
`tt_overwrite'; main.o:./src/amazons.h:129: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:130: multiple definition of `tt_stores'; 
main.o:./src/amazons.h:130: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:132: multiple definition of `tt_updates'; 
main.o:./src/amazons.h:132: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:133: multiple definition of `tt_lookups'; 
main.o:./src/amazons.h:133: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:134: multiple definition of 
`tt_lookup_finds'; main.o:./src/amazons.h:134: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:135: multiple definition of `heval_calls'; 
main.o:./src/amazons.h:135: first defined here
/usr/bin/ld: moves.o:./src/amazons.h:78: multiple definition of `tt'; 
main.o:./src/amazons.h:78: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:135: multiple definition of 
`heval_calls'; main.o:./src/amazons.h:135: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:134: multiple definition of 
`tt_lookup_finds'; main.o:./src/amazons.h:134: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:133: multiple definition of 
`tt_lookups'; main.o:./src/amazons.h:133: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:132: multiple definition of 
`tt_updates'; main.o:./src/amazons.h:132: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:130: multiple definition of 
`tt_stores'; main.o:./src/amazons.h:130: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:129: multiple definition of 
`tt_overwrite'; main.o:./src/amazons.h:129: first defined here
/usr/bin/ld: unit-test.o:./src/amazons.h:78: multiple definition of `tt'; 
main.o:./src/amazons.h:78: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:205: gamazons] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:161: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:311: all-recursive-am] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:5: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gamazons
Source-Version: 0.83-10
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gamazons, 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.
Markus Koschany <a...@debian.org> (supplier of updated gamazons 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: Fri, 24 Jul 2020 00:37:17 +0200
Source: gamazons
Architecture: source
Version: 0.83-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 957249
Changes:
 gamazons (0.83-10) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * Fix FTBFS with GCC 10 (Closes: #957249)
 .
   [ Markus Koschany ]
   * Switch to debhelper-compat = 13.
   * Declare compliance with Debian Policy 4.5.0.
   * Use canonical VCS URI.
   * d/rules: remove obsolete with autotools_dev option.
Checksums-Sha1:
 8d21fc8eca1b992eb583c4f71ef7030cdfd5907d 2074 gamazons_0.83-10.dsc
 3cc94631966406d0fc3fd129fe400801e9d181e0 81780 gamazons_0.83-10.debian.tar.xz
 fc8206d80e9974bf7c448275fa98dad45e1a0bf2 13561 gamazons_0.83-10_amd64.buildinfo
Checksums-Sha256:
 e613679153129b6ecc68cc8f9c76567a671ace11da463dee48e829da8030e51a 2074 
gamazons_0.83-10.dsc
 74891d5bc8edc45525c41c057582ccca09f40ab59206e86e7888bb026e804d08 81780 
gamazons_0.83-10.debian.tar.xz
 3b67fbaa02236c9eca96495e116cdd06631cbbaa92e15acb08c532bd16a62919 13561 
gamazons_0.83-10_amd64.buildinfo
Files:
 4a2227fefadeef3a3876da3c8c1d728a 2074 games optional gamazons_0.83-10.dsc
 2d764c54827536cd7d597ea77950b9de 81780 games optional 
gamazons_0.83-10.debian.tar.xz
 5f1a8e71fa69f73ba8420d4805a1a1e8 13561 games optional 
gamazons_0.83-10_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8aEoFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkF0wP/RI0tm0tiqz0aUd0pygUP/yog2ggICdZwfee
Ln5owKxFXzWmKPCRsVgJSdEcBZQsQ82BfgNnrfWBUbMrpmnhn13HYY9yO+t4Ykue
1n1/M9InOUpDYhNNB35WwE6pVMqXX1AAD9vYrlD65CYdPU0mjxe9+CBHyXytVevm
j0RaPzc6C0h5LTakNXMnTBcUmbumAWmgzUg/Kc9ylOjmQLykqivzZjHp0It7i/hF
bMzaRSwdNSxuglgjzZhPima95syRnjRbu1qo+ehvPSV9i6KnGxjCKhZ5Gq7N/HPq
XTEeFyYSYvNLXyNAvh0615MlfhlrGa3fame17mvz7eEbFgcu/+S61kLowRnJePA8
ABs00zolGKks3ntNdebT5TBFuBO7HTatYQ/T03iU8Zjkab/qAKJmzXoCpLS6I4I3
BhiTkHPiLHLFpK4LM+Ve9Sz355VvVkKLA+BenPjTQWrw8IVD4W7fLBHMKaVZV5kt
+8Yo99f/An4YMFJiljxdJOD6c2TISkWBs6JOHXo8MddCdlhQwy2vXuuscXmMnOGN
VDbrtpJjFO/gkYIHxR2ee8VR3tIqoJ/cBZKTEVmKcecBDP+E+SsFTxrGfyo2POS+
EI+OOri0g/ggtWXkvtT3WInUKu/0DZInXobGiz+nP3YbZs/jg/94jG7WaoHRQTtm
Oz8oba/h
=wvTp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to