Your message dated Sat, 25 Oct 2025 09:37:49 +0000
with message-id <[email protected]>
and subject line Bug#1097803: fixed in roguenarok 1.0.1-3.1
has caused the Debian Bug report #1097803,
regarding roguenarok: 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.)


-- 
1097803: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097803
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:roguenarok
Version: 1.0.1-3
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/roguenarok_1.0.1-3_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

[...]
dpkg-buildpackage: info: source version 1.0.1-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Andreas Tille <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean
        make -j8 clean
make[1]: Entering directory '/build/reproducible-path/roguenarok-1.0.1'
rm -fr common.o RogueNaRok.o  Tree.o BitVector.o HashTable.o List.o Array.o  
Dropset.o ProfileElem.o legacy.o newFunctions.o parallel.o Node.o rnr-lsi.o 
common.o Tree.o BitVector.o   HashTable.o legacy.o newFunctions.o List.o 
rnr-tii.o common.o BitVector.o Tree.o HashTable.o List.o legacy.o 
newFunctions.o  rnr-mast.o common.o List.o Tree.o BitVector.o HashTable.o 
legacy.o newFunctions.o rnr-prune.o common.o Tree.o BitVector.o HashTable.o  
legacy.o newFunctions.o List.o RogueNaRok rnr-prune rnr-lsi  rnr-tii  rnr-mast  
   RogueNaRok-parallel
make[1]: Leaving directory '/build/reproducible-path/roguenarok-1.0.1'
   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/roguenarok-1.0.1'
dh_auto_build
        make -j8 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/build/reproducible-path/roguenarok-1.0.1'
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
common.o common.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
RogueNaRok.o RogueNaRok.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
Tree.o Tree.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
BitVector.o BitVector.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
HashTable.o HashTable.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
List.o List.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
Array.o Array.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
Dropset.o Dropset.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
ProfileElem.o ProfileElem.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
legacy.o legacy.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
newFunctions.o newFunctions.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
parallel.o parallel.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
Node.o Node.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
rnr-prune.o rnr-prune.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
rnr-lsi.o rnr-lsi.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
rnr-tii.o rnr-tii.c -Wl,-z,relro -Wl,-z,now
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/roguenarok-1.0.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -D_GNU_SOURCE -O3 -DNDEBUG  -c -o 
rnr-mast.o rnr-mast.c -Wl,-z,relro -Wl,-z,now
rnr-lsi.c: In function ‘main’:
rnr-lsi.c:384:7: error: too many arguments to function ‘printHelpFile’; 
expected 0, have 1
  384 |       printHelpFile(FALSE);
      |       ^~~~~~~~~~~~~
rnr-lsi.c:327:6: note: declared here
  327 | void printHelpFile()
      |      ^~~~~~~~~~~~~
rnr-lsi.c:391:7: error: too many arguments to function ‘printHelpFile’; 
expected 0, have 1
  391 |       printHelpFile(FALSE);
      |       ^~~~~~~~~~~~~
rnr-lsi.c:327:6: note: declared here
  327 | void printHelpFile()
      |      ^~~~~~~~~~~~~
make[2]: *** [Makefile:53: rnr-lsi.o] Error 1
make[2]: *** Waiting for unfinished jobs....
RogueNaRok.c: In function ‘doomRogues’:
RogueNaRok.c:2028:23: warning: pointer ‘candidateBips’ used after ‘free’ 
[-Wuse-after-free]
 2028 |       candidateBips = cleanup(tr, mergingHash, bestDropset, 
candidateBips, bipartitionProfile, bipartitionsById);
      |                       
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘createOrUpdateMergingHash’,
    inlined from ‘doomRogues’ at RogueNaRok.c:1985:7:
RogueNaRok.c:1150:3: note: call to ‘free’ here
 1150 |   free(candidateBips);
      |   ^~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/build/reproducible-path/roguenarok-1.0.1'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/roguenarok-1.0.1'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: roguenarok
Source-Version: 1.0.1-3.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
roguenarok, 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 roguenarok 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: Fri, 24 Oct 2025 20:36:46 +0300
Source: roguenarok
Architecture: source
Version: 1.0.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097803
Changes:
 roguenarok (1.0.1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1097803)
Checksums-Sha1:
 2646589fa9041c91cb0fc844b9c4dcca91c2f354 1977 roguenarok_1.0.1-3.1.dsc
 2dc18550973788cfd526df57eb8568f7d52a729f 7812 
roguenarok_1.0.1-3.1.debian.tar.xz
Checksums-Sha256:
 4caa8fb268450bc59d7586e4b2819b610cb46468f2f6a7cafd278b5548c72cc3 1977 
roguenarok_1.0.1-3.1.dsc
 d5d7da446b7f07c6d0e01dc54d0bcd592d049d210c9e5e243ddf5acad82ab5e2 7812 
roguenarok_1.0.1-3.1.debian.tar.xz
Files:
 8905e8279a655e436b7fb29afd32a720 1977 science optional roguenarok_1.0.1-3.1.dsc
 23cfcc56ba5a954c19b50b404af06d8a 7812 science optional 
roguenarok_1.0.1-3.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj75IMACgkQiNJCh6LY
mLFqHA//SMEDic+btPNvvFoykxl03o9S+7CLrnYekNewhNrJGTvugXMuVex3b8Jm
jMF/eg6/LlrUlPrR6PqDcnBasqGD8BJqe7+4ibIwtZHsZlrhQdjiFQ8jEw398OpV
PPiBPCm+k9VqGhM3CuixK49ZcbPQpNeRGoeHCgiu+GsoUcxYb1yVzRflPUxjq+ur
xyJ0IPrxVs4x2fqOKSgWJPVgxg4HPitiALCEoc5a8rKF0ENBAo/XspaULEFXUIXz
ck+Ay7MJYSuRog1Q3btTjF5NmYRaiQxfIoI1+4xFMm8vFPTn5mU665erNGjGTtbC
9yfKnX5sY46JiUKGGDUcizQjB9FtNW/KHmsw9TPbeQfSyt4pa4pF66RAn8zmK5TC
595+EZBnaQ3a3CU/HZihqs9MHO6zV/O5yMO2pX8kL+LLW/2haiO1ZsBcUEpyj8gC
J/nzoyZjE8WvukBsft8lv8FkpV7xYY9RD8/WC8EFkYSw3FaELzIs/v9kDkGG2rqI
5qRGelEQ8uYKNujaEHA1abtNQtgGqFmjtIQur4JjOu8jLCb3NgWDqZiElgJE8ehP
WNkA/lXMK0JMZwv2dOZUW8Wpikk3fVxAlOuutQTN93qPCj5Wl68uXjzuu4Co0hHZ
Yn2Dh5SO9tDzQcTZzztxRYpirQyAJHGW8AMNxdnaIOFYDQ/wgvU=
=/YQj
-----END PGP SIGNATURE-----

Attachment: pgp0_qgOVSHec.pgp
Description: PGP signature


--- End Message ---

Reply via email to