Your message dated Mon, 06 Oct 2025 10:49:06 +0000
with message-id <[email protected]>
and subject line Bug#1096521: fixed in dia2code 0.8.3-4.4
has caused the Debian Bug report #1096521,
regarding dia2code: 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.)
--
1096521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096521
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dia2code
Version: 0.8.3-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/dia2code_0.8.3-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
[...]
config.status: creating config.h
config.status: executing depfiles commands
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/dia2code-0.8.3'
make all-recursive
make[2]: Entering directory '/build/reproducible-path/dia2code-0.8.3'
Making all in dia2code
make[3]: Entering directory '/build/reproducible-path/dia2code-0.8.3/dia2code'
Making all in docs
make[4]: Entering directory
'/build/reproducible-path/dia2code-0.8.3/dia2code/docs'
Making all in en
make[5]: Entering directory
'/build/reproducible-path/dia2code-0.8.3/dia2code/docs/en'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory
'/build/reproducible-path/dia2code-0.8.3/dia2code/docs/en'
make[5]: Entering directory
'/build/reproducible-path/dia2code-0.8.3/dia2code/docs'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory
'/build/reproducible-path/dia2code-0.8.3/dia2code/docs'
make[4]: Leaving directory
'/build/reproducible-path/dia2code-0.8.3/dia2code/docs'
make[4]: Entering directory '/build/reproducible-path/dia2code-0.8.3/dia2code'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o dia2code.o dia2code.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o parse_diagram.o parse_diagram.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o scan_tree.o scan_tree.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o generate_code_c.o
generate_code_c.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o generate_code_java.o
generate_code_java.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o generate_code_cpp.o
generate_code_cpp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -DDSO -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dia2code-0.8.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o generate_code_ada.o
generate_code_ada.c
dia2code.c:646:6: error: conflicting types for ‘d2c_indent’; have ‘void(FILE *)’
646 | void d2c_indent(FILE *f)
| ^~~~~~~~~~
In file included from dia2code.c:18:
dia2code.h:235:6: note: previous declaration of ‘d2c_indent’ with type
‘void(void)’
235 | void d2c_indent();
| ^~~~~~~~~~
dia2code.c:651:6: error: conflicting types for ‘d2c_outdent’; have ‘void(FILE
*)’
651 | void d2c_outdent(FILE *f)
| ^~~~~~~~~~~
dia2code.h:236:6: note: previous declaration of ‘d2c_outdent’ with type
‘void(void)’
236 | void d2c_outdent();
| ^~~~~~~~~~~
make[4]: *** [Makefile:480: dia2code.o] Error 1
make[4]: *** Waiting for unfinished jobs....
generate_code_ada.c: In function ‘gen_class’:
generate_code_ada.c:284:33: warning: ‘.Object’ directive writing 7 bytes into a
region of size between 1 and 80 [-Wformat-overflow=]
284 | sprintf (parentname, "%s.Object", parent->key->name);
| ^~~~~~~
In file included from /usr/include/stdio.h:970,
from /usr/include/malloc.h:25,
from dia2code.h:23,
from generate_code_ada.c:20:
In function ‘sprintf’,
inlined from ‘gen_class’ at generate_code_ada.c:284:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 8 and 87 bytes into a destination of
size 80
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/build/reproducible-path/dia2code-0.8.3/dia2code'
make[3]: *** [Makefile:496: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/dia2code-0.8.3/dia2code'
make[2]: *** [Makefile:369: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/dia2code-0.8.3'
make[1]: *** [Makefile:310: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/dia2code-0.8.3'
dh_auto_build: error: make -j8 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: dia2code
Source-Version: 0.8.3-4.4
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dia2code, 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.
Adrian Bunk <[email protected]> (supplier of updated dia2code 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, 22 Sep 2025 22:54:46 +0300
Source: dia2code
Architecture: source
Version: 0.8.3-4.4
Distribution: unstable
Urgency: medium
Maintainer: Francesco Aloe <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096521
Changes:
dia2code (0.8.3-4.4) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1096521)
Checksums-Sha1:
400edb0e2466bc766ad2541e8d799ef5eb6a70bc 1778 dia2code_0.8.3-4.4.dsc
eab7e2010627db8623988aca5816d8987651394a 7776 dia2code_0.8.3-4.4.debian.tar.xz
Checksums-Sha256:
4ec0f661b3e3750ce2b09bd1d614e8363e70c1c91c201f723359b7feda8fb897 1778
dia2code_0.8.3-4.4.dsc
f7ab127a496b93ac8f7b8cb6d103ef1a2e57f429ac713c808192fe435e632132 7776
dia2code_0.8.3-4.4.debian.tar.xz
Files:
cdc9b7417f375fff45731dac2163a564 1778 devel optional dia2code_0.8.3-4.4.dsc
00df7d21215874e43c84d13ecd82caf4 7776 devel optional
dia2code_0.8.3-4.4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjRrkUACgkQiNJCh6LY
mLFaEw/7BsFYrQncWqCncLiSv/UARbx2mW+x3UniFaamPc+MjhDBgdXj6IAvFW5I
/JmhFCXUhR2algQo6nDCrSaehjEoKHiznu3UukgyUfSFyuD6EXDH1iueTn2dKJ2v
rpqHiHUGFtN6r4Y1KTHZp3gB+VX5LJmfSaN3bObeygBMdp2nkZYtk0D+qeF5CMoS
ePwZ1hcIlTzp2cqCNaNPEjBQd3T4CSj/WDdc7z0pxhbECQkYbYd24ex/aITW8BHI
lW8/+kItuZIZhvKSf5K/0N8m8AfND9+R0jMJ3j+ndcATyjb8fdDIHb61aPHcHmyK
hzwmrM43H52AymPIig83bKA59vQEqoYui9PaPzDW9reSWVYYkF2OIhMNeb4PTDYo
4vL1B6vrxHNfh533L4EXswDzqgkMvxBYMbpTL8PK7qzlQe1su3fjiYNTb34hlL0a
nZb+laZg9TxAw8bx6Sz8rcwVe0XFREzzhW5vhKQaxaP37TS+WbnaITTDSqUaylxX
SSCea1zAqw5BpvDy45hqqlBst+e2i2Y/GdJgmwL9/DddAAyqBX4TLhaIrjM61ltF
2AG52uCUXWtUOvS7IqXQ7lsnGvc5mnU+1w/uVZ4L1DynWC7RxRG1hve7qnbSlkkq
06S1wiYkBP7tfdULwpAYTeeHChGdS2Iu4FaBPI/HD3myVUtNH3w=
=HemT
-----END PGP SIGNATURE-----
pgp_6QtlvV0I8.pgp
Description: PGP signature
--- End Message ---