Your message dated Wed, 05 Mar 2025 13:19:43 +0000
with message-id <[email protected]>
and subject line Bug#1096378: fixed in blt 2.5.3+dfsg-8
has caused the Debian Bug report #1096378,
regarding blt: 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.)
--
1096378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096378
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:blt
Version: 2.5.3+dfsg-7
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/blt_2.5.3+dfsg-7_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
[...]
bltSpline.c:307:1: warning: old-style function definition
[-Wold-style-definition]
307 | QuadGetImage(p1, p2, p3, x1, x2, x3)
| ^~~~~~~~~~~~
bltSpline.c: In function ‘QuadSpline’:
bltSpline.c:350:1: warning: old-style function definition
[-Wold-style-definition]
350 | QuadSpline(intp, left, right, param, ncase)
| ^~~~~~~~~~
bltSpline.c: In function ‘QuadSlopes’:
bltSpline.c:427:1: warning: old-style function definition
[-Wold-style-definition]
427 | QuadSlopes(points, m, nPoints)
| ^~~~~~~~~~
bltSpline.c: In function ‘QuadEval’:
bltSpline.c:556:1: warning: old-style function definition
[-Wold-style-definition]
556 | QuadEval(origPts, nOrigPts, intpPts, nIntpPts, m, epsilon)
| ^~~~~~~~
bltSpline.c: In function ‘Blt_QuadraticSpline’:
bltSpline.c:753:1: warning: old-style function definition
[-Wold-style-definition]
753 | Blt_QuadraticSpline(origPts, nOrigPts, intpPts, nIntpPts)
| ^~~~~~~~~~~~~~~~~~~
bltSpline.c: In function ‘Blt_NaturalSpline’:
bltSpline.c:791:1: warning: old-style function definition
[-Wold-style-definition]
791 | Blt_NaturalSpline(origPts, nOrigPts, intpPts, nIntpPts)
| ^~~~~~~~~~~~~~~~~
bltSpline.c: In function ‘SplineCmd’:
bltSpline.c:883:1: warning: old-style function definition
[-Wold-style-definition]
883 | SplineCmd(clientData, interp, argc, argv)
| ^~~~~~~~~
bltSpline.c:973:11: error: too many arguments to function ‘proc’; expected 0,
have 4
973 | if (!(*proc) (origPts, nOrigPts, intpPts, nIntpPts)) {
| ~^~~~~~ ~~~~~~~
bltSpline.c: In function ‘Blt_SplineInit’:
bltSpline.c:998:1: warning: old-style function definition
[-Wold-style-definition]
998 | Blt_SplineInit(interp)
| ^~~~~~~~~~~~~~
bltSpline.c: In function ‘SolveCubic1’:
bltSpline.c:1038:1: warning: old-style function definition
[-Wold-style-definition]
1038 | SolveCubic1(A, n)
| ^~~~~~~~~~~
bltSpline.c: In function ‘SolveCubic2’:
bltSpline.c:1083:1: warning: old-style function definition
[-Wold-style-definition]
1083 | SolveCubic2(A, spline, nIntervals)
| ^~~~~~~~~~~
bltSpline.c: In function ‘CubicSlopes’:
bltSpline.c:1137:1: warning: old-style function definition
[-Wold-style-definition]
1137 | CubicSlopes(points, nPoints, isClosed, unitX, unitY)
| ^~~~~~~~~~~
bltSpline.c: In function ‘CubicEval’:
bltSpline.c:1267:1: warning: old-style function definition
[-Wold-style-definition]
1267 | CubicEval(origPts, nOrigPts, intpPts, nIntpPts, spline)
| ^~~~~~~~~
bltSpline.c: In function ‘Blt_NaturalParametricSpline’:
bltSpline.c:1326:1: warning: old-style function definition
[-Wold-style-definition]
1326 | Blt_NaturalParametricSpline(origPts, nOrigPts, extsPtr, isClosed,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
bltSpline.c: In function ‘CatromCoeffs’:
bltSpline.c:1372:1: warning: old-style function definition
[-Wold-style-definition]
1372 | CatromCoeffs(p, a, b, c, d)
| ^~~~~~~~~~~~
bltSpline.c: In function ‘Blt_CatromParametricSpline’:
bltSpline.c:1400:1: warning: old-style function definition
[-Wold-style-definition]
1400 | Blt_CatromParametricSpline(points, nPoints, intpPts, nIntpPts)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:270: bltSpline.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/blt-2.5.3+dfsg/generic'
make[2]: *** [Makefile:38: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/blt-2.5.3+dfsg'
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/blt-2.5.3+dfsg'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: blt
Source-Version: 2.5.3+dfsg-8
Done: Sergei Golovan <[email protected]>
We believe that the bug you reported is fixed in the latest version of
blt, 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.
Sergei Golovan <[email protected]> (supplier of updated blt 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: SHA256
Format: 1.8
Date: Wed, 05 Mar 2025 14:49:43 +0300
Source: blt
Architecture: source
Version: 2.5.3+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Sergei Golovan <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Closes: 1043970 1096378
Changes:
blt (2.5.3+dfsg-8) unstable; urgency=medium
.
* Minimally fix FTBFS with GCC 15 (closes: #1096378).
* Fix rebuilding source after successful build (closes: #1043970).
* Bump the standards version to 4.7.2.
Checksums-Sha1:
c6f683d3c20e1d91d5e61ece0049e94192a70e2e 1997 blt_2.5.3+dfsg-8.dsc
98fc2dcf83c64c8d2343a31d302724505a339b54 58668 blt_2.5.3+dfsg-8.debian.tar.xz
711d332f9f3c5ca1143cb932790400605b4be06f 8088 blt_2.5.3+dfsg-8_amd64.buildinfo
Checksums-Sha256:
321ebb2e8fb73635d2db13534ea66deced2bee232c0ff345801bdc0b9bbbe02c 1997
blt_2.5.3+dfsg-8.dsc
b6e5c27596b335e745bea599c6e2c28ec7a7094a88859ca6bc602fb89160cae9 58668
blt_2.5.3+dfsg-8.debian.tar.xz
7f68a1d8abd4f6c70d627849d613345c3d31c222c0a6da4f1845edca051aa825 8088
blt_2.5.3+dfsg-8_amd64.buildinfo
Files:
2e3646908d755703b091e9f1369c5515 1997 devel optional blt_2.5.3+dfsg-8.dsc
27703d5061306688385aeb17803d5ee2 58668 devel optional
blt_2.5.3+dfsg-8.debian.tar.xz
4caac6716044db8f996daaa93b15bfbb 8088 devel optional
blt_2.5.3+dfsg-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAmfITKYACgkQTyrk60tj
54eGjhAAvapDezQX2NVmfs8zqz5XxnQ+i/8p0Nkd8JlIFSTJX8+V366E5VIk6zNF
bC55dzDmQlwc8jWcOR9CjDCCFQYExAO5Fhl7uAaCvTeKGuaQItZ7DtCerIpTWWae
cHB1s5jC/Qk87kiaLmq+TKuHJsDpQ2Yc5mCVuPYdkhInN5h4Tnb0C51QDdu7UaTw
bBAaV0sMW+/sFRwU5sT2uT26JrfB3Clf/9GqeVd20pzCa93UzstlaVF7XUjehhuk
si/QDyXvPvnGbN2/2ZXgFu59k9AiWBcH61qgTsYms8qU5jisZkQ6dIGihPai2DRQ
E/zwOyiZH6nncSDGWDvt8WljOw8G4IT66VnryxSEhC+3Pz3iRc8A276RSFTS16ee
2xlQwbdUin+5kREYRcMofLVdtidBfjcmOjaSkIXCpJgUTG1tUObWbihamTUQci4b
pBtSqpMg9vMH/EQfIBXiM8H9HH+xKCefbHnia8Una1DIkmImDPPrfGbJXQlaFC75
zR5l11WzVHnqyY82XYdVjuxJs21UsKsR5Lhl/kqrv79YDT9yQI//Kgww1auyoK8f
/feiswLlSi+tDvN9UYMsoHDHoGrcurVk9aQXQQ26P59FEkTF4LNRQulq/dzTx+K0
tc+pt3KQ5mbdUDGdRsdIc42SXkKSCRLy/wlKDfNCPzY/ZvIomj0=
=baeb
-----END PGP SIGNATURE-----
pgpIDnWBvGV_O.pgp
Description: PGP signature
--- End Message ---