Your message dated Mon, 22 Sep 2025 18:05:06 +0000
with message-id <[email protected]>
and subject line Bug#1096565: fixed in edge-addition-planarity-suite 3.0.2.0-3
has caused the Debian Bug report #1096565,
regarding edge-addition-planarity-suite: 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.)
--
1096565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096565
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:edge-addition-planarity-suite
Version: 3.0.2.0-2.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/edge-addition-planarity-suite_3.0.2.0-2.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
[...]
469 | RetVal =
theGraph->functions.fpReadPostprocess(theGraph, extraData, extraDataLen);
| ^~~~~~~~ ~~~~~~~~
c/graphFunctionTable.h:45:16: note: declared here
45 | int (*fpReadPostprocess)();
| ^~~~~~~~~~~~~~~~~
c/graphIO.c: In function 'gp_Write':
c/graphIO.c:814:19: error: too many arguments to function
'theGraph->functions.fpWritePostprocess'; expected 0, have 3
814 | RetVal = theGraph->functions.fpWritePostprocess(theGraph,
&extraData, &extraDataSize);
| ^~~~~~~~ ~~~~~~~~
c/graphFunctionTable.h:46:16: note: declared here
46 | int (*fpWritePostprocess)();
| ^~~~~~~~~~~~~~~~~~
c/graphIO.c: In function 'gp_WriteToString':
c/graphIO.c:878:23: error: too many arguments to function
'theGraph->functions.fpWritePostprocess'; expected 0, have 3
878 | RetVal = theGraph->functions.fpWritePostprocess(theGraph,
&extraData, &extraDataSize);
| ^~~~~~~~ ~~~~~~~~
c/graphFunctionTable.h:46:16: note: declared here
46 | int (*fpWritePostprocess)();
| ^~~~~~~~~~~~~~~~~~
c/graphIO.c: In function '_ReadAdjMatrix':
c/graphIO.c:38:9: warning: ignoring return value of 'fscanf' declared with
attribute 'warn_unused_result' [-Wunused-result]
38 | fscanf(Infile, " %d ", &N);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:60:27: warning: ignoring return value of 'fscanf' declared with
attribute 'warn_unused_result' [-Wunused-result]
60 | fscanf(Infile, " %1d", &Flag);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c: In function '_ReadAdjList':
c/graphIO.c:118:10: warning: ignoring return value of 'fscanf' declared with
attribute 'warn_unused_result' [-Wunused-result]
118 | fscanf(Infile, " %d ", &N);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:144:19: warning: ignoring return value of 'fscanf' declared with
attribute 'warn_unused_result' [-Wunused-result]
144 | fscanf(Infile, "%d", &indexValue);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:205:26: warning: ignoring return value of 'fscanf' declared with
attribute 'warn_unused_result' [-Wunused-result]
205 | fscanf(Infile, " %d ", &W);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c: In function '_ReadLEDAGraph':
c/graphIO.c:319:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
319 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:320:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
320 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:321:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
321 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:324:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
324 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:331:9: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
331 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:334:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
334 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c:340:9: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
340 | fgets(Line, 255, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~
c/graphIO.c: In function 'gp_Read':
c/graphIO.c:405:13: warning: ignoring return value of 'fread' declared with
attribute 'warn_unused_result' [-Wunused-result]
405 | fread(extraData, fileSize - filePos, 1, Infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:905: c/graphEmbed.lo] Error 1
make[2]: *** [Makefile:905: c/graphIO.lo] Error 1
make[2]: Leaving directory
'/build/reproducible-path/edge-addition-planarity-suite-3.0.2.0'
make[1]: *** [Makefile:1007: all-recursive] Error 1
make[1]: Leaving directory
'/build/reproducible-path/edge-addition-planarity-suite-3.0.2.0'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: edge-addition-planarity-suite
Source-Version: 3.0.2.0-3
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
edge-addition-planarity-suite, 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.
Santiago Vila <[email protected]> (supplier of updated
edge-addition-planarity-suite 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: Mon, 22 Sep 2025 19:30:00 +0200
Source: edge-addition-planarity-suite
Architecture: source
Version: 3.0.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1096565
Changes:
edge-addition-planarity-suite (3.0.2.0-3) unstable; urgency=medium
.
* Team upload.
[ Alexandre Detiste ]
* Fix team email address.
[ Adrian Bunk ]
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
Closes: #1096565.
[ Santiago Vila ]
* Fix Forwarded field for dont_ship_license.patch.
* Update standards-version.
Checksums-Sha1:
b02db2e870ffaf1cd6324e1ab7723aa762d842f1 1989
edge-addition-planarity-suite_3.0.2.0-3.dsc
797311018244a7de14c71f9635cf42ea24fae55f 3812
edge-addition-planarity-suite_3.0.2.0-3.debian.tar.xz
39b2553e76abd7d703810a6e4252817d58f8a1fe 5066
edge-addition-planarity-suite_3.0.2.0-3_source.buildinfo
Checksums-Sha256:
8d38d82463cdc684ad3425601bdb27c5491851444dae137f10297132ebe39fd5 1989
edge-addition-planarity-suite_3.0.2.0-3.dsc
bc630f1ea5b9fc715fbdf3d8fe4f68121f36f3ae6f4d11bb9668ea399138b206 3812
edge-addition-planarity-suite_3.0.2.0-3.debian.tar.xz
a06e6de34f001a6d02cc8ff14444d11d696450767a29a1291ddef88d44b117b4 5066
edge-addition-planarity-suite_3.0.2.0-3_source.buildinfo
Files:
84b76c5b559ec38f8c35dec2bf5bde2e 1989 math optional
edge-addition-planarity-suite_3.0.2.0-3.dsc
0e84fe201fb1b986c0546fafcc7b2ab1 3812 math optional
edge-addition-planarity-suite_3.0.2.0-3.debian.tar.xz
811c8412309a069da5a3954f3159408b 5066 math optional
edge-addition-planarity-suite_3.0.2.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjRi9wACgkQQc5/C58b
izKDsAf8Dxs7Z47R5L0Fdcw1Ssb7pEioWoBwFOD0QyzkE4k8Ahea+Ecq19WgQBEU
WxDM8rDIimdBQOA3KVo5PjJCC+ZsF5FdGN/bmI2mGWn/9AAU0yhPvnTJDTvNmK6K
C8D+sGqAa74NHxW7xGC07TVHAItn4TMLwoTSQjDuJ7meuJUL5O5fhZae4fZh+ps+
HTrMaN8w++Ha5no0ymH7C3GK7qGM19xradZvHH0DJcJUwqoVyfcc5Jo7RZ1d0+Ez
UHfAv9DWRYN6d79wtJfaIOBeJZMSnJ+SGx0x/9SqAvPB5tg5msqSvhXfBbL2fq2D
u7ZFi4AaVjX/yWHrFMY/OEyGOcv7+g==
=TBUV
-----END PGP SIGNATURE-----
pgpWVxn7sLjBC.pgp
Description: PGP signature
--- End Message ---