Your message dated Sun, 14 Sep 2025 02:52:53 +0000
with message-id <[email protected]>
and subject line Bug#1098149: fixed in xlax 2.4-3
has caused the Debian Bug report #1098149,
regarding xlax: 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.)
--
1098149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xlax
Version: 2.4-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/xlax_2.4-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
[...]
xlax.c:954:1: error: number of arguments doesn’t match prototype
954 | {
| ^
xlax.h:93:6: error: prototype declaration
93 | void clearCB();
| ^~~~~~~
xlax.c: In function ‘stringinputCB’:
xlax.c:969:1: warning: old-style function definition [-Wold-style-definition]
969 | stringinputCB (w, client_data, event)
| ^~~~~~~~~~~~~
xlax.c:974:1: error: number of arguments doesn’t match prototype
974 | {
| ^
xlax.h:91:6: error: prototype declaration
91 | void stringinputCB();
| ^~~~~~~~~~~~~
xlax.c: In function ‘togglestringCB’:
xlax.c:990:1: warning: old-style function definition [-Wold-style-definition]
990 | togglestringCB (w, index, event)
| ^~~~~~~~~~~~~~
xlax.c:995:1: error: number of arguments doesn’t match prototype
995 | {
| ^
xlax.h:90:6: error: prototype declaration
90 | void togglestringCB();
| ^~~~~~~~~~~~~~
xlax.c: In function ‘toggleCB’:
xlax.c:1027:1: warning: old-style function definition [-Wold-style-definition]
1027 | toggleCB (w, windex, state)
| ^~~~~~~~
xlax.c:1032:1: error: number of arguments doesn’t match prototype
1032 | {
| ^
xlax.h:86:6: error: prototype declaration
86 | void toggleCB();
| ^~~~~~~~
xlax.c: In function ‘pasteCB’:
xlax.c:1038:1: warning: old-style function definition [-Wold-style-definition]
1038 | pasteCB (w, client_data, call_data)
| ^~~~~~~
xlax.c:1043:1: error: number of arguments doesn’t match prototype
1043 | {
| ^
xlax.h:88:6: error: prototype declaration
88 | void pasteCB();
| ^~~~~~~
xlax.c: In function ‘senditCB’:
xlax.c:1102:1: warning: old-style function definition [-Wold-style-definition]
1102 | senditCB (w, client_data, call_data)
| ^~~~~~~~
xlax.c:1107:1: error: number of arguments doesn’t match prototype
1107 | {
| ^
xlax.h:89:6: error: prototype declaration
89 | void senditCB();
| ^~~~~~~~
xlax.c: In function ‘quitCB’:
xlax.c:1122:1: warning: old-style function definition [-Wold-style-definition]
1122 | quitCB (w, client_data, call_data)
| ^~~~~~
xlax.c:1127:1: error: number of arguments doesn’t match prototype
1127 | {
| ^
xlax.h:87:6: error: prototype declaration
87 | void quitCB();
| ^~~~~~
make[1]: *** [<builtin>: xlax.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/xlax-2.4/builddir'
make: *** [debian/rules:37: builddir/xlax] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xlax
Source-Version: 2.4-3
Done: Thorsten Glaser <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xlax, 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.
Thorsten Glaser <[email protected]> (supplier of updated xlax 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: SHA384
Format: 1.8
Date: Sun, 14 Sep 2025 01:06:21 +0000
Source: xlax
Architecture: source
Version: 2.4-3
Distribution: unstable
Urgency: high
Maintainer: Thorsten Glaser <[email protected]>
Changed-By: Thorsten Glaser <[email protected]>
Closes: 1098149
Changes:
xlax (2.4-3) unstable; urgency=high
.
* New dh7-style packaging as demanded plus the usual bumps
* Protoise a bit but still use gnu99 for now (Closes: #1098149)
Checksums-Sha1:
a3eb58385a66bf57e0116f0034b225a152fbfee9 1753 xlax_2.4-3.dsc
5c60697dfa7b3fcf4379b5dec6ee9dc8debc7853 436176 xlax_2.4-3.debian.tar.xz
Checksums-Sha256:
c9269fde55bae816296b4e568b168ec630dfbbe5256be464323a30f771ec402c 1753
xlax_2.4-3.dsc
3c0405c5f031598bda485987d7f3827fb91577dc46cf76133509205d70b2d72c 436176
xlax_2.4-3.debian.tar.xz
Files:
9319003f2bf67facb4b6e577115a64e5 1753 x11 optional xlax_2.4-3.dsc
28495623fbb11b5b3baae4c69e56dc40 436176 x11 optional xlax_2.4-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCQAGBQJoxiQ3AAoJEHa1NLLpkAfgAbUQAL0kfKzClzki80/2tDEdVJrl
KjmAQNpm3EW7bo5FqDAcSlaAr1KPhwU7eRsE4hmGjiFcsGbCo3vLsi111p3owMx/
Q/WwLb7A51QnEXEmTM3axXuT7e5WJFnAnGr5qba4h+uEEagzU9AI9OnBxTliXwqE
9PXaCt8ndEph5XI22HZQJJqIPgJNCYt+OanXi1qftViY6qBOtMq72Ddeor/pyHin
mCgiavcJmr6KKCN1maRq0ms37cCd7hEIMDNPTsh9jt24y/YD6+YB3c7uFpP0B92U
So43bVmHCFJy22MdxEBDjjfzENL9ba7U0oegZK3rvZERLUhQzQfY0LQjulhS4pJn
q6+O0vwIIa4swHz16mFEJQd6pabSdzgLack1u4/CD+Rk6RV/YVnGfqdOmDKb8rI3
PoR1t/Zh+skbMZp60SHsHt52fOl2xGbSAkPDXKFWmQ5Gb4v/gfL8iyGqYqLVC3sb
wslV2ICNeEz3piXBK3sDIDF18aLKbAQ8YVp73PvG9CjqATH3LJG4KJjlcUIG2/+w
ZyEak+O1V/TH4gEm/hCYvEx0xEt2qzXX1+84EzmvAKLYP36Gm6VkhkZiZ6ZSLDWt
+9cBeOt7YQ5lBtpr/3rjaaLwl1H8/gkN6PFkCTtnn3Yz9c1sT5OZLrhKbXD+R5jg
5yZZlY8s0cW+krjeNqFt
=5nnn
-----END PGP SIGNATURE-----
pgpzVi6gGgQdk.pgp
Description: PGP signature
--- End Message ---