Your message dated Sat, 06 Sep 2025 12:57:08 +0000
with message-id <[email protected]>
and subject line Bug#1097276: fixed in libsx 2.08-6
has caused the Debian Bug report #1097276,
regarding libsx: 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.)
--
1097276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097276
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libsx
Version: 2.08-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/libsx_2.08-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
[...]
22 | static void Initialize();
| ^~~~~~~~~~
drawing.c:78:5: error: initialization of 'void (*)(struct _WidgetRec *,
XtValueMask *, XSetWindowAttributes *)' {aka 'void (*)(struct _WidgetRec *,
long unsigned int *, XSetWindowAttributes *)'} from incompatible pointer type
'void (*)(void)' [-Wincompatible-pointer-types]
78 | MyRealize, /* realize */
| ^~~~~~~~~
drawing.c:78:5: note: (near initialization for
'drawingAreaClassRec.core_class.realize')
drawing.c:23:17: note: 'MyRealize' declared here
23 | static void MyRealize(); /* So we can do our own visual */
| ^~~~~~~~~
drawing.c:88:5: error: initialization of 'void (*)(struct _WidgetRec *)' from
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
88 | Destroy, /* destroy */
| ^~~~~~~
drawing.c:88:5: note: (near initialization for
'drawingAreaClassRec.core_class.destroy')
drawing.c:24:17: note: 'Destroy' declared here
24 | static void Destroy();
| ^~~~~~~
drawing.c:90:5: error: initialization of 'void (*)(struct _WidgetRec *, XEvent
*, struct _XRegion *)' from incompatible pointer type 'void (*)(void)'
[-Wincompatible-pointer-types]
90 | Redisplay, /* expose */
| ^~~~~~~~~
drawing.c:90:5: note: (near initialization for
'drawingAreaClassRec.core_class.expose')
drawing.c:25:17: note: 'Redisplay' declared here
25 | static void Redisplay();
| ^~~~~~~~~
drawing.c: In function 'Initialize':
drawing.c:115:13: warning: old-style function definition
[-Wold-style-definition]
115 | static void Initialize( request, new)
| ^~~~~~~~~~
drawing.c: In function 'MyRealize':
drawing.c:159:13: warning: old-style function definition
[-Wold-style-definition]
159 | static void MyRealize(w, valueMask, attributes)
| ^~~~~~~~~
drawing.c: In function 'Destroy':
drawing.c:199:13: warning: old-style function definition
[-Wold-style-definition]
199 | static void Destroy( w)
| ^~~~~~~
drawing.c: In function 'Redisplay':
drawing.c:212:13: warning: old-style function definition
[-Wold-style-definition]
212 | static void Redisplay(w, event, region)
| ^~~~~~~~~
drawing.c: In function 'resize_draw':
drawing.c:226:13: warning: old-style function definition
[-Wold-style-definition]
226 | static void resize_draw(w, event, args, n_args)
| ^~~~~~~~~~~
drawing.c: In function 'input_draw':
drawing.c:241:13: warning: old-style function definition
[-Wold-style-definition]
241 | static void input_draw(w, event, args, n_args)
| ^~~~~~~~~~
drawing.c: In function 'motion_draw':
drawing.c:256:13: warning: old-style function definition
[-Wold-style-definition]
256 | static void motion_draw(w, event, args, n_args)
| ^~~~~~~~~~~
drawing.c: In function 'enter_draw':
drawing.c:271:13: warning: old-style function definition
[-Wold-style-definition]
271 | static void enter_draw(w, event, args, n_args)
| ^~~~~~~~~~
drawing.c: In function 'leave_draw':
drawing.c:286:13: warning: old-style function definition
[-Wold-style-definition]
286 | static void leave_draw(w, event, args, n_args)
| ^~~~~~~~~~
make[4]: *** [Makefile:539: drawing.lo] Error 1
make[4]: Leaving directory '/build/reproducible-path/libsx-2.08/src'
make[3]: *** [Makefile:575: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/libsx-2.08/src'
make[2]: *** [Makefile:491: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/libsx-2.08'
make[1]: *** [Makefile:400: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/libsx-2.08'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libsx
Source-Version: 2.08-6
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libsx, 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.
Alastair McKinstry <[email protected]> (supplier of updated libsx 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, 06 Sep 2025 11:03:55 +0100
Source: libsx
Architecture: source
Version: 2.08-6
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1097276
Changes:
libsx (2.08-6) unstable; urgency=medium
.
* std23.patch: Fix FTBFS with GCC-15. Closes: #1097276
* Standards-Version: 4.7.2; no changes required
* Now use pkgconf not pkg-config
* Drop compression from source/options
Checksums-Sha1:
c9deb55b23e9059926a3ec476c11d21c7ad739ca 1987 libsx_2.08-6.dsc
3a730061b0ea86cdb623640df778a52abb9cf666 10640 libsx_2.08-6.debian.tar.xz
Checksums-Sha256:
d3e5e533936446e3bab9574a558a0618495261e4a2dfe579f453a0c971e32db3 1987
libsx_2.08-6.dsc
b711d834b3980ebd9bb3a0e104f24ce2354b61308928cf35322b31779013098c 10640
libsx_2.08-6.debian.tar.xz
Files:
0a83382179131e0c1be0c3e77be58090 1987 utils optional libsx_2.08-6.dsc
1301c7f094e12fd622b28cd74d6233b3 10640 utils optional
libsx_2.08-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmi8B3cACgkQy+a7Tl2a
06Wlqw/+I1kYXSW/oc15Au4QOUfzT8dDEtMvL5oOUD6x1HGvOQX1GgevxQbM6hL6
d10u0CU2ecaJzWn3vkw5d5M3rL6Jce9dpYTQOMmgcE4n54sL9W3ZplAmnJZknSwb
XfrwGfi70aLW5vbc9NSIG4sddjOJ3PpokNN9W3hpbeRlsrILs5lFc/gszJvJWWXn
acfrI7+qcoSAZylsugZAgimVhK/XH8C+IJ8xl9iRrXDzmoJo/PMx6vhcama13Eli
9If89JXZtRebK1WMUuvXZWWSCy4XnxMTOdqncqbaFdscaCmokINu6f6b6cPT9ONL
5wmsSRSWCc+8XekxsiwBsvOoLZPG7POi/qZKgxF4WOhN00tLZNp/ic2TOS6HnGxA
W0VDw9Iiwi5uABdAj/ChVyaSXDqJLCR+yZNmG2BXYVc/rNtvwWxkijDodXj44sUq
diPX3/VP2ArpiDf1ChF5CBVdR8LpG3gc/Gy4IdmNAQYmaHxjTtM93hlQoRe7hycS
J+yNl2jbEvOGfghOmI5CNVVzFHt1b3JzkK6ccLcYEsq9O0V0T7ih/0lJBFWcJX50
LgrNLzQnHlaXRnlHbycejCaWJGyRY562Q5hBn3lyCWP/vdEbecfQpVOZGa1FRuqX
D4Keb2gZfINHrp4gAz62Ws/cksI3a4LlwNLTqYXMp161Ha6bdNw=
=9SoU
-----END PGP SIGNATURE-----
pgpa_MlxbqIc0.pgp
Description: PGP signature
--- End Message ---