Your message dated Thu, 27 Nov 2025 14:54:03 +0000
with message-id <[email protected]>
and subject line Bug#1075697: fixed in yersinia 0.8.2-2.3
has caused the Debian Bug report #1075697,
regarding yersinia: ftbfs with GCC-14
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.)
--
1075697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075697
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:yersinia
Version: 0.8.2-2.2
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/yersinia_0.8.2-2.2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
| ^~~~
dot1q.c:1033:52: note: directive argument in the range [0, 4096]
1033 | snprintf(field_values[DOT1Q_CFI2], 3,
"%02X",(ntohs(*cursor) & 0x1000));
| ^~~~~~
dot1q.c:1033:13: note: ‘snprintf’ output between 3 and 5 bytes into a
destination of size 3
1033 | snprintf(field_values[DOT1Q_CFI2], 3,
"%02X",(ntohs(*cursor) & 0x1000));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dot1q.c:1229:52: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
1229 | snprintf(field_values[DOT1Q_IP_PROTO], 3, "%02d",*(ip+9));
| ^
dot1q.c:1229:5: note: ‘snprintf’ output between 3 and 4 bytes into a
destination of size 3
1229 | snprintf(field_values[DOT1Q_IP_PROTO], 3, "%02d",*(ip+9));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dot1q.c: In function ‘dot1q_get_printable_store’:
dot1q.c:1288:49: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
1288 | snprintf(field_values[DOT1Q_VLAN1], 5, "%04d", dot1q_tmp->vlan1);
| ^
dot1q.c:1288:5: note: ‘snprintf’ output between 5 and 6 bytes into a
destination of size 5
1288 | snprintf(field_values[DOT1Q_VLAN1], 5, "%04d", dot1q_tmp->vlan1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dot1q.c:1296:49: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
1296 | snprintf(field_values[DOT1Q_VLAN2], 5, "%04d", dot1q_tmp->vlan2);
| ^
dot1q.c:1296:5: note: ‘snprintf’ output between 5 and 6 bytes into a
destination of size 5
1296 | snprintf(field_values[DOT1Q_VLAN2], 5, "%04d", dot1q_tmp->vlan2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dot1q.c:1311:52: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
1311 | snprintf(field_values[DOT1Q_IP_PROTO], 3,
"%02d",dot1q_tmp->ip_proto);
| ^
dot1q.c:1311:5: note: ‘snprintf’ output between 3 and 4 bytes into a
destination of size 3
1311 | snprintf(field_values[DOT1Q_IP_PROTO], 3,
"%02d",dot1q_tmp->ip_proto);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc `/usr/bin/libnet-config --defines` -DHAVE_CONFIG_H -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-c -o vtp.o vtp.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from vtp.c:31:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
vtp.c: In function ‘vtp_get_printable_packet’:
vtp.c:1277:10: warning: pointer targets in assignment from ‘char *’ to
‘u_int8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]
1277 | aux2 = libnet_addr2name4(aux_long2, LIBNET_DONT_RESOLVE);
| ^
vtp.c:1278:39: warning: pointer targets in passing argument 2 of ‘strncpy’
differ in signedness [-Wpointer-sign]
1278 | strncpy(field_values[VTP_UPDATER],aux2,16);
| ^~~~
| |
| u_int8_t * {aka unsigned char *}
In file included from vtp.c:58:
/usr/include/string.h:145:46: note: expected ‘const char * restrict’ but
argument is of type ‘u_int8_t *’ {aka ‘unsigned char *’}
145 | const char *__restrict __src, size_t __n)
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
vtp.c: In function ‘vtp_load_values’:
vtp.c:1529:36: error: passing argument 1 of ‘ntohs’ makes integer from pointer
without a cast [-Wint-conversion]
1529 | vtp->start_val = ntohs(aux_short2);
| ^~~~~~~~~~
| |
| u_int16_t * {aka short unsigned int
*}
In file included from vtp.c:44:
/usr/include/netinet/in.h:398:33: note: expected ‘uint16_t’ {aka ‘short
unsigned int’} but argument is of type ‘u_int16_t *’ {aka ‘short unsigned int
*’}
398 | extern uint16_t ntohs (uint16_t __netshort)
| ~~~~~~~~~^~~~~~~~~~
make[3]: *** [Makefile:455: vtp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:353: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:460: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:42: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: yersinia
Source-Version: 0.8.2-2.3
Done: Sudip Mukherjee <[email protected]>
We believe that the bug you reported is fixed in the latest version of
yersinia, 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.
Sudip Mukherjee <[email protected]> (supplier of updated yersinia
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, 24 Nov 2025 14:14:51 +0000
Source: yersinia
Architecture: source
Version: 0.8.2-2.3
Distribution: unstable
Urgency: medium
Maintainer: Noël Köthe <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 1075697
Changes:
yersinia (0.8.2-2.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with gcc-15. (Closes: #1075697)
Checksums-Sha1:
9c24318f7891a01ac8e2132cdcc1f63233431b11 1812 yersinia_0.8.2-2.3.dsc
46c61b0eed1e0d7597e3000809ada38606a11612 6420 yersinia_0.8.2-2.3.debian.tar.xz
f5ffb0459f16dc8675aabc55a0175a56c822f12d 7570
yersinia_0.8.2-2.3_amd64.buildinfo
Checksums-Sha256:
3c63cf334080ba954e250f77be0cb9a004c9a6d784c3f33284214ef1878f4e4c 1812
yersinia_0.8.2-2.3.dsc
89d883d09751bcc5ee69c1aa64dbe75d310e6e471eefb2ec3693ca4a08760dec 6420
yersinia_0.8.2-2.3.debian.tar.xz
ebf27dc45a57554b6e67904261dd555021921fa31ce754901dc367605cc25aa6 7570
yersinia_0.8.2-2.3_amd64.buildinfo
Files:
3818f8c5cd92834b5c8bf51c92f0397e 1812 admin optional yersinia_0.8.2-2.3.dsc
2c6d251d29fb7f8d2549ed97a67cf739 6420 admin optional
yersinia_0.8.2-2.3.debian.tar.xz
01bdddd60d7db5584f9159d79ba174cd 7570 admin optional
yersinia_0.8.2-2.3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmkkaagACgkQR5mjUUbR
KzUr6g/+OEM98AxLh1Pyh7Ek0slR+X1gTjnP/Wet3/XRE11m2N/RRXoRvGlE0fkw
K72ahnC/ZH35MVdJGsBWqEiT1ziONliJJgUFDYi0DfJ2jAZG4hd/YyBcEcuTCDGK
drlKayjMsF9zyFShsQRcCKGebrmp3iOEApHKJedLjUMFkLSBJOQYO00jdKbAyK3W
C7itS4NTJRQnxpibVNjOqkW/LqI6NpRTF9Qu3QA4dRHhOSCUqrVHjjnrXEok0jJW
CC9cxGVRG1UgbZF9pU4orU99lCfsXQuRpardYT4UJ2pYWw4cu0PM9NP/QnsC4NL4
YXBngc+sdxOxHEkHAIJkmy262fbtx/4yVJn2EVt4pzdPlMbK8NwEgh4jGqJ5NWVH
Py+M987IzgU9yy4ZNBn67nsWOLgQiOPM0H5fMIVvGX8y5d7130oAN6qHIWoNEBrX
YUmm8ZGJ1xdylXJI2eV1MxPcbqyHq17pWwZn73j4u53Pat86oUjGVw5utd6MX0ZK
6/6v17UOnHuqhdGQ3nh8TFk+/mPTULgyyMQV3OMPx9WQOFKSlnDVDabNYHggF4AN
UDWZQDA/WDTQZgm63Kp2d2e8WSEKNBuSJvP13IHMXskUt9lZZ8+AQIDtEJXhRqsf
CXhqfZ9ga3AyDYBRE3sENUb2jw7/aC0WN2xwWwm4J3gtzgeqm68=
=bBW8
-----END PGP SIGNATURE-----
pgpnDYmagIdx6.pgp
Description: PGP signature
--- End Message ---