Your message dated Wed, 08 Oct 2025 13:34:27 +0000
with message-id <[email protected]>
and subject line Bug#1074937: fixed in empire-hub 1.0.2.3
has caused the Debian Bug report #1074937,
regarding empire-hub: ftbfs with GCC-14
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.)
--
1074937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:empire-hub
Version: 1.0.2.2+nmu1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/empire-hub_1.0.2.2+nmu1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f emp_hub *.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in
use)
debian/rules build
dh_testdir
dh_auto_build -- CFLAGS="-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" \
LDFLAGS="-Wl,-z,relro"
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1 "CFLAGS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
LDFLAGS=-Wl,-z,relro
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o hub.o hub.c
hub.c: In function ‘delete_country’:
hub.c:247:23: error: passing argument 1 of ‘delete_common’ from incompatible
pointer type [-Wincompatible-pointer-types]
247 | delete_common(&country[c]);
| ^~~~~~~~~~~
| |
| struct country *
hub.c:233:35: note: expected ‘struct common *’ but argument is of type ‘struct
country *’
233 | void delete_common(struct common *com) {
| ~~~~~~~~~~~~~~~^~~
hub.c: In function ‘delete_player’:
hub.c:309:23: error: passing argument 1 of ‘delete_common’ from incompatible
pointer type [-Wincompatible-pointer-types]
309 | delete_common(&player[p]);
| ^~~~~~~~~~
| |
| struct player *
hub.c:233:35: note: expected ‘struct common *’ but argument is of type ‘struct
player *’
233 | void delete_common(struct common *com) {
| ~~~~~~~~~~~~~~~^~~
hub.c: In function ‘recv_player’:
hub.c:765:23: error: passing argument 1 of ‘recv_common’ from incompatible
pointer type [-Wincompatible-pointer-types]
765 | i=recv_common(&player[p]);
| ^~~~~~~~~~
| |
| struct player *
hub.c:163:32: note: expected ‘struct common *’ but argument is of type ‘struct
player *’
163 | int recv_common(struct common *com) {
| ~~~~~~~~~~~~~~~^~~
hub.c:774:38: error: passing argument 1 of ‘common_getline’ from incompatible
pointer type [-Wincompatible-pointer-types]
774 | while (line = common_getline(&player[p])) {
| ^~~~~~~~~~
| |
| struct player *
hub.c:197:37: note: expected ‘struct common *’ but argument is of type ‘struct
player *’
197 | char *common_getline(struct common *com) {
| ~~~~~~~~~~~~~~~^~~
hub.c: In function ‘recv_country’:
hub.c:966:23: error: passing argument 1 of ‘recv_common’ from incompatible
pointer type [-Wincompatible-pointer-types]
966 | i=recv_common(&country[c]);
| ^~~~~~~~~~~
| |
| struct country *
hub.c:163:32: note: expected ‘struct common *’ but argument is of type ‘struct
country *’
163 | int recv_common(struct common *com) {
| ~~~~~~~~~~~~~~~^~~
hub.c:971:38: error: passing argument 1 of ‘common_getline’ from incompatible
pointer type [-Wincompatible-pointer-types]
971 | while (line = common_getline(&country[c])) {
| ^~~~~~~~~~~
| |
| struct country *
hub.c:197:37: note: expected ‘struct common *’ but argument is of type ‘struct
country *’
197 | char *common_getline(struct common *com) {
| ~~~~~~~~~~~~~~~^~~
make[1]: *** [<builtin>: hub.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "CFLAGS=-g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" LDFLAGS=-Wl,-z,relro returned exit
code 2
make: *** [debian/rules:12: build-stamp] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: empire-hub
Source-Version: 1.0.2.3
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
empire-hub, 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.
Andreas Tille <[email protected]> (supplier of updated empire-hub 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: Wed, 08 Oct 2025 15:11:19 +0200
Source: empire-hub
Architecture: source
Version: 1.0.2.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1074937 1117487
Changes:
empire-hub (1.0.2.3) unstable; urgency=medium
.
* Maintain package in Debian Games team
Closes: #1117487
* Build with gcc-14
Closes: #1074937
* d/copyright: DEP5
* d/rules: short dh
* Makefile: Respect Debian pre-set options including hardening
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Trim trailing whitespace.
Checksums-Sha1:
85619305e8426bf4885a0d97af0e667eea3cfbde 1668 empire-hub_1.0.2.3.dsc
b3bcab72e8f735b7e1ae5ac1ea2ef6a8c3b9af68 15292 empire-hub_1.0.2.3.tar.xz
e91ba1e15f2fb18987167473be392d6508cb8230 5774
empire-hub_1.0.2.3_amd64.buildinfo
Checksums-Sha256:
55a6f8322d4b943064b874011262cacdbb5bc102584070f11889a561184c5452 1668
empire-hub_1.0.2.3.dsc
ec5668b5f718b583559c52e338c765b37715c8d8c5bd4f44efce712f7a317c5a 15292
empire-hub_1.0.2.3.tar.xz
991e6f040b8a221bcedd58568ccc9a023f79358ab54e987d634ff19a3d9c35ed 5774
empire-hub_1.0.2.3_amd64.buildinfo
Files:
3595af8eda38dc4502bc2d27b494da5e 1668 games optional empire-hub_1.0.2.3.dsc
4c55eb76a68f0ac4d76f2db69c3b5a52 15292 games optional empire-hub_1.0.2.3.tar.xz
bef2e43d83d2506446b61f829c8b2c81 5774 games optional
empire-hub_1.0.2.3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjmYzsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGoNQ//W9YdH2VOYyw6tiA+1qUsDdOkdZ8WIFvN
69N3yzzunTPe0echE27LxTfdpLA6jfXWTpTZWaLJFB/5RhQOiNXRM58FbNkrGcub
35EDYEd2fBpELawrww6DcwyJQ8ShbBPAp4noLXgtkJmHh1LF0HzRhg+dzHxFwhM4
+5DnniGHDYROMCBqbrKw25w0XBkSKqH7luBMYR1fvmVvKQSI8UuWbiQ/lL5XI/4l
D7EcwkdeuEe0MGHJhEmS2nHVS9nubJG2mdKnqqNhRirWQJAd17+AA2TANhoCksj4
r6udTJfg2kJ8hbjG6q9M+Q7tsUaQwr4O3CSm3+NVPJiHkIZ19K/mwLWLQSdbRF+H
Ogj2G595tmeaDIGoNWh2F98J4d/GbCDabUSL5QCkQfOGj/UhtD3rwCD+AnUS/rZu
ikx2Z1rf86jKTwnWcnW7vVq2sR/oFcreDsYArpDgMEj5WF7PKlNKw9wVBE9hv7Pa
tzzYz8zg5HLXRRerR1Ncy4d0tfHRTBgoq8xNEj277zqqE7ijM8X+QpdvYGi83lb6
cbTrDQ2RZp3nUn4K8KUYHwM2xJD1HgZdzbJhfP0TCPtIvnbZNHDJRRkDMtkv8wJn
iNRmKme2s+vxuaMQKzeTiMWdZtEi26VV2YiurA+sM5PEtAOpPUnpxH6n1roEC3uT
K34i7kaFOyo=
=v001
-----END PGP SIGNATURE-----
pgpmXBEp0t5oW.pgp
Description: PGP signature
--- End Message ---