Your message dated Sat, 25 Jul 2020 01:18:45 +0000
with message-id <e1jz8pp-0009fk...@fasolo.debian.org>
and subject line Bug#957609: fixed in ninvaders 0.1.1-4
has caused the Debian Bug report #957609,
regarding ninvaders: 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.)
--
957609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ninvaders
Version: 0.1.1-3
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/ninvaders_0.1.1-3_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
[...]
dpkg-buildpackage: info: source version 0.1.1-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Matthew Palmer <mpal...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f nInvaders globals.o view.o aliens.o ufo.o player.o nInvaders.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 9 are deprecated (level 7 in use)
debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -c -I. -O3 -Wall globals.c
gcc -c -I. -O3 -Wall view.c
gcc -c -I. -O3 -Wall aliens.c
gcc -c -I. -O3 -Wall ufo.c
gcc -c -I. -O3 -Wall player.c
gcc -c -I. -O3 -Wall nInvaders.c
gcc -onInvaders globals.o view.o aliens.o ufo.o player.o nInvaders.o -lncurses
/usr/bin/ld: ufo.o:(.bss+0x6d0): multiple definition of `aliens';
aliens.o:(.bss+0x6d0): first defined here
/usr/bin/ld: ufo.o:(.bss+0x0): multiple definition of `skill_level';
aliens.o:(.bss+0x0): first defined here
/usr/bin/ld: ufo.o:(.bss+0x4): multiple definition of `level';
aliens.o:(.bss+0x4): first defined here
/usr/bin/ld: ufo.o:(.bss+0x8): multiple definition of `weite';
aliens.o:(.bss+0x8): first defined here
/usr/bin/ld: ufo.o:(.bss+0x20): multiple definition of `bunker';
aliens.o:(.bss+0x20): first defined here
/usr/bin/ld: ufo.o:(.bss+0x540): multiple definition of `alienBlock';
aliens.o:(.bss+0x540): first defined here
/usr/bin/ld: ufo.o:(.bss+0x608): multiple definition of `alienshotnum';
aliens.o:(.bss+0x608): first defined here
/usr/bin/ld: ufo.o:(.bss+0x620): multiple definition of `alienshoty';
aliens.o:(.bss+0x620): first defined here
/usr/bin/ld: ufo.o:(.bss+0x660): multiple definition of `alienshotx';
aliens.o:(.bss+0x660): first defined here
/usr/bin/ld: ufo.o:(.bss+0x6a0): multiple definition of `lowest_ship';
aliens.o:(.bss+0x6a0): first defined here
/usr/bin/ld: ufo.o:(.bss+0x6c8): multiple definition of `shipnum';
aliens.o:(.bss+0x6c8): first defined here
/usr/bin/ld: player.o:(.bss+0x6f0): multiple definition of `aliens';
aliens.o:(.bss+0x6d0): first defined here
/usr/bin/ld: player.o:(.bss+0x18): multiple definition of `skill_level';
aliens.o:(.bss+0x0): first defined here
/usr/bin/ld: player.o:(.bss+0x6e8): multiple definition of `shipnum';
aliens.o:(.bss+0x6c8): first defined here
/usr/bin/ld: player.o:(.bss+0x1c): multiple definition of `level';
aliens.o:(.bss+0x4): first defined here
/usr/bin/ld: player.o:(.bss+0x20): multiple definition of `weite';
aliens.o:(.bss+0x8): first defined here
/usr/bin/ld: player.o:(.bss+0x28): multiple definition of `ufo';
ufo.o:(.bss+0x6e8): first defined here
/usr/bin/ld: player.o:(.bss+0x40): multiple definition of `bunker';
aliens.o:(.bss+0x20): first defined here
/usr/bin/ld: player.o:(.bss+0x560): multiple definition of `alienBlock';
aliens.o:(.bss+0x540): first defined here
/usr/bin/ld: player.o:(.bss+0x628): multiple definition of `alienshotnum';
aliens.o:(.bss+0x608): first defined here
/usr/bin/ld: player.o:(.bss+0x640): multiple definition of `alienshoty';
aliens.o:(.bss+0x620): first defined here
/usr/bin/ld: player.o:(.bss+0x680): multiple definition of `alienshotx';
aliens.o:(.bss+0x660): first defined here
/usr/bin/ld: player.o:(.bss+0x6c0): multiple definition of `lowest_ship';
aliens.o:(.bss+0x6a0): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x6f0): multiple definition of `weite';
aliens.o:(.bss+0x8): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x6ec): multiple definition of `level';
aliens.o:(.bss+0x4): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x6e8): multiple definition of `skill_level';
aliens.o:(.bss+0x0): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x6c8): multiple definition of `shipnum';
aliens.o:(.bss+0x6c8): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x18): multiple definition of `ufo';
ufo.o:(.bss+0x6e8): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x20): multiple definition of `bunker';
aliens.o:(.bss+0x20): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x540): multiple definition of `alienBlock';
aliens.o:(.bss+0x540): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x608): multiple definition of `alienshotnum';
aliens.o:(.bss+0x608): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x620): multiple definition of `alienshoty';
aliens.o:(.bss+0x620): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x660): multiple definition of `alienshotx';
aliens.o:(.bss+0x660): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x6a0): multiple definition of `lowest_ship';
aliens.o:(.bss+0x6a0): first defined here
/usr/bin/ld: nInvaders.o:(.bss+0x6d0): multiple definition of `aliens';
aliens.o:(.bss+0x6d0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:11: nInvaders] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:25: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ninvaders
Source-Version: 0.1.1-4
Done: Matt Palmer <mpal...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ninvaders, 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.
Matt Palmer <mpal...@debian.org> (supplier of updated ninvaders 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: Thu, 23 Jul 2020 17:35:50 +1000
Source: ninvaders
Binary: ninvaders ninvaders-dbgsym
Architecture: source amd64
Version: 0.1.1-4
Distribution: unstable
Urgency: low
Maintainer: Matthew Palmer <mpal...@debian.org>
Changed-By: Matt Palmer <mpal...@debian.org>
Description:
ninvaders - A space invaders-like game using ncurses
Closes: 957609
Changes:
ninvaders (0.1.1-4) unstable; urgency=low
.
* Fix build problems for gcc-10. Closes: #957609.
Checksums-Sha1:
6b4038266058f7bd1afb3395b42ee2dbccaed6a1 1664 ninvaders_0.1.1-4.dsc
e85d4c5700b90a801fb1a92867bd57dec86e2f54 17655 ninvaders_0.1.1-4.diff.gz
e3ef543e48153e7ffc5525fe5f0187c0ad406ce2 3748
ninvaders-dbgsym_0.1.1-4_amd64.deb
b9cb3ab94364f5d882338824e9b451532f829c37 5745 ninvaders_0.1.1-4_amd64.buildinfo
1e39d4dc192264891f557a980be85369bbaa0d53 19996 ninvaders_0.1.1-4_amd64.deb
Checksums-Sha256:
e6b6c6c7d84e246d1d41191a31ee5f945de1b0e251d5d9daa8bea0bfa9bd0557 1664
ninvaders_0.1.1-4.dsc
6c224c48bc386bd9e2cd559994b615aed0b492e5c49d55d437044dc995801ab9 17655
ninvaders_0.1.1-4.diff.gz
b39bfc8de596a33f0bdbc6cbbe71145d24b5af2c482c4cb45629451e22913ae9 3748
ninvaders-dbgsym_0.1.1-4_amd64.deb
316130fe9a5eb1d692595e9ed95f4ffaa3be84d014caf6d4909acce0275c1b6a 5745
ninvaders_0.1.1-4_amd64.buildinfo
32a4f72180a73664856ccc997130673f6a316b17e818634a5483ca77268af92b 19996
ninvaders_0.1.1-4_amd64.deb
Files:
658a2863e05367edc9f1b5e7ed4c6ec4 1664 games optional ninvaders_0.1.1-4.dsc
e22053fdc12b1881dac3413ebc826edb 17655 games optional ninvaders_0.1.1-4.diff.gz
6123469810f585e6905633f07a0115ab 3748 debug optional
ninvaders-dbgsym_0.1.1-4_amd64.deb
59a2aeedfe4255d2cc117e8b7bfd207a 5745 games optional
ninvaders_0.1.1-4_amd64.buildinfo
caca9c3a33ddf0ae005c20772cb0ec55 19996 games optional
ninvaders_0.1.1-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE3OdsmjZ4XOAi78wnFlSWWkn3/JsFAl8bgn8ACgkQFlSWWkn3
/Jv3iw//cgYV5uoBSfpmAA1YrEm9bqLApUqA2+c0tQfQ4v4Rbzi4DD5mYyMkZg95
QLtoMlIYIqW3JMPfwuAAEJeVrUNsNLIGhZEsJraEswvc1RLb2RYzu1E/n4Ytgf9Y
+bM229+VY1eLo+aeZj+8+Hh5vduYbFw0wegG+YdVrys0mhCrDwYMXbqpxpx2H9TI
MRiyzCkd5WBx4kBWfDhJn5NAIrWZP16GIgVWlMqvRuHsxB+63R8bJclIswnL933V
zn1GSdVsxjpsYqhCHdIKCUzi8lMMY50DjxHDt3BFisWkPISPMwgd9XWw+fv5NfnQ
66lcQIMOHpqeapBnMkW+fHdaeYDKD+iIbVF6FafBdODmr4WJFLWiCKekzbrv+412
iEPOLZkM8pqxmMhVr5VySv2NH9FeQuuhJg7K2DjqGexNIvE6Y9IYrDN0CLZzWvJt
RmzoxcsQVSOi0etUeA+EHDpX8BRNQtP9ac+jsjVKERStH6eJG49P92BUggS27JIH
HX/DJZnmQbyZs1CNHzWbQc52LLk+bdFotYu6jN/RsN/I9fYC8iH1qLYBi9Yj3aCX
KDdZWidxqKODAXiEh72Q9DllpGNTHd2q4yX46CmhiflSV12pXtwEOreuSCPmRXMx
4et/crUxMXR0jQASpEthiXtN+ME+lsxMir+8yRHabA0qKDeRJfg=
=9PNE
-----END PGP SIGNATURE-----
--- End Message ---