[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/vdetelweb_1.2.3-1_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
[...]
make[3]: *** [CMakeFiles/vdetelweb.dir/build.make:110: CMakeFiles/vdetelweb.dir/telnet.c.o] Error 1
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:379:16: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, struct netif *, int)’ [-Wincompatible-pointer-types]
379 | {"ip4",readip,PF_INET},
| ^~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:379:16: note: (near initialization for ‘cft[0].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:284:13: note: ‘readip’ declared here
284 | static void readip(char *arg,struct netif *nif,int af)
| ^~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:380:16: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, struct netif *, int)’ [-Wincompatible-pointer-types]
380 | {"ip6",readip,PF_INET6},
| ^~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:380:16: note: (near initialization for ‘cft[1].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:284:13: note: ‘readip’ declared here
284 | static void readip(char *arg,struct netif *nif,int af)
| ^~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:381:15: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, struct netif *, int)’ [-Wincompatible-pointer-types]
381 | {"ip",readip,0},
| ^~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:381:15: note: (near initialization for ‘cft[2].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:284:13: note: ‘readip’ declared here
284 | static void readip(char *arg,struct netif *nif,int af)
| ^~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:382:22: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, struct netif *, int)’ [-Wincompatible-pointer-types]
382 | {"defroute4",readdefroute,PF_INET},
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:382:22: note: (near initialization for ‘cft[3].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:332:13: note: ‘readdefroute’ declared here
332 | static void readdefroute(char *arg,struct netif *nif,int af)
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:383:22: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, struct netif *, int)’ [-Wincompatible-pointer-types]
383 | {"defroute6",readdefroute,PF_INET6},
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:383:22: note: (near initialization for ‘cft[4].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:332:13: note: ‘readdefroute’ declared here
332 | static void readdefroute(char *arg,struct netif *nif,int af)
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:384:21: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, struct netif *, int)’ [-Wincompatible-pointer-types]
384 | {"defroute",readdefroute,0},
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:384:21: note: (near initialization for ‘cft[5].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:332:13: note: ‘readdefroute’ declared here
332 | static void readdefroute(char *arg,struct netif *nif,int af)
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:385:21: error: initialization of ‘void (*)(void)’ from incompatible pointer type ‘void (*)(char *, int)’ [-Wincompatible-pointer-types]
385 | {"password",readpassword,0},
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:385:21: note: (near initialization for ‘cft[6].f’)
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:368:13: note: ‘readpassword’ declared here
368 | static void readpassword(char *arg,int unused)
| ^~~~~~~~~~~~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c: In function ‘readconffile’:
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:418:41: error: too many arguments to function ‘scf->f’; expected 0, have 3
418 | scf->f(s,nif,scf->arg);
| ^~~ ~
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:376:16: note: declared here
376 | void (*f)();
| ^
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c: In function ‘main’:
/build/reproducible-path/vdetelweb-1.2.3/vdetelweb.c:697:33: error: too many arguments to function ‘fpfd[i]’; expected 0, have 3
697 | fpfd[i](i,pfd[i].fd,vdefd);
| ^~~~ ~
make[3]: *** [CMakeFiles/vdetelweb.dir/build.make:82: CMakeFiles/vdetelweb.dir/vdetelweb.c.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/vdetelweb-1.2.3/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:91: CMakeFiles/vdetelweb.dir/all] Error 2
make[2]: Leaving directory '/build/reproducible-path/vdetelweb-1.2.3/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/vdetelweb-1.2.3/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2