Your message dated Sat, 22 Aug 2020 20:33:44 +0000
with message-id <e1k9acu-0000bs...@fasolo.debian.org>
and subject line Bug#957118: fixed in curseofwar 1.1.8-3.1
has caused the Debian Bug report #957118,
regarding curseofwar: 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.)
--
957118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:curseofwar
Version: 1.1.8-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/curseofwar_1.1.8-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
[...]
----------------
Sufficient free space for build
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-eb9feb3f-6019-43da-9093-87544bf8ddeb
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 curseofwar
dpkg-buildpackage: info: source version 1.1.8-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Anton Balashov <sicn...@darklogic.ru>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f grid.o king.o state.o client.o output.o main.o server.o network.o
curseofwar
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules build
dh build
dh_update_autotools_config
dh_auto_configure
dh_auto_build
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c grid.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c king.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c state.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c client.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c output.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c main.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c server.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -O2 -c network.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wall -O2 -Wl,-z,relro grid.o state.o king.o
network.o output.o client.o server.o main.o -lncurses -lm -o curseofwar
/usr/bin/ld: state.o:./grid.h:101: multiple definition of `dirs';
grid.o:./grid.h:101: first defined here
/usr/bin/ld: king.o:./grid.h:101: multiple definition of `dirs';
grid.o:./grid.h:101: first defined here
/usr/bin/ld: output.o:./grid.h:101: multiple definition of `dirs';
grid.o:./grid.h:101: first defined here
/usr/bin/ld: client.o:./grid.h:101: multiple definition of `dirs';
grid.o:./grid.h:101: first defined here
/usr/bin/ld: server.o:./grid.h:101: multiple definition of `dirs';
grid.o:./grid.h:101: first defined here
/usr/bin/ld: main.o:./grid.h:101: multiple definition of `dirs';
grid.o:./grid.h:101: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:33: curseofwar] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:20: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: curseofwar
Source-Version: 1.1.8-3.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
curseofwar, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated curseofwar
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, 20 Aug 2020 21:07:49 +0100
Source: curseofwar
Architecture: source
Version: 1.1.8-3.1
Distribution: unstable
Urgency: medium
Maintainer: Anton Balashov <sicn...@darklogic.ru>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957118
Changes:
curseofwar (1.1.8-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957118)
- Use upstream patch, thanks to Reiner Herrmann.
Checksums-Sha1:
a601529e55a220ea18185de7ad3f1d27c10a9732 1762 curseofwar_1.1.8-3.1.dsc
27bfb7385fd655fae9d5fbdb2d26b6101274b4e0 2772
curseofwar_1.1.8-3.1.debian.tar.xz
514ffc5dc5070a9900e0eeb5ac9375f23c42360d 5825
curseofwar_1.1.8-3.1_amd64.buildinfo
Checksums-Sha256:
d72323cc46c0dfae7fcc372b756aa257365c02a6d9ecf6813b7adc0974cc65d9 1762
curseofwar_1.1.8-3.1.dsc
bb6d523c537c9162b2e17d67d26d7265241a6ac3c3460e4df20f471d4a7c5604 2772
curseofwar_1.1.8-3.1.debian.tar.xz
3cae81d46084184da24d1c7df9039af1646a97b1568d7af455f5bad6316a05d8 5825
curseofwar_1.1.8-3.1_amd64.buildinfo
Files:
d5d34869fc5db35bbb83e704614d6efa 1762 games optional curseofwar_1.1.8-3.1.dsc
94e60c17ba0ecac6f548a0dcbffb6076 2772 games optional
curseofwar_1.1.8-3.1.debian.tar.xz
817fd4857c6d128a4b504939477245c9 5825 games optional
curseofwar_1.1.8-3.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8+2RMACgkQR5mjUUbR
KzWHNA//b9KmjNb6cekjpZPyAhuP1FdW3T86S3vsyoTh2+jIYe6h3PUPzIlqr4Vf
bUZ0d/FWRIiTzhaBy+VD2k6UY9TsRLPfIU3GOt1N0abrZojVmDAV94W6tXdz9Syv
PGoLDHuFRkOr9efsB3t1HYcsAstEs0VeQU1o3b340jwCZfTTcz3cRCoeVgoSIryA
5P5XZ9veDlRePQ6kUIX5DwJdUBFWjAMLgOXQ8HUEFNKOR8Pe2VDpVcjPmslawtfl
oQ1pVysek++700hTE8H8kd6r3dAmCjRPeOPVOBHhQtKOFKZC0p/uaFUfiBwgI5y2
XZ0725zeNnCDppt3o89WcXyvOdDZDGcT88jS7k4fdhfxULQzBlaNfM6+XcWZD+8F
L9TmzIhWZ5Tyt0Eu1k905BjZo4xJP1T8X+SvCed3vDTInHAS7bRRKRkmvDT4rLWC
AO5b7RJ39JfhcMDNcYoCtrKD7TX79DKEVf2jmzN1RQM759HumT6wfZkQnTAUSivQ
+zdRuLtcdJqHIRqWTT2N8/lCJQ4Oai4OoV8y/9EpgmfkvUYtvyWbsLOI0sF6pZUk
om1yzXfUxIQ/kZa3BWLqhTfu7FbYvASbYNI8GTfTwA3ILGVawGf716+3hJKeJOt/
oRx+bRMRoA6gXt+ctOVLpLVS+tRhibrMMUUS6UzeIIlqv/H410k=
=Da4V
-----END PGP SIGNATURE-----
--- End Message ---