Acknowledgement sent
to Matthias Klose <[email protected]>:
New Bug report received and forwarded. Copy sent to Anibal Monsalve Salazar <[email protected]>.
(Mon, 17 Feb 2025 17:07:01 GMT) (full text, mbox, link).
Package: src:bootp
Version: 2.4.3-21
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/bootp_2.4.3-21_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
[...]
1545 | adjust(s)
| ^~~~~~
readfile.c: In function ‘eat_whitespace’:
readfile.c:1570:1: warning: old-style function definition [-Wold-style-definition]
1570 | eat_whitespace(s)
| ^~~~~~~~~~~~~~
readfile.c: In function ‘makelower’:
readfile.c:1589:1: warning: old-style function definition [-Wold-style-definition]
1589 | makelower(s)
| ^~~~~~~~~
readfile.c: In function ‘get_addresses’:
readfile.c:1630:1: warning: old-style function definition [-Wold-style-definition]
1630 | get_addresses(src)
| ^~~~~~~~~~~~~
readfile.c: In function ‘prs_inetaddr’:
readfile.c:1687:1: warning: old-style function definition [-Wold-style-definition]
1687 | prs_inetaddr(src, result)
| ^~~~~~~~~~~~
readfile.c: In function ‘prs_haddr’:
readfile.c:1787:1: warning: old-style function definition [-Wold-style-definition]
1787 | prs_haddr(src, htype)
| ^~~~~~~~~
readfile.c: In function ‘interp_byte’:
readfile.c:1842:1: warning: old-style function definition [-Wold-style-definition]
1842 | interp_byte(src, retbyte)
| ^~~~~~~~~~~
readfile.c: In function ‘get_u_long’:
readfile.c:1874:1: warning: old-style function definition [-Wold-style-definition]
1874 | get_u_long(src)
| ^~~~~~~~~~
readfile.c: In function ‘free_host’:
readfile.c:1923:1: warning: old-style function definition [-Wold-style-definition]
1923 | free_host(hmp)
| ^~~~~~~~~
readfile.c: In function ‘del_iplist’:
readfile.c:1980:1: warning: old-style function definition [-Wold-style-definition]
1980 | del_iplist(iplist)
| ^~~~~~~~~~
readfile.c: In function ‘del_string’:
readfile.c:1999:1: warning: old-style function definition [-Wold-style-definition]
1999 | del_string(stringptr)
| ^~~~~~~~~~
readfile.c: In function ‘del_bindata’:
readfile.c:2018:1: warning: old-style function definition [-Wold-style-definition]
2018 | del_bindata(dataptr)
| ^~~~~~~~~~~
readfile.c: In function ‘smalloc’:
readfile.c:2040:1: warning: old-style function definition [-Wold-style-definition]
2040 | smalloc(nbytes)
| ^~~~~~~
readfile.c: In function ‘hwlookcmp’:
readfile.c:2065:1: warning: old-style function definition [-Wold-style-definition]
2065 | hwlookcmp(d1, d2)
| ^~~~~~~~~
readfile.c: At top level:
readfile.c:2086:1: error: conflicting types for ‘iplookcmp’; have ‘boolean(void)’ {aka ‘int(void)’}
2086 | iplookcmp(d1, d2)
| ^~~~~~~~~
readfile.h:13:16: note: previous declaration of ‘iplookcmp’ with type ‘boolean(hash_datum *, hash_datum *)’ {aka ‘int(void *, void *)’}
13 | extern boolean iplookcmp P((hash_datum *, hash_datum *));
| ^~~~~~~~~
readfile.c: In function ‘iplookcmp’:
readfile.c:2086:1: warning: old-style function definition [-Wold-style-definition]
2086 | iplookcmp(d1, d2)
| ^~~~~~~~~
make[1]: *** [Makefile:182: readfile.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/bootp-2.4.3'
dh_auto_build: error: make -j1 SYSDEFS=-DETC_ETHERS returned exit code 2
make: *** [debian/rules:10: build] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.