Your message dated Thu, 11 Sep 2025 18:04:20 +0000
with message-id <[email protected]>
and subject line Bug#1096296: fixed in alevt 1:1.8.3-1
has caused the Debian Bug report #1096296,
regarding alevt: 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.)
--
1096296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alevt
Version: 1:1.8.2-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/alevt_1.8.2-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
[...]
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/reproducible-path/alevt-1.8.2'
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o main.o main.c
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ui.o ui.c
cc bdf2xbm.c -o bdf2xbm
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o fdset.o fdset.c
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o vbi.o vbi.c
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cache.o cache.c
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o help.o help.c
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o edline.o
edline.c
cc -O2 -g -w -DVERSION=\"1.8.2\" -DWITH_PNG -I/usr/X11R6/include
-I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o search.o
search.c
cache.c: In function ‘cache_foreach_pg’:
cache.c:199:17: error: too many arguments to function ‘func’; expected 0, have 2
199 | if (func(data, vtp))
| ^~~~ ~~~~
make[1]: *** [<builtin>: cache.o] Error 1
make[1]: *** Waiting for unfinished jobs....
ui.c: In function ‘do_next_pgno’:
ui.c:159:57: error: passing argument 5 of ‘w->vbi->cache->op->foreach_pg’ from
incompatible pointer type [-Wincompatible-pointer-types]
159 | pgno, subno, dir, subs ? _next_subno:_next_pgno,
&arg))
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
| |
| int (*)(int *,
struct vt_page *)
ui.c:159:57: note: expected ‘int (*)(void)’ but argument is of type ‘int
(*)(int *, struct vt_page *)’
edline.c: In function ‘do_exit’:
edline.c:13:5: error: too many arguments to function ‘el->exit_func’; expected
0, have 2
13 | el->exit_func(el->exit_data, buf);
| ^~ ~~~~~~~~~~~~~
In file included from edline.c:6:
edline.h:13:12: note: declared here
13 | void (*exit_func)();
| ^~~~~~~~~
edline.c: In function ‘ev_handler’:
edline.c:108:5: error: too many arguments to function ‘el->old_handler’;
expected 0, have 2
108 | el->old_handler(el->old_data, ev);
| ^~ ~~~~~~~~~~~~
edline.h:15:12: note: declared here
15 | void (*old_handler)();
| ^~~~~~~~~~~
edline.c: In function ‘edline_new’:
edline.c:133:21: error: assignment to ‘void (*)(void)’ from incompatible
pointer type ‘void (*)(void *, struct vt_event *)’
[-Wincompatible-pointer-types]
133 | el->old_handler = xw->handler; //TODO: func to retrieve curr
handler
| ^
make[1]: *** [<builtin>: edline.o] Error 1
search.c: In function ‘search_next’:
search.c:121:65: error: passing argument 5 of ‘s->cache->op->foreach_pg’ from
incompatible pointer type [-Wincompatible-pointer-types]
121 |
search_pg, s);
|
^~~~~~~~~
| |
| int
(*)(struct search *, struct vt_page *)
search.c:121:65: note: expected ‘int (*)(void)’ but argument is of type ‘int
(*)(struct search *, struct vt_page *)’
search.c:58:1: note: ‘search_pg’ declared here
58 | search_pg(struct search *s, struct vt_page *vtp)
| ^~~~~~~~~
make[1]: *** [<builtin>: search.o] Error 1
make[1]: *** [<builtin>: ui.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/alevt-1.8.2'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: alevt
Source-Version: 1:1.8.3-1
Done: Gwen Weinholt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
alevt, 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.
Gwen Weinholt <[email protected]> (supplier of updated alevt 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: Thu, 11 Sep 2025 19:44:40 +0200
Source: alevt
Architecture: source
Version: 1:1.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Gwen Weinholt <[email protected]>
Changed-By: Gwen Weinholt <[email protected]>
Closes: 1096296 1099427
Changes:
alevt (1:1.8.3-1) unstable; urgency=medium
.
* New upstream release. Fixes a build error with GCC 15.
Thanks to Matthias Klose for the report (closes: #1096296).
* debian/patches/do_not_hardcode_cflags: Do not override default
build flags (closes: #1099427).
* debian/watch: Rewrite using version 5 of the format, fixing yet
another breakage caused by GitLab changes.
Checksums-Sha1:
d862a5aa9b3640861dcb5edd5f5fbaf0ad7b08ce 1712 alevt_1.8.3-1.dsc
afd34320fb16420113d4dd6892247148f6474d84 160628 alevt_1.8.3.orig.tar.gz
d477193d4788c22644c1768ad22ad4f731edf3f1 6740 alevt_1.8.3-1.debian.tar.xz
926e7380cd91b1f52872a1fd4988f259e9ce2154 6249 alevt_1.8.3-1_source.buildinfo
Checksums-Sha256:
3d8a656733eec0730422e42df4270102aa45c7ea9f011fabaff5b37b3557ebf3 1712
alevt_1.8.3-1.dsc
6461e58bbca6101f9a0fe249ce184e2334bdfb5dae3f533eb579368466561f7e 160628
alevt_1.8.3.orig.tar.gz
6ba367cd4e83e27b2dd9d6bb7fd10f5bdf91b6381b407906cccf5973cb3a8a55 6740
alevt_1.8.3-1.debian.tar.xz
7bbd3eb2ceb4decc5127e939c33b1ad5e95d7f79bebd8d3bc97f2533da5a2907 6249
alevt_1.8.3-1_source.buildinfo
Files:
75c8212ee03a1d3441ce1a9823a3c47e 1712 x11 optional alevt_1.8.3-1.dsc
7a232cfb2ff49972eef1d1182a4442ee 160628 x11 optional alevt_1.8.3.orig.tar.gz
9b7d056074f77c97fe96f5b6e95be30c 6740 x11 optional alevt_1.8.3-1.debian.tar.xz
ddb1d3ab8802c10b844e0c73743196a5 6249 x11 optional
alevt_1.8.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEENcUspJdnK0ANRheT3YObdI8QrU0FAmjDDPwACgkQ3YObdI8Q
rU0yRw/7BfQaw+33azy8MgZJTy/Aousc6+575nf4M9Nq2vOlVsZJy72wOLFm/iuP
O2KgzVsC3+ecJs7UHhViRhvTlhyvf2Gmwuzch1RIWTZljvTrvSE5z31BRhMOCr8z
mziiIm2I2pPfbUt+xcM69YAVagG6IGSwCz3vNIn0RL6MI+HIHNGLsEJHHtrkf0ec
XVSzgKSa4sBjYz/U1ojYmYG1sMOrcGOmw1pBn46I7XtG/708iZR0GuV+LBTiPiR8
28Gyk6lMCrkP6JUNy8ckEbGAgI98vWLL/fHT+CaC0TPE/I68ySo+G43g2nKvjds/
yUWbX1XvWZpU3Cd2LigKc6Jdw2JgoLAHBpwRHCCs/jJYWPRshp5Kx5ZkIMkuXSeF
SaoWb4qHGuDj7AizsIgp20ytOaQT14s/iIer3zf1jwoXiODQ2bt03gn8Fuea5k+e
0Ohq04gn+gJG7c92//NkHnxIc8Dh2x436aa8wf6S0BDfA7+QqHypIUZlUlmzcIe+
oFgHvfDqnrEuD0NAjGVh10PbYFkCMsv1ZoUYZmKOeX8ldvGcFybDHaPEvwCaIg9e
VTfHj9C7QjvzHtcT0yfWlKwR/w1zVez+pM6km2VjxRC+wuT7hJSvVzc3w/ttIr5P
S5iJMpmHhZM1slbZWdxLBezQsp0sdl+LALPBw+h4dW5XweRsekM=
=dFfv
-----END PGP SIGNATURE-----
pgp_iK6ntloaL.pgp
Description: PGP signature
--- End Message ---