Your message dated Sun, 19 Oct 2025 03:19:02 +0000
with message-id <[email protected]>
and subject line Bug#1096420: fixed in cde 0.1+git9-g551e54d-3
has caused the Debian Bug report #1096420,
regarding cde: 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.)
--
1096420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096420
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cde
Version: 0.1+git9-g551e54d-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/cde_0.1+git9-g551e54d-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
[...]
| ^~~~~~~~~~
syscall.c:243:57: warning: ‘qual_desc’ used but never defined
243 | static int qual_syscall(), qual_signal(), qual_fault(), qual_desc();
| ^~~~~~~~~
file.c:2616:1: warning: ‘decode_mknod’ defined but not used [-Wunused-function]
2616 | decode_mknod(struct tcb *tcp, int offset)
| ^~~~~~~~~~~~
file.c:2461:1: warning: ‘decode_chmod’ defined but not used [-Wunused-function]
2461 | decode_chmod(struct tcb *tcp, int offset)
| ^~~~~~~~~~~~
file.c:2311:1: warning: ‘decode_readlink’ defined but not used
[-Wunused-function]
2311 | decode_readlink(struct tcb *tcp, int offset)
| ^~~~~~~~~~~~~~~
file.c:2227:26: warning: ‘unlinkatflags’ defined but not used
[-Wunused-const-variable=]
2227 | static const struct xlat unlinkatflags[] = {
| ^~~~~~~~~~~~~
file.c:2060:1: warning: ‘decode_mkdir’ defined but not used [-Wunused-function]
2060 | decode_mkdir(struct tcb *tcp, int offset)
| ^~~~~~~~~~~~
file.c:1021:26: warning: ‘fileflags’ defined but not used
[-Wunused-const-variable=]
1021 | static const struct xlat fileflags[] = {
| ^~~~~~~~~
file.c:564:1: warning: ‘decode_access’ defined but not used [-Wunused-function]
564 | decode_access(struct tcb *tcp, int offset)
| ^~~~~~~~~~~~~
file.c:455:1: warning: ‘decode_open’ defined but not used [-Wunused-function]
455 | decode_open(struct tcb *tcp, int offset)
| ^~~~~~~~~~~
syscall.c:476:1: warning: ‘dumpio’ defined but not used [-Wunused-function]
476 | dumpio(struct tcb *tcp)
| ^~~~~~
syscall.c:375:1: warning: ‘qual_desc’ defined but not used [-Wunused-function]
375 | qual_desc(const char *s, int bitflag, int not)
| ^~~~~~~~~
syscall.c:369:1: warning: ‘qual_fault’ defined but not used [-Wunused-function]
369 | qual_fault(const char *s, int bitflag, int not)
| ^~~~~~~~~~
syscall.c:342:1: warning: ‘qual_signal’ defined but not used [-Wunused-function]
342 | qual_signal(const char *s, int bitflag, int not)
| ^~~~~~~~~~~
syscall.c:304:1: warning: ‘qual_syscall’ defined but not used
[-Wunused-function]
304 | qual_syscall(const char *s, int bitflag, int not)
| ^~~~~~~~~~~~
make[4]: *** [Makefile:543: syscall.o] Error 1
mv -f .deps/io.Tpo .deps/io.Po
file.c: In function ‘sprinttime’:
file.c:827:68: warning: ‘:’ directive output may be truncated writing 1 byte
into a region of size between 0 and 18 [-Wformat-truncation=]
827 | snprintf(buf, sizeof buf,
"%02d/%02d/%02d-%02d:%02d:%02d",
| ^
file.c:827:17: note: ‘snprintf’ output between 18 and 72 bytes into a
destination of size 32
827 | snprintf(buf, sizeof buf,
"%02d/%02d/%02d-%02d:%02d:%02d",
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
828 | tmp->tm_year + 1900, tmp->tm_mon + 1,
tmp->tm_mday,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
829 | tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/ipc.Tpo .deps/ipc.Po
mv -f .deps/desc.Tpo .deps/desc.Po
mv -f .deps/file.Tpo .deps/file.Po
mv -f .deps/strace.Tpo .deps/strace.Po
make[4]: Leaving directory
'/build/reproducible-path/cde-0.1+git9-g551e54d/strace-4.6'
make[3]: *** [Makefile:601: all-recursive] Error 1
make[3]: Leaving directory
'/build/reproducible-path/cde-0.1+git9-g551e54d/strace-4.6'
make[2]: *** [Makefile:375: all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/cde-0.1+git9-g551e54d/strace-4.6'
make[1]: *** [Makefile:7: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/cde-0.1+git9-g551e54d'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:38: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: cde
Source-Version: 0.1+git9-g551e54d-3
Done: Sergio Durigan Junior <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cde, 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.
Sergio Durigan Junior <[email protected]> (supplier of updated cde 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, 18 Oct 2025 23:07:11 -0400
Source: cde
Architecture: source
Version: 0.1+git9-g551e54d-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Sergio Durigan Junior <[email protected]>
Closes: 1096420
Changes:
cde (0.1+git9-g551e54d-3) unstable; urgency=medium
.
* Team upload.
* d/rules: Set std=c11 in CFLAGS; fix build with GCC 15. (Closes: #1096420)
Checksums-Sha1:
c414f2984d012ae2a378d6d42a697f224f5ddcfa 2004 cde_0.1+git9-g551e54d-3.dsc
9d503ecd4face43d28244cd606758fed625b8d3d 6640
cde_0.1+git9-g551e54d-3.debian.tar.xz
f1717d816fd1e9d6d908caca398e31e2203047bd 6080
cde_0.1+git9-g551e54d-3_source.buildinfo
Checksums-Sha256:
46c550ee56b9bf2bd8a52e6d21b6dddf92b23f1dcebe931371a01dbbea36e076 2004
cde_0.1+git9-g551e54d-3.dsc
c4a6d8e907f0de0514d9d58fd2b74e83a5b7fbc2cef9ced8d57c93d5d3a9bf10 6640
cde_0.1+git9-g551e54d-3.debian.tar.xz
093cd56742ceb6207268dcb2dc5dc7db7df105364d88a07efe6b9d4deeacb00e 6080
cde_0.1+git9-g551e54d-3_source.buildinfo
Files:
8ddc7508322e48db4af356f4145fac34 2004 utils optional
cde_0.1+git9-g551e54d-3.dsc
7750bc8500f0657d6fc1804caa73094f 6640 utils optional
cde_0.1+git9-g551e54d-3.debian.tar.xz
fe3636202d9ab3f63bb4e58598e7a308 6080 utils optional
cde_0.1+git9-g551e54d-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmj0VfwACgkQ0Ot2KGX8
Xjb7MhAApL2PjEXMTzXi9uZtkHdoUibd8DFNNDAAh0S7sr/lfm/DGmmgaxo4nIp7
IlIlhqz8IotVzyRWmsS8vppJLei0+zDgKPZuZuOgKK614HB5jgg+UlJXkxRxhmT8
M+Sln8Ytuz0IfaT9M+Iofz+T21WpRDxgmISASHKSjgMH8FGF50VbAajhBMyldlAb
8a6gwCeXfL0l6BPWXhdbmHa+D+0hBTn6U9O9VFbprCHaQs2nE1LxGMtETaHuRuyo
TJVfjoz90moFQYo1yr8SHPjSyLPvwbrVm1FVKFegY5nKo84O/7kxWqdBuFwkpklK
IfRaKSbI7uDxviwFuJC6iR+ryP0YADiFrAZdZ+eMU3Yty4hqtyUPoebopSXCgdLB
q9ubSGXiHQdPLvgH7U1adtvLn3sgi28MXaa3N3wgE6F75tRpgxfTm7CJL1Dd5iRl
kX87lHlAuZ2vZgc2S+/fEG+EP3BjCW2/JQUt1g49MpYG4qmxO7OF5o6vyR6IhPi7
CpH9MeRDZQgu/sDApNI1jEsiKAKzK3qRgbj3zuHLwkGUPRG9OmDW4mtd7vqTk1d4
Evh5Av07z+1YSDTbhDWbgfktD07w6gz6ZqXnlTLQxoQMFkKxoMa3zlQZ1xG8XTr9
6U0S2tJZlGW/j/+rrO4eVlxt5xWzqeMQu2H2w5xQtBdJzQJNx7s=
=l455
-----END PGP SIGNATURE-----
pgpnkEnmg6oFO.pgp
Description: PGP signature
--- End Message ---