Your message dated Wed, 27 May 2026 15:49:49 +0000
with message-id <[email protected]>
and subject line Bug#1098180: fixed in xwpe 1.5.30a-4.1
has caused the Debian Bug report #1098180,
regarding xwpe: 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.)
--
1098180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098180
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xwpe
Version: 1.5.30a-4
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/xwpe_1.5.30a-4_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
[...]
| ^~~~~~~~~~~
we_fl_fkt.c:22:5: note: previous declaration of ‘e_read_info’ with type
‘int(void)’
22 | int e_read_info();
| ^~~~~~~~~~~
we_edit.c: In function ‘e_eingabe’:
we_edit.c:444:22: error: too many arguments to function ‘e_del_a_ind’; expected
0, have 2
444 | if (f->flg & 1) e_del_a_ind(b, s);
| ^~~~~~~~~~~ ~
we_edit.c:17:5: note: declared here
17 | int e_del_a_ind();
| ^~~~~~~~~~~
we_edit.c:483:4: error: too many arguments to function ‘e_tab_a_ind’; expected
0, have 2
483 | e_tab_a_ind(b, s);
| ^~~~~~~~~~~ ~
we_edit.c:18:5: note: declared here
18 | int e_tab_a_ind();
| ^~~~~~~~~~~
we_edit.c: In function ‘e_tst_cur’:
we_edit.c:676:10: error: too many arguments to function ‘e_help_next’; expected
0, have 2
676 | e_help_next(f, 0);
| ^~~~~~~~~~~ ~
we_edit.c:19:5: note: declared here
19 | int e_help_next();
| ^~~~~~~~~~~
we_edit.c:681:10: error: too many arguments to function ‘e_help_next’; expected
0, have 2
681 | e_help_next(f, 1);
| ^~~~~~~~~~~ ~
we_edit.c:19:5: note: declared here
19 | int e_help_next();
| ^~~~~~~~~~~
we_edit.c: At top level:
we_edit.c:1254:5: error: conflicting types for ‘e_tab_a_ind’; have ‘int(BUFFER
*, SCHIRM *)’ {aka ‘int(struct BFF *, struct SCHRM *)’}
1254 | int e_tab_a_ind(BUFFER *b, SCHIRM *s)
| ^~~~~~~~~~~
we_edit.c:18:5: note: previous declaration of ‘e_tab_a_ind’ with type
‘int(void)’
18 | int e_tab_a_ind();
| ^~~~~~~~~~~
we_edit.c:1372:5: error: conflicting types for ‘e_del_a_ind’; have ‘int(BUFFER
*, SCHIRM *)’ {aka ‘int(struct BFF *, struct SCHRM *)’}
1372 | int e_del_a_ind(BUFFER *b, SCHIRM *s)
| ^~~~~~~~~~~
we_edit.c:17:5: note: previous declaration of ‘e_del_a_ind’ with type
‘int(void)’
17 | int e_del_a_ind();
| ^~~~~~~~~~~
we_edit.c: In function ‘e_autosave’:
we_edit.c:2051:9: error: too many arguments to function ‘e_make_postf’;
expected 0, have 3
2051 | str = e_make_postf(str, f->datnam, ".ASV");
| ^~~~~~~~~~~~ ~~~
we_edit.c:16:7: note: declared here
16 | char *e_make_postf();
| ^~~~~~~~~~~~
make[1]: *** [Makefile:107: we_fl_fkt.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:107: we_edit.o] Error 1
we_fl_unix.c: In function ‘e_ed_man’:
we_fl_unix.c:3419:43: warning: ‘%s’ directive writing up to 255 bytes into a
region of size 243 [-Wformat-overflow=]
3419 | sprintf(command, " man -s %s %s > \'%s\' 2> /dev/null", nstr,
hstr, tstr);
| ^~
~~~~
we_fl_unix.c:3419:7: note: ‘sprintf’ output 28 or more bytes (assuming 283)
into a destination of size 256
3419 | sprintf(command, " man -s %s %s > \'%s\' 2> /dev/null", nstr,
hstr, tstr);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
we_fl_unix.c:3417:37: warning: ‘%s’ directive writing up to 255 bytes into a
region of size 247 [-Wformat-overflow=]
3417 | sprintf(command, " man %s > \'%s\' 2> /dev/null", hstr, tstr);
| ^~ ~~~~
we_fl_unix.c:3417:7: note: ‘sprintf’ output 24 or more bytes (assuming 279)
into a destination of size 256
3417 | sprintf(command, " man %s > \'%s\' 2> /dev/null", hstr, tstr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/reproducible-path/xwpe-1.5.30a'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xwpe
Source-Version: 1.5.30a-4.1
Done: Juan Manuel Méndez Rey <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xwpe, 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.
Juan Manuel Méndez Rey <[email protected]> (supplier of updated xwpe
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: Mon, 25 May 2026 09:15:00 +0200
Source: xwpe
Architecture: source
Version: 1.5.30a-4.1
Distribution: unstable
Urgency: medium
Maintainer: Francesco Paolo Lovergine <[email protected]>
Changed-By: Juan Manuel Méndez Rey <[email protected]>
Closes: 634813 947491 1048448 1098180
Changes:
xwpe (1.5.30a-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Andreas Tille ]
* Maintain package in Debian team on Salsa with maintainer conset
* Secure URI in Homepage and Source
* d/watch: version=5
* Standards-Version: 4.7.4 (Removed Priority field)
* Drop libncurses5-dev as alternative from Build-Depends
* Fix clean target
Closes: #1048448
.
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_configure pass --host to ./configure.
Closes: #947491
.
[ Robert Millan ]
* Replace hardcoded list of non-Linux architectures
Closes: #634813
.
[ Juan Manuel Méndez Rey ]
* Fix FTBFS with GCC 15: skip dh_autoreconf (configure.in incompatible
with autoconf 2.73) and call configure directly. (Closes: #1098180)
* Fix terminal left in bad state after wpe exits.
* Fix X11 support: pass --with-x and multiarch library path to configure.
* Fix blhc hardening: merge CPPFLAGS into CFLAGS and LDFLAGS into LIBS
since the old Makefile.in only uses those two variables.
Checksums-Sha1:
49c4b711b29b77991b712d494bedd486c03cd234 1940 xwpe_1.5.30a-4.1.dsc
c0dc9b8f08be64c80f0c799ef50977e8658a7349 8060 xwpe_1.5.30a-4.1.debian.tar.xz
f36ff5e5e1d08683f937b5f127a58efb2a9ac7f3 6386 xwpe_1.5.30a-4.1_amd64.buildinfo
Checksums-Sha256:
5c8c27cfc7ed73bc4fcfcd0b1b199ae2c9117257a9fea2f187e10d1e40779da2 1940
xwpe_1.5.30a-4.1.dsc
8668f451376c0f5bddae0ea96401011565d38596636e6a2d54b0984d8b1f36bf 8060
xwpe_1.5.30a-4.1.debian.tar.xz
c5f574a593b1bee97df1c30bdb0e190499e81cf44136e9ecae6c296a4e4cae7d 6386
xwpe_1.5.30a-4.1_amd64.buildinfo
Files:
ca21d26f6c2cfeac2b604a301dc281ce 1940 editors optional xwpe_1.5.30a-4.1.dsc
9cadf7dacd53da34bccbb20ebb396af7 8060 editors optional
xwpe_1.5.30a-4.1.debian.tar.xz
d5379fd4fb7c63ec64ed8bd814b74a7d 6386 editors optional
xwpe_1.5.30a-4.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmoUad4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHQiQ//RAeq4YUeE2udDbUoB9otnJnWr7PtDObD
DNv/dC8dH+Tl7IaMrCWlatjfsfJIBleU/Ms54O77Ni2yVj+pGyNTEbOd4v63bamc
Zd61hOleL6MlLOlnxnv3NtQ3c0rOc87OKNEtUDIBC+X6qnIHdDxSJFTf4vmn5uDc
koUwSmeQzm6T7C9mW6UBv0PicWvHWdB1oZNxqutG4xHqO8xygI0F3THAmokFvyrB
ZkMdg6wPLtIY+jfVWPMamu9EwG75xoFQ+2AA4RSJVnpVLdidZVwbgAdEfYxgMwrg
jt7nwqy8ehsM7CrGoIkqPmNQJDLXb0e2fHqjOjURfePg8YbvC0G5dSq65a9FP6Z4
QVFZ35/Cmn9lOekNZ7NMD0CtWltDPvsVwYnn2x9NCbi/GXJ9k9ryX3tJY79Pn4QQ
doQuLin9iXaTwO2Zsi8L0sQwuldq3gJeT2XpqIRhSbIaIXngvWoEeUOObC2/tC5Y
PQt+S4Hdnv1SD/jTZRQRRIyumu5e55eGiOdW+7tBQPoRCqCeGOP/Ery8P22ZN0CE
NdA1wjZQ63v8ZqvZ1slqxwXMZ/l1g2Ehh2lg6F8q2Z/qfudM3NwipfpMeofO1VNC
B3+6n3YEVt0KgoK+QjuNhutazOlxpHZ/oYtrqpEY7gncZ4yjrbzsBc6fOH0IzYZz
etf3YwhQsmU=
=hJaU
-----END PGP SIGNATURE-----
pgpmzZHwL2nm0.pgp
Description: PGP signature
--- End Message ---