Your message dated Thu, 18 Sep 2025 03:33:45 +0000 with message-id <E1uz5Oz-008whX-0L@fasolo.debian.org> and subject line Bug#1096572: fixed in elk 3.99.8-10 has caused the Debian Bug report #1096572, regarding elk: 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 owner@bugs.debian.org immediately.) -- 1096572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096572 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: elk: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:11:29 +0000
- Message-id: <E1tk4eX-009Ie4-C7@paradis.debian.org>
Package: src:elk Version: 3.99.8-9 Severity: important Tags: sid forky User: debian-gcc@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/elk_3.99.8-9_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 [...] env.c:82:6: warning: no previous prototype for ‘Switch_Environment’ [-Wmissing-prototypes] 82 | void Switch_Environment (Object to) { | ^~~~~~~~~~~~~~~~~~ env.c:152:8: warning: no previous prototype for ‘Define_Procedure’ [-Wmissing-prototypes] 152 | Object Define_Procedure (Object form, Object body, Object sym) { | ^~~~~~~~~~~~~~~~ env.c: In function ‘Define_Procedure’: env.c:161:11: error: too many arguments to function ‘General_Define’; expected 0, have 2 161 | ret = General_Define (body, sym); | ^~~~~~~~~~~~~~ ~~~~ env.c:45:8: note: declared here 45 | Object General_Define(); | ^~~~~~~~~~~~~~ env.c: At top level: env.c:166:8: error: conflicting types for ‘General_Define’; have ‘Object(Object, Object)’ 166 | Object General_Define (Object argl, Object sym) { | ^~~~~~~~~~~~~~ env.c:45:8: note: previous declaration of ‘General_Define’ with type ‘Object(void)’ 45 | Object General_Define(); | ^~~~~~~~~~~~~~ error.c:55:6: warning: no previous prototype for ‘Init_Error’ [-Wmissing-prototypes] 55 | void Init_Error () { | ^~~~~~~~~~ make[4]: *** [Makefile:720: libelk_la-env.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... error.c:107:6: warning: no previous prototype for ‘Uncatchable_Error’ [-Wmissing-prototypes] 107 | void Uncatchable_Error (char *errmsg) { | ^~~~~~~~~~~~~~~~~ error.c: In function ‘Primitive_Error’: error.c:147:5: error: too many arguments to function ‘Err_Handler’; expected 0, have 4 147 | Err_Handler (sym, msg, i, argv); | ^~~~~~~~~~~ ~~~ error.c:40:6: note: declared here 40 | void Err_Handler () elk_attribute(__noreturn__); | ^~~~~~~~~~~ error.c: In function ‘P_Error’: error.c:154:5: error: too many arguments to function ‘Err_Handler’; expected 0, have 4 154 | Err_Handler (argv[0], argv[1], argc-2, argv+2); | ^~~~~~~~~~~ ~~~~~~~ error.c:40:6: note: declared here 40 | void Err_Handler () elk_attribute(__noreturn__); | ^~~~~~~~~~~ error.c: At top level: error.c:158:6: error: conflicting types for ‘Err_Handler’; have ‘void(Object, Object, int, Object *)’ 158 | void Err_Handler (Object sym, Object fmt, int argc, Object *argv) { | ^~~~~~~~~~~ error.c:40:6: note: previous declaration of ‘Err_Handler’ with type ‘void(void)’ 40 | void Err_Handler () elk_attribute(__noreturn__); | ^~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elk-3.99.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c exception.c -fPIC -DPIC -o .libs/libelk_la-exception.o make[4]: *** [Makefile:727: libelk_la-error.lo] Error 1 exception.c:58:6: warning: no previous prototype for ‘Init_Exception’ [-Wmissing-prototypes] 58 | void Init_Exception () { | ^~~~~~~~~~~~~~ exception.c:77:6: warning: no previous prototype for ‘Intr_Handler’ [-Wmissing-prototypes] 77 | void Intr_Handler (int sig) { | ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elk-3.99.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c dump.c -o libelk_la-dump.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elk-3.99.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c exception.c -o libelk_la-exception.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/elk-3.99.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c bignum.c -o libelk_la-bignum.o >/dev/null 2>&1 make[4]: Leaving directory '/build/reproducible-path/elk-3.99.8/src' make[3]: *** [Makefile:441: all-recursive] Error 1 make[3]: Leaving directory '/build/reproducible-path/elk-3.99.8' make[2]: *** [Makefile:373: all] Error 2 make[2]: Leaving directory '/build/reproducible-path/elk-3.99.8' dh_auto_build: error: make -j8 returned exit code 2 make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25 make[1]: Leaving directory '/build/reproducible-path/elk-3.99.8' make: *** [debian/rules:9: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096572-close@bugs.debian.org
- Subject: Bug#1096572: fixed in elk 3.99.8-10
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 18 Sep 2025 03:33:45 +0000
- Message-id: <E1uz5Oz-008whX-0L@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: elk Source-Version: 3.99.8-10 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of elk, 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 1096572@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <anbe@debian.org> (supplier of updated elk 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 18 Sep 2025 05:07:33 +0200 Source: elk Architecture: source Version: 3.99.8-10 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1096572 Changes: elk (3.99.8-10) unstable; urgency=medium . * QA upload. * Build with -std=gnu17 to fix building with GCC 15. (Closes: #1096572) Checksums-Sha1: 39901a9f6910e61c45668464e124e7629d630fdc 2129 elk_3.99.8-10.dsc c1547e5c9f94763f5a7bd7ba79ad54d95ab89be0 10000 elk_3.99.8-10.debian.tar.xz b4c52e7094f076af407baa439ebce7f2f4bb1e34 7080 elk_3.99.8-10_source.buildinfo Checksums-Sha256: 2a8b1d3f7610a9c2568a0452ab6b2fa530044fce9f696d1973d73c384e5eeffb 2129 elk_3.99.8-10.dsc 60c290049b44716faa16fd4bd4067cfa91660a725a201b28c0a8a242373781d3 10000 elk_3.99.8-10.debian.tar.xz e71f8c08019acca3db8fb2da8dd7eb37ca06cde1cf283a112496eb15a535ee8d 7080 elk_3.99.8-10_source.buildinfo Files: bb9931ddf310f4c629c1c46230cf9a52 2129 devel optional elk_3.99.8-10.dsc 5d6bd5b81df4086f0ab6aa17e2fca52a 10000 devel optional elk_3.99.8-10.debian.tar.xz 40f4b23b5f1f3db9a59769bd774dabd6 7080 devel optional elk_3.99.8-10_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjLeSQQHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCE/5EACoVFqftAL/TnQgc1aJ3IS1NofdzZcgESS7 y+qZUu8pG3GycaBipem00Obo8V4stcyCjP7Bnmv/c9ugrUsY7gE6m7kGxp80LRRv yaWhSg7Ylzl8H65NkfGjXhNAb3jdiV3orKnaJhg91xF0q8f1/uCz30HutAVDE2h5 nDIrzEFG+rxCa4h6JPhi4NfVc2BENACONOaTCZHXHozHMFTGRNDZ97o5bTu/Ys2/ b5xXG2K/rPw4LX1Wl+4Qa9Bne/J3kDSXQogucpoHX0fgdcUgTD1mX9Fp7kzIvwnn Ru2htdSefgNvi9CULL81OlElK7GPaGGJL5UV8fiYo19iTG720I3FSAr+bJFYaxXe iE+ilgC5ZAhTOiYDUCNqPudFfDPNc4kevx2jdU6zsRBbxqXtFLv6g9b5jih2/IEv f8V+z7ymalgHvgv0Qo8Umk2jfiA/azEtagWrfMRf/2X3Ey/fzshPPZQ4HtERhLY7 h/dLAl0f7eEikuy7hFT+kqX08cCl+hrUBT/Wnx/D0609BcnxjqZfkl4Wa+zN3Yek mri0lYGZslIHqQSkLbqJ2Glq/+Jnwq5rzIwBf43FpQLaVhMiDIk1Dl4CcRuZQhx4 ZXNhpBDQLjF2RkhzAWqHNz7MCvzG16leBnZ8s/uSpGuKMCQyHhDOky3B8MpbxRPw s1K/ORXDwA== =kW0c -----END PGP SIGNATURE-----Attachment: pgpuUzTqbNtGz.pgp
Description: PGP signature
--- End Message ---