Your message dated Sun, 14 Sep 2025 15:34:37 +0000
with message-id <[email protected]>
and subject line Bug#1097315: fixed in lrslib 0.73-3
has caused the Debian Bug report #1097315,
regarding lrslib: 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.)
--
1097315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097315
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lrslib
Version: 0.73-2
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/lrslib_0.73-2_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
[...]
| ^~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
lrslib.c: In function ‘timecheck_1’:
lrslib.h:154:23: error: passing argument 2 of ‘signal’ from incompatible
pointer type [-Wincompatible-pointer-types]
154 | #define timecheck suf(timecheck)
| ^~~~~~~~~
| |
| void (*)(void)
lrslib.h:175:34: note: in definition of macro ‘errcheck’
175 | #define errcheck(s,e) if ((long)(e)==-1L){ perror(s);exit(1);}
| ^
lrslib.h:154:19: note: in expansion of macro ‘suf’
154 | #define timecheck suf(timecheck)
| ^~~
lrslib.c:6374:40: note: in expansion of macro ‘timecheck’
6374 | errcheck ("signal", signal (SIGALRM, timecheck));
| ^~~~~~~~~
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void
(*)(int)’} but argument is of type ‘void (*)(void)’
88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
| ~~~~~~~~~~~~~~~^~~~~~~~~
lrslib.h:154:23: note: ‘timecheck_1’ declared here
154 | #define timecheck suf(timecheck)
| ^~~~~~~~~
lrsarith-011/lrslong.h:242:19: note: in definition of macro ‘suf’
242 | #define suf(func) func##_1
| ^~~~
lrslib.c:6371:1: note: in expansion of macro ‘timecheck’
6371 | timecheck ()
| ^~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
lrslib.c: In function ‘checkpoint_1’:
lrslib.h:40:24: error: passing argument 2 of ‘signal’ from incompatible pointer
type [-Wincompatible-pointer-types]
40 | #define checkpoint suf(checkpoint)
| ^~~~~~~~~~
| |
| void (*)(void)
lrslib.h:175:34: note: in definition of macro ‘errcheck’
175 | #define errcheck(s,e) if ((long)(e)==-1L){ perror(s);exit(1);}
| ^
lrslib.h:40:20: note: in expansion of macro ‘suf’
40 | #define checkpoint suf(checkpoint)
| ^~~
lrslib.c:6382:40: note: in expansion of macro ‘checkpoint’
6382 | errcheck ("signal", signal (SIGUSR1, checkpoint));
| ^~~~~~~~~~
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void
(*)(int)’} but argument is of type ‘void (*)(void)’
88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
| ~~~~~~~~~~~~~~~^~~~~~~~~
lrslib.h:40:24: note: ‘checkpoint_1’ declared here
40 | #define checkpoint suf(checkpoint)
| ^~~~~~~~~~
lrsarith-011/lrslong.h:242:19: note: in definition of macro ‘suf’
242 | #define suf(func) func##_1
| ^~~~
lrslib.c:6379:1: note: in expansion of macro ‘checkpoint’
6379 | checkpoint ()
| ^~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
make[2]: *** [makefile:276: lrslib1-shr.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/lrslib-0.73'
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/lrslib-0.73'
make: *** [debian/rules:28: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: lrslib
Source-Version: 0.73-3
Done: David Bremner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lrslib, 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.
David Bremner <[email protected]> (supplier of updated lrslib 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: Sun, 14 Sep 2025 12:09:22 -0300
Source: lrslib
Architecture: source
Version: 0.73-3
Distribution: unstable
Urgency: medium
Maintainer: David Bremner <[email protected]>
Changed-By: David Bremner <[email protected]>
Closes: 1097315
Changes:
lrslib (0.73-3) unstable; urgency=medium
.
* Temporarily add -std=gnu17 to CFLAGS (Closes: #1097315).
Checksums-Sha1:
337a7b873b8b8974a1ecdd401f8e670f0e3e17e6 1516 lrslib_0.73-3.dsc
74b0303914984f410c813ae339a80a1d29961035 15748 lrslib_0.73-3.debian.tar.xz
Checksums-Sha256:
55690d1a3d9e28ac5866e4cc3452eaf362f8dc17333c9652c427492f3caa32ce 1516
lrslib_0.73-3.dsc
3b554aba090788f8e3b3f9035c79d0a301a37df9c431a4aacbbeecca94aa4759 15748
lrslib_0.73-3.debian.tar.xz
Files:
34100e33c0641f54a3df8927485ba3f4 1516 math optional lrslib_0.73-3.dsc
9e1b17af691927c2a696e80b68fc946b 15748 math optional
lrslib_0.73-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQS5beC2erx2PFqyC7XhcL+0NDTnAAUCaMbbMAAKCRDhcL+0NDTn
AMjxAPwMi8GKbdP9Jst4J90veexqQrTd7oCGVgX/KVxbvUD5egD9H76jqKOUdrj3
Xo3jGZdz1D24P4C/Ad07oCaVUTKDxwc=
=hdDe
-----END PGP SIGNATURE-----
pgpj2Lz2xdDTs.pgp
Description: PGP signature
--- End Message ---