Your message dated Sat, 11 Oct 2025 15:34:18 +0000
with message-id <[email protected]>
and subject line Bug#1097171: fixed in libcgns 3.4.0-6
has caused the Debian Bug report #1097171,
regarding libcgns: 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.)
--
1097171: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libcgns
Version: 3.4.0-5
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/libcgns_3.4.0-5_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
[...]
| ^~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2074:17:
error: too many arguments to function ‘push_var’; expected 0, have 1
2074 | push_var (sin (f1));
| ^~~~~~~~ ~~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1666:13:
note: declared here
1666 | static void push_var (v)
| ^~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2077:17:
error: too many arguments to function ‘pop_var’; expected 0, have 1
2077 | pop_var (&f1);
| ^~~~~~~ ~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1683:13:
note: declared here
1683 | static void pop_var (v)
| ^~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2078:17:
error: too many arguments to function ‘push_var’; expected 0, have 1
2078 | push_var (sqrt (f1));
| ^~~~~~~~ ~~~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1666:13:
note: declared here
1666 | static void push_var (v)
| ^~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2081:17:
error: too many arguments to function ‘pop_var’; expected 0, have 1
2081 | pop_var (&f1);
| ^~~~~~~ ~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1683:13:
note: declared here
1683 | static void pop_var (v)
| ^~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2082:17:
error: too many arguments to function ‘push_var’; expected 0, have 1
2082 | push_var (f1 * f1);
| ^~~~~~~~ ~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1666:13:
note: declared here
1666 | static void push_var (v)
| ^~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2085:17:
error: too many arguments to function ‘pop_var’; expected 0, have 1
2085 | pop_var (&f1);
| ^~~~~~~ ~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1683:13:
note: declared here
1683 | static void pop_var (v)
| ^~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2086:17:
error: too many arguments to function ‘push_var’; expected 0, have 1
2086 | push_var (tanh (f1));
| ^~~~~~~~ ~~~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1666:13:
note: declared here
1666 | static void push_var (v)
| ^~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2089:17:
error: too many arguments to function ‘pop_var’; expected 0, have 1
2089 | pop_var (&f1);
| ^~~~~~~ ~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1683:13:
note: declared here
1683 | static void pop_var (v)
| ^~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2090:17:
error: too many arguments to function ‘push_var’; expected 0, have 1
2090 | push_var (tan (f1));
| ^~~~~~~~ ~~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1666:13:
note: declared here
1666 | static void push_var (v)
| ^~~~~~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:2097:5:
error: too many arguments to function ‘pop_var’; expected 0, have 1
2097 | pop_var (&f1);
| ^~~~~~~ ~~~
/build/reproducible-path/libcgns-3.4.0/src/cgnstools/calclib/vec.c:1683:13:
note: declared here
1683 | static void pop_var (v)
| ^~~~~~~
make[3]: *** [src/cgnstools/calclib/CMakeFiles/calclib.dir/build.make:96:
src/cgnstools/calclib/CMakeFiles/calclib.dir/vec.c.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/libcgns-3.4.0/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:2950:
src/cgnstools/calclib/CMakeFiles/calclib.dir/all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/libcgns-3.4.0/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/libcgns-3.4.0/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:26: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libcgns
Source-Version: 3.4.0-6
Done: Anton Gladky <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libcgns, 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.
Anton Gladky <[email protected]> (supplier of updated libcgns 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, 11 Oct 2025 17:07:02 +0200
Source: libcgns
Architecture: source
Version: 3.4.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Closes: 1097171 1113127
Changes:
libcgns (3.4.0-6) unstable; urgency=medium
.
* Team upload
* [597a1d9] chore(ci): Add salsa-ci configuration
* [55b5e4f] fix(build): Fix CMake 4 FTBFS (Closes: #1113127)
* [573958f] fix: Fix FTBFS with GCC 15 (Closes: #1097171)
* [a7fcc41] chore(debian): Add trailing newline to patches series
* [56f1a25] chore(debian): Enable full hardening and update FCFLAGS
* [481e556] chore(ci): Disable BLHC in Salsa CI configuration
Checksums-Sha1:
22291d7bc989a2492725f1adaa300f43e089a5b0 2374 libcgns_3.4.0-6.dsc
d64bb1072a453492c9e73ee7d30bdd6fd4f8c2b4 15024 libcgns_3.4.0-6.debian.tar.xz
b20b299254665d1c2b98644bc513a749a637275f 4838976 libcgns_3.4.0-6.git.tar.xz
ce30ffa28df03c75456409999a59bc7176b493f5 18218 libcgns_3.4.0-6_source.buildinfo
Checksums-Sha256:
6fae07d6454e16a0d4381999ce265832b4ba11d51a5498ba07d746f1018e99f6 2374
libcgns_3.4.0-6.dsc
c94f43b985872b6a4c30c085a911c3123bea482ca8e6ecba3d1a20a850ba9fda 15024
libcgns_3.4.0-6.debian.tar.xz
a048f6803fb05dac3228eb6b1f98184cf56b33cc6ae7f19be7313e0bfac561d7 4838976
libcgns_3.4.0-6.git.tar.xz
dcf2c36fa0323b112cbcead9305a6455c282569134af438e8f0b0cfe7892fe9d 18218
libcgns_3.4.0-6_source.buildinfo
Files:
9614d38c1cc324042cda0de920eed217 2374 libs optional libcgns_3.4.0-6.dsc
104b5af2e6140c0aed81f8d92eeba8b5 15024 libs optional
libcgns_3.4.0-6.debian.tar.xz
edf315b0b183dbd33b8571607ec68790 4838976 libs optional
libcgns_3.4.0-6.git.tar.xz
cce36154fb57e50ae93a4f7deb80bce7 18218 libs optional
libcgns_3.4.0-6_source.buildinfo
Git-Tag-Info: tag=60f43bc180cfb2840bdcfe43d78569b9bf3a43e8
fp=bbbd45ea818ab86ff67e7285d3e17383cfa7ff06
Git-Tag-Tagger: Anton Gladky <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjqdCwACgkQYG0ITkaD
wHlFxhAA287SGLpDJVrXetJqwfsF/8mWi1Pbw1xNex0LZDhMqEyylvhMp0snXWDE
xv7qs+fLpnRrl1/06SrtilXaR5aLUxQqgdqC9thYNkc3tqB7TobeoLWyqmps1ajt
zcSPubrVoER3lmCKkRqFKrwIwm7EZNpxbeo50JbTMx1cnXB22yvTf+aiJqRKZ0ux
4+T0GrT5/perEoegpENnnNBzeU/+NwmEGk5l8nK+ZAR6/bEofQcSpp7wVNsIQq6r
v4f5cHjWqloX09NU3Ma0mGCVXWfeWHgXP+5u0kVoeZiEFD+2VEl4gVbR6GHFIq91
8JXqOIxYTinZn0gAgUBK20RyAhxmYgbrrgt8vXysAKb32QYrlfVcksrOVohWn216
9zaxJxr4AafHIm457DdW55XXmDLoO0NH3GBTYZrjOG/Zb5/u6LrQ5lKkQ60Zn/7f
dzXoE5WwfciPSQAa268YV3KAGC1I1hL7DVnWJME17MXXTg1UM0dH7llgDClpULel
0vOLYYTXuKEvZlZ2dyEOmT41piVi7zoTcx0d9IFebXP+cIJ/7zAIPZ1/KLWMftOj
TFqlgOqsro8HNKzVZ8YwDwle23vGocbQ5j4LqRb8hHXnLMMN7cj0V5ziJJxOp1XE
LRjdo/2exizOLYvdh6BGj1xjZARAqt/dcu+ccqaS1Nn1h6cfevo=
=eA53
-----END PGP SIGNATURE-----
pgpprfWyWXbL2.pgp
Description: PGP signature
--- End Message ---