Your message dated Sat, 06 Sep 2025 23:19:52 +0000
with message-id <[email protected]>
and subject line Bug#1096645: fixed in force-ip-protocol 0.2.0-4
has caused the Debian Bug report #1096645,
regarding force-ip-protocol: 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.)
--
1096645: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096645
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:force-ip-protocol
Version: 0.2.0-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/force-ip-protocol_0.2.0-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
[...]
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for sys/socket.h... yes
checking for netdb.h... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/force-ip-protocol-0.2.0'
make all-am
make[2]: Entering directory '/build/reproducible-path/force-ip-protocol-0.2.0'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE_IPV4 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/force-ip-protocol-0.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o
libforce_ip_protocol_ipv4_la-force-ip-protocol-ipv4-or-ipv6.lo `test -f
'force-ip-protocol-ipv4-or-ipv6.c' || echo './'`force-ip-protocol-ipv4-or-ipv6.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE_IPV6 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/force-ip-protocol-0.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o
libforce_ip_protocol_ipv6_la-force-ip-protocol-ipv4-or-ipv6.lo `test -f
'force-ip-protocol-ipv4-or-ipv6.c' || echo './'`force-ip-protocol-ipv4-or-ipv6.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-fPIC -DUSE_IPV6 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/force-ip-protocol-0.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c force-ip-protocol-ipv4-or-ipv6.c
-fPIC -DPIC -o
.libs/libforce_ip_protocol_ipv6_la-force-ip-protocol-ipv4-or-ipv6.o
force-ip-protocol-ipv4-or-ipv6.c: In function 'getaddrinfo':
force-ip-protocol-ipv4-or-ipv6.c:49:17: error: too many arguments to function
'getaddrinfo_org'; expected 0, have 4
49 | return (getaddrinfo_org(hostname, servname, hints2, res));
| ^~~~~~~~~~~~~~~ ~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-fPIC -DUSE_IPV4 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/force-ip-protocol-0.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c force-ip-protocol-ipv4-or-ipv6.c
-fPIC -DPIC -o
.libs/libforce_ip_protocol_ipv4_la-force-ip-protocol-ipv4-or-ipv6.o
make[2]: *** [Makefile:532:
libforce_ip_protocol_ipv6_la-force-ip-protocol-ipv4-or-ipv6.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
force-ip-protocol-ipv4-or-ipv6.c: In function 'getaddrinfo':
force-ip-protocol-ipv4-or-ipv6.c:49:17: error: too many arguments to function
'getaddrinfo_org'; expected 0, have 4
49 | return (getaddrinfo_org(hostname, servname, hints2, res));
| ^~~~~~~~~~~~~~~ ~~~~~~~~
make[2]: *** [Makefile:525:
libforce_ip_protocol_ipv4_la-force-ip-protocol-ipv4-or-ipv6.lo] Error 1
make[2]: Leaving directory '/build/reproducible-path/force-ip-protocol-0.2.0'
make[1]: *** [Makefile:392: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/force-ip-protocol-0.2.0'
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: force-ip-protocol
Source-Version: 0.2.0-4
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
force-ip-protocol, 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.
Thorsten Alteholz <[email protected]> (supplier of updated force-ip-protocol
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, 06 Sep 2025 18:42:59 +0200
Source: force-ip-protocol
Architecture: source
Version: 0.2.0-4
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1096645
Changes:
force-ip-protocol (0.2.0-4) unstable; urgency=medium
.
* debian/control: bump standard to 4.7.2 (no changes)
* add gcc15.patch (Closes: #1096645)
Checksums-Sha1:
c039dff0f138cde208a5d48f6189c2ef12689189 2099 force-ip-protocol_0.2.0-4.dsc
4a66b5196ed448c181a3a92519a32f7d6120429c 9685
force-ip-protocol_0.2.0.orig.tar.gz
e8176c31d1d5a1a0320632f6bb5cbbadbf34ca32 1892
force-ip-protocol_0.2.0-4.debian.tar.xz
df8eb369682f74df7587c188e774a2a75615f7a8 6325
force-ip-protocol_0.2.0-4_amd64.buildinfo
Checksums-Sha256:
30bdb1c211dc00a2f8bfe06d56a64aa51de94816a7e6bc45fb8e9464fb759d75 2099
force-ip-protocol_0.2.0-4.dsc
56e2321e7e1814508ebb4eead7edf18e92305f6f77352c631458007bd5fa2d6e 9685
force-ip-protocol_0.2.0.orig.tar.gz
577798c5e03abdcec5817ca4e9262ac243b980af943cfa518fa3105260bf292c 1892
force-ip-protocol_0.2.0-4.debian.tar.xz
c028327a7c2fbde421a7ea2bea95669833a55151028962355f5033badbdf3077 6325
force-ip-protocol_0.2.0-4_amd64.buildinfo
Files:
c5e84bc703942eb9515e7dfc430451e1 2099 net optional
force-ip-protocol_0.2.0-4.dsc
af7f32df922cde3adc305c8f43fa5078 9685 net optional
force-ip-protocol_0.2.0.orig.tar.gz
7d3a14472bb173b7c4e13c6d3498061c 1892 net optional
force-ip-protocol_0.2.0-4.debian.tar.xz
d9351b79cadacba9aa1a095d9a92b827 6325 net optional
force-ip-protocol_0.2.0-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmi8vXJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR7u6EACwd8dawc1cRLrYUsIyX/n1FC6mKiEe
pHZjRa2kNuMEXPksFtaAy45wv9G11klnzCJB/O1LLH2AAvUCgmyKgE88eTmhWSvA
8oH6VXIp3XxsQqzjkwf7xPNSNLadoZLgMJbBoBg8l6KFj+QnAnFtHo0QDk/SKdqi
NjppASEbkh8Ggf2XtxKvuNJYphLjM9EaBtrTbNepJxxSVedaqkYUZOpEf1pPZPCR
acnEEmlcnYbM10/9dpsSaBP6nlfQ5N34N/wn9Nwee5bU0PO9nWLZEeZEpoLqQnlT
5f/XwUcL+xHkWH93eYxl9d5nju1yboNRJ/HzVRA/s4CoOaPzBOPayeox8f9dnBux
na7MRBDpFNQFokdDbc2rFBM8GcH/KVoqhuZjzbDzsrlHyvP6tihGJOPzs9haOK3z
Kx91I+VX7vETsLVGeWQ9DZgrz7w4An5Z9KQ8Ptj6plPscdFa1+PhToAfBJZ229mf
/pcQmbev/ekIGxfiK9HEifE4TTZk/sxqcs5zG2eczXKOCG/KVrQvdlo2LdVsy/2j
0ozVRnHWj0eihsiDy0MOwK65ZH4Xy081yOivmLZ+tRO0KRS/V1lqn1EOD421TEOs
Q4L6v8sq2sZgiYitm6U0DRUY8mz56vLtqPtQwzjEJQ9VLsjjv7oCqWo4gzwyKpRM
RJ93OAQCKrClTA==
=C7jL
-----END PGP SIGNATURE-----
pgp11sAqADR0j.pgp
Description: PGP signature
--- End Message ---