Your message dated Mon, 06 Oct 2025 10:50:08 +0000
with message-id <[email protected]>
and subject line Bug#1097381: fixed in meritous 1.5-1.2
has caused the Debian Bug report #1097381,
regarding meritous: ftbfs with GCC-15
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.)


-- 
1097381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097381
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:meritous
Version: 1.5-1.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/meritous_1.5-1.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package meritous
dpkg-buildpackage: info: source version 1.5-1.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Holger Levsen <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/reproducible-path/meritous-1.5'
/usr/bin/make clean
make[2]: Entering directory '/build/reproducible-path/meritous-1.5'
rm -f src/levelblit.o src/mapgen.o src/demon.o src/gamemap.o src/tiles.o 
src/save.o src/help.o src/audio.o src/boss.o src/ending.o src/i18n.o 
src/levelblit.d src/mapgen.d src/demon.d src/gamemap.d src/tiles.d src/save.d 
src/help.d src/audio.d src/boss.d src/ending.d src/i18n.d meritous po/*.mo
make[2]: Leaving directory '/build/reproducible-path/meritous-1.5'
make[1]: Leaving directory '/build/reproducible-path/meritous-1.5'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/meritous-1.5'
dh_auto_build -- \
  prefix=/usr bindir=/usr/games datadir=/usr/share/games
        make -j8 "INSTALL=install --strip-program=true" prefix=/usr 
bindir=/usr/games datadir=/usr/share/games
make[2]: Entering directory '/build/reproducible-path/meritous-1.5'
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/levelblit.o src/levelblit.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/mapgen.o src/mapgen.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/demon.o src/demon.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/gamemap.o src/gamemap.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/tiles.o src/tiles.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/save.o src/save.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/help.o src/help.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/audio.o src/audio.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/meritous-1.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT     -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP 
-DDATADIR='"/usr/share/games/meritous"' -DLOCALEDIR='"/usr/share/locale"'  -c 
-o src/boss.o src/boss.c
src/levelblit.c: In function ‘main’:
src/levelblit.c:564:21: error: too many arguments to function ‘IsSaveFile’; 
expected 0, have 1
  564 |                 if (IsSaveFile(save_filename)) {
      |                     ^~~~~~~~~~ ~~~~~~~~~~~~~
In file included from src/levelblit.c:35:
src/save.h:42:5: note: declared here
   42 | int IsSaveFile();
      |     ^~~~~~~~~~
src/levelblit.c: In function ‘ActivateTile’:
src/levelblit.c:2333:25: error: too many arguments to function ‘DoSaveGame’; 
expected 0, have 1
 2333 |                         DoSaveGame(save_filename);
      |                         ^~~~~~~~~~ ~~~~~~~~~~~~~
src/save.h:27:6: note: declared here
   27 | void DoSaveGame();
      |      ^~~~~~~~~~
src/levelblit.c: In function ‘SpecialTile’:
src/levelblit.c:2578:37: error: too many arguments to function 
‘CanGetArtifact’; expected 0, have 1
 2578 |                                 if 
(CanGetArtifact(rooms[player_room].room_param)) {
      |                                     ^~~~~~~~~~~~~~ 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/levelblit.c:38:
src/boss.h:35:5: note: declared here
   35 | int CanGetArtifact();
      |     ^~~~~~~~~~~~~~
make[2]: *** [<builtin>: src/levelblit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/meritous-1.5'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
prefix=/usr bindir=/usr/games datadir=/usr/share/games returned exit code 2
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/meritous-1.5'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: meritous
Source-Version: 1.5-1.2
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
meritous, 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.
Adrian Bunk <[email protected]> (supplier of updated meritous 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: Sat, 04 Oct 2025 13:55:39 +0300
Source: meritous
Architecture: source
Version: 1.5-1.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097381
Changes:
 meritous (1.5-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1097381)
Checksums-Sha1:
 bd764e893b90edce3e848ea89cd2dd75738320ca 2012 meritous_1.5-1.2.dsc
 e89fcc147d39a5e57ce23a00c699cfe8abc33183 4756 meritous_1.5-1.2.debian.tar.xz
Checksums-Sha256:
 a6a1944793e1344c3f1c0f7744cd0a638c4558f980c35b4b505aa3f5921e74c3 2012 
meritous_1.5-1.2.dsc
 1290d9bf1cdcadb74a767facdf01f451962e4ca25543c102ea0c6a6f1ee684c8 4756 
meritous_1.5-1.2.debian.tar.xz
Files:
 25e5d0d5bc60b8128222f88a9f589666 2012 games optional meritous_1.5-1.2.dsc
 aa03839b7507adbeb0c00131f4b45c04 4756 games optional 
meritous_1.5-1.2.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjg/cwACgkQiNJCh6LY
mLFprw//ZhpZ93A1bfvQ5uapfWejOAJ1HcLc5f0ROeVjjMJnb/khJldwBMyYbfQ1
YwPOXTLnpS13gLj0bRncfUUo9OCYTnekcrxuMNmtz4t39PeO2o1y6NyWo++Rf1zn
g6WVXeCyPTs4SC5PwGoJNv6gqqudK7sjajQ9QfF8oIiski8WjCp9XM+ZpEYHfYRQ
btNeje1XepL+390kQ5VxuEu7SFvmTg2UOCdLddCtYOTiykbw4lhlx7HvLFSdkhHN
MHhpg52MX7UzvQLUPdT0VWtuNtyl36AkT3UdkyWSfLrXcCpm5BeCNEVL5kp7V3CT
wnwdgMHAyAeKjnjYoPybk6x500ggIJzG2JDPjHgGmCzQ/gz5zc/ZpWH1/CLnjKdl
9wDenr9Zxu7orZfGT+tfFL8N5e1pNiDGorX3FKwwOXkvb6TWfSEpkVaX/O9M3lM3
n4izBpLzNlyf8h5NVglyHrF96U8mPfBBXCu0NS6iNz8q7BT7QZRJ2fm++jPUyudM
cfsEsaUQD277U/hEj9y6aEt/cr/uNeJ3VxiszRzMkbZpNyrRl5soM8wDG/3bKLhu
ZGQW0YCj4Dd9oV3aGwW1Z1IM6KJ//88XHWaJwadxDgdEUMxT4NFGX5XSABNF6jP1
OxqKstCjbQraS4x2525a6T82dh7Z+e2KSiUbWpwEzPMg887EsWs=
=Rw1U
-----END PGP SIGNATURE-----

Attachment: pgpxjuZV7WVEv.pgp
Description: PGP signature


--- End Message ---

Reply via email to