Your message dated Fri, 5 Sep 2025 08:13:03 +0200
with message-id <[email protected]>
and subject line Fixed in 2.12
has caused the Debian Bug report #1096522,
regarding dico: 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.)
--
1096522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096522
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dico
Version: 2.11-4.3
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/dico_2.11-4.3_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
[...]
28 | char *uinttostr (unsigned int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:29:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
29 | char *umaxtostr (uintmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
In file included from ./dicod.h:46,
from regex.c:17:
../xdico/gnu/inttostr.h:25:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
25 | char *imaxtostr (intmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:26:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
26 | char *inttostr (int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:27:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
27 | char *offtostr (off_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:28:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
28 | char *uinttostr (unsigned int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:29:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
29 | char *umaxtostr (uintmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
In file included from ./dicod.h:46,
from result.c:17:
../xdico/gnu/inttostr.h:25:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
25 | char *imaxtostr (intmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:26:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
26 | char *inttostr (int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:27:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
27 | char *offtostr (off_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:28:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
28 | char *uinttostr (unsigned int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:29:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
29 | char *umaxtostr (uintmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
In file included from ./dicod.h:46,
from ostream.c:17:
../xdico/gnu/inttostr.h:25:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
25 | char *imaxtostr (intmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:26:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
26 | char *inttostr (int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:27:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
27 | char *offtostr (off_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:28:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
28 | char *uinttostr (unsigned int, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
../xdico/gnu/inttostr.h:29:1: warning: ‘nodiscard’ attribute ignored
[-Wattributes]
29 | char *umaxtostr (uintmax_t, char *) _GL_ATTRIBUTE_NODISCARD;
| ^~~~
make[6]: Leaving directory '/build/reproducible-path/dico-2.11/dicod'
make[5]: *** [Makefile:1772: all-recursive] Error 1
make[5]: Leaving directory '/build/reproducible-path/dico-2.11/dicod'
make[4]: *** [Makefile:1574: all] Error 2
make[4]: Leaving directory '/build/reproducible-path/dico-2.11/dicod'
make[3]: *** [Makefile:1661: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/dico-2.11'
make[2]: *** [Makefile:1520: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/dico-2.11'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/dico-2.11'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
fixed 1096522 2.12-3
quit
Seems to be fixed, see:
https://salsa.debian.org/debian/dico/-/jobs/8188064
--
أحمد المحمودي (Ahmed El-Mahmoudy)
Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
6E2E E4BB 72E2 F417 D066 6ABF 7B30 B496 A7EF 5761
8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
signature.asc
Description: PGP signature
--- End Message ---