Your message dated Thu, 23 Jul 2020 22:48:39 +0000
with message-id <e1jyk11-0004ge...@fasolo.debian.org>
and subject line Bug#957040: fixed in biniax2 1.30-5
has caused the Debian Bug report #957040,
regarding biniax2: FTBFS with gcc-10: multiple definition of _Inp
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.)


-- 
957040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957040
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:biniax2
Version: 1.30-4
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/biniax2_1.30-4_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

[...]
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package biniax2
dpkg-buildpackage: info: source version 1.30-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Markus Koschany <a...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` `sdl-config 
--libs --cflags` -DDATADIR=\"/usr/share/games/biniax2\" biniax.c hof.c 
desktop/cfg.c desktop/gfx.c desktop/snd.c desktop/inp.c desktop/sys.c -I . -I 
desktop -o biniax2 -lSDL -lSDL_mixer -lSDL_image `dpkg-buildflags --get LDFLAGS`
biniax.c: In function ‘saveFileName’:
cc1: warning: function may return address of local variable 
[-Wreturn-local-addr]
biniax.c:1220:7: note: declared here
 1220 |  char filename[1024];
      |       ^~~~~~~~
hof.c: In function ‘hofOldDebianInit’:
hof.c:420:3: warning: ignoring return value of ‘fread’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  420 |   fread( Hof.arcade[i].name, 1, cHofNameLen, file );
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hof.c:426:3: warning: ignoring return value of ‘fread’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  426 |   fread( Hof.tactic[i].name, 1, cHofNameLen, file );
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hof.c: In function ‘hofFileName’:
cc1: warning: function may return address of local variable 
[-Wreturn-local-addr]
hof.c:108:7: note: declared here
  108 |  char filename[1024];
      |       ^~~~~~~~
desktop/cfg.c: In function ‘cfgInit’:
desktop/cfg.c:130:4: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  130 |    fgets( buffer, _Cfg_Buffer, f );
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
desktop/cfg.c:134:4: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  134 |    fgets( buffer, _Cfg_Buffer, f );
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
desktop/cfg.c:138:4: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  138 |    fgets( buffer, _Cfg_Buffer, f );
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
desktop/cfg.c:142:4: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  142 |    fgets( buffer, _Cfg_Buffer, f );
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccOAdsp9.o:./desktop/inp.h:72: multiple definition of `_Inp'; 
/tmp/cc9ef978.o:./desktop/inp.h:72: first defined here
/usr/bin/ld: /tmp/ccHKrET9.o:./desktop/inp.h:72: multiple definition of `_Inp'; 
/tmp/cc9ef978.o:./desktop/inp.h:72: first defined here
/usr/bin/ld: /tmp/ccCYHmab.o:./desktop/inp.h:72: multiple definition of `_Inp'; 
/tmp/cc9ef978.o:./desktop/inp.h:72: first defined here
/usr/bin/ld: /tmp/ccTHmxDc.o:./desktop/inp.h:72: multiple definition of `_Inp'; 
/tmp/cc9ef978.o:./desktop/inp.h:72: first defined here
/usr/bin/ld: /tmp/ccINupje.o:./desktop/inp.h:72: multiple definition of `_Inp'; 
/tmp/cc9ef978.o:./desktop/inp.h:72: first defined here
/usr/bin/ld: /tmp/ccl2rp9f.o:./desktop/inp.h:72: multiple definition of `_Inp'; 
/tmp/cc9ef978.o:./desktop/inp.h:72: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [makefile:18: biniax] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: biniax2
Source-Version: 1.30-5
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
biniax2, 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 biniax2 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:05:13 +0200
Source: biniax2
Architecture: source
Version: 1.30-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 957040
Changes:
 biniax2 (1.30-5) unstable; urgency=medium
 .
   * Team upload.
   * Switch to debhelper-compat = 13.
   * Declare compliance with Debian Policy 4.5.0.
   * Move biniax2 to salsa.debian.org.
   * Work around FTBFS with GCC 10 by compiling with -fcommon. (Closes: #957040)
Checksums-Sha1:
 222cd65134b6de62f2b17b87802f8ca2288108cd 2193 biniax2_1.30-5.dsc
 7a734cae10796e5fbe9bf8053218c70f334419bc 10736 biniax2_1.30-5.debian.tar.xz
 df7cbfe6429b91c463d30b04a05c55dc8d07aac2 10841 biniax2_1.30-5_amd64.buildinfo
Checksums-Sha256:
 c5490ea84f8ddda68f56709a7661259c2b9f2f659347011796a24752a646a847 2193 
biniax2_1.30-5.dsc
 14834e6aa1fe114b34068b51e3e9d8f48da18c85ece34a320303ac64e25f4841 10736 
biniax2_1.30-5.debian.tar.xz
 1758990435b1e8e1e2a512dbbe087f8c9d645a0a56c133e9513a0b1849f7cd18 10841 
biniax2_1.30-5_amd64.buildinfo
Files:
 969d19e1064a460ff0b4b5f9b275c4a9 2193 games optional biniax2_1.30-5.dsc
 017b16e7f5b593c93a205d4ad63e8fbb 10736 games optional 
biniax2_1.30-5.debian.tar.xz
 07b80aaecbd510e6dab75343bf3f015c 10841 games optional 
biniax2_1.30-5_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8aDpRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HksJcQAK1sgB3owgNzFzwTRseLSq4CuVHEwKEdMi8U
7Elsaf5DoCIDb8o4hhqOw+AQNIAhrveNSt0h33Ow4srVYjmpdjcuKrT4Ba0W+rFt
e3rc6ahOjMmkJPDtKtj7ailcxgRFa/aFd3fH+TQJriNXofKlmJkH7gmQDljhWLtG
yI6DgwGjuaPFU7uRxQ6Zg00cd4eNM+KpDx32ehzrt5kCKebqOjTv6hzFYRLN55mO
zulgn8oEKHwz4pdZyW+qDbWnxTyEznGf7Pu04zfNCZB3b+bN1KjFf1HVfMHd5Njs
0Mfr0FdRo2KiB10pW7Tz7+qGn/HvgUpW9WYQ82mACVHcFUMrmbcYzA3vX1wyJ9Sm
sPYCJBphBWPgzKgV3xl92f85h82Z5p2w1oiChlPLr45zRtvXOWFSI2nJLJvF3s/x
l9lcNVIP8WoKALTue2W9LFi6bcJ4Xbq5O2vP/HCT7pJrFOXYIw/cM2u3G0yr8XsJ
ZQYr6psQWBD8Ympb7ySssoEZ6hi1zNXVZcIw0wVnFx47iDeDDBJOfKunljBeNn+a
mBpK6QAP1rHvQc3638y9vBmJs/p0sCE2x46nsL0t9m8BSxdx3CGCsNYbPqX4e8bt
3wjiWbuctaH/ow6JQ9MIQjd3SqBWFByJIBLnFPcpfeCwAiPKZ15qBVW8d1LZlsBo
1/QNLJ0v
=4Hb0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to