Package: src:evolver Version: 2.70+ds-8 Severity: important Tags: sid forky User: debian-...@lists.debian.org 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/evolver_2.70+ds-8_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[1]: Entering directory '/build/reproducible-path/evolver-2.70+ds' /usr/bin/make -C _build/nox-d/src EXEC_SUFFIX=-nox-d VPATH=../../../src make[2]: Entering directory '/build/reproducible-path/evolver-2.70+ds/_build/nox-d/src' gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/calcforc.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/variable.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/trirevis.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/stringl.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/stringq.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/model.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/fixvol.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/query.c ../../../src/fixvol.c: In function ‘get_vertex_vgrad’: ../../../src/fixvol.c:1466:10: warning: old-style function definition [-Wold-style-definition] 1466 | volgrad *get_vertex_vgrad(v_id) | ^~~~~~~~~~~~~~~~ ../../../src/model.c: In function ‘baryhash_init’: ../../../src/model.c:2122:6: warning: old-style function definition [-Wold-style-definition] 2122 | void baryhash_init(fctrl) | ^~~~~~~~~~~~~ gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/matrix.c gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/grapher.c ../../../src/grapher.c: In function ‘set_spinr’: ../../../src/grapher.c:599:6: warning: old-style function definition [-Wold-style-definition] 599 | void set_spinr(val) | ^~~~~~~~~ ../../../src/grapher.c: In function ‘set_spinl’: ../../../src/grapher.c:606:6: warning: old-style function definition [-Wold-style-definition] 606 | void set_spinl(val) | ^~~~~~~~~ ../../../src/grapher.c: In function ‘set_tipup’: ../../../src/grapher.c:613:6: warning: old-style function definition [-Wold-style-definition] 613 | void set_tipup(val) | ^~~~~~~~~ ../../../src/grapher.c: In function ‘set_tipdown’: ../../../src/grapher.c:620:6: warning: old-style function definition [-Wold-style-definition] 620 | void set_tipdown(val) | ^~~~~~~~~~~ ../../../src/grapher.c: In function ‘set_clockwise’: ../../../src/grapher.c:627:6: warning: old-style function definition [-Wold-style-definition] 627 | void set_clockwise(val) | ^~~~~~~~~~~~~ ../../../src/grapher.c: In function ‘set_counterclockwise’: ../../../src/grapher.c:634:6: warning: old-style function definition [-Wold-style-definition] 634 | void set_counterclockwise(val) | ^~~~~~~~~~~~~~~~~~~~ ../../../src/grapher.c: In function ‘set_zoom’: ../../../src/grapher.c:641:6: warning: old-style function definition [-Wold-style-definition] 641 | void set_zoom(val) | ^~~~~~~~ gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/evolver-2.70+ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-unused-result -DLINUX -DOOGL -DPTHREADS -DUSE_READLINE -DENVEVOLVERPATHBUILTIN=\"/usr/share/doc/evolver/html:/usr/share/doc/evolver/examples\" -DDEB_PKG_VERSION=\"2.70+ds-8\" -c ../../../src/painter.c ../../../src/painter.c: In function ‘visibility_end’: ../../../src/painter.c:2225:10: error: too many arguments to function ‘check_visible’; expected 0, have 1 2225 | check_visible((next_u+sweep_u)/2); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ ../../../src/painter.c:1815:6: note: declared here 1815 | void check_visible (); | ^~~~~~~~~~~~~ ../../../src/painter.c:2240:10: error: too many arguments to function ‘check_visible’; expected 0, have 1 2240 | check_visible((next_u+sweep_u)/2); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ ../../../src/painter.c:1815:6: note: declared here 1815 | void check_visible (); | ^~~~~~~~~~~~~ make[2]: *** [Makefile:276: painter.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/build/reproducible-path/evolver-2.70+ds/_build/nox-d/src' make[1]: *** [debian/rules:92: override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/build/reproducible-path/evolver-2.70+ds' make: *** [debian/rules:55: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -- debian-science-maintainers mailing list debian-science-maintainers@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers