Your message dated Thu, 29 Aug 2024 09:19:08 +0000
with message-id <e1sjbj6-004ign...@fasolo.debian.org>
and subject line Bug#1074935: fixed in elk 3.99.8-8
has caused the Debian Bug report #1074935,
regarding elk: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1074935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:elk
Version: 3.99.8-7
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/elk_3.99.8-7_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
| ^~~~~~~~~~~~~~~~~~~
io.c:180:5: note: in expansion of macro ‘Alloca_Begin’
180 | Alloca_Begin;
| ^~~~~~~~~~~~
io.c: At top level:
io.c:220:6: warning: no previous prototype for ‘Close_All_Files’
[-Wmissing-prototypes]
220 | void Close_All_Files () {
| ^~~~~~~~~~~~~~~
io.c:230:8: warning: no previous prototype for ‘Open_File’
[-Wmissing-prototypes]
230 | Object Open_File (char *name, int flags, int err) {
| ^~~~~~~~~
io.c: In function ‘Open_File’:
../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not
used [-Wunused-but-set-variable]
57 | #define Alloca_Begin int _Check_Alloca_Begin
| ^~~~~~~~~~~~~~~~~~~
io.c:235:5: note: in expansion of macro ‘Alloca_Begin’
235 | Alloca_Begin;
| ^~~~~~~~~~~~
io.c: In function ‘General_Open_File’:
../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not
used [-Wunused-but-set-variable]
57 | #define Alloca_Begin int _Check_Alloca_Begin
| ^~~~~~~~~~~~~~~~~~~
io.c:270:5: note: in expansion of macro ‘Alloca_Begin’
270 | Alloca_Begin;
| ^~~~~~~~~~~~
io.c: At top level:
io.c:331:8: warning: no previous prototype for ‘General_Close_Port’
[-Wmissing-prototypes]
331 | Object General_Close_Port (Object port) {
| ^~~~~~~~~~~~~~~~~~
io.c:379:8: warning: no previous prototype for ‘General_Call_With’
[-Wmissing-prototypes]
379 | Object General_Call_With (Object name, int flags, Object proc) {
| ^~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:752: libelk_la-heap.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
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=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c libelk.c -fPIC -DPIC -o
.libs/libelk_la-libelk.o
libelk.c:155:6: warning: no previous prototype for ‘Check_If_Dump_Works’
[-Wmissing-prototypes]
155 | void Check_If_Dump_Works () {
| ^~~~~~~~~~~~~~~~~~~
libelk.c:362:6: warning: no previous prototype for ‘Usage’
[-Wmissing-prototypes]
362 | void Usage () {
| ^~~~~
libelk.c:371:6: warning: no previous prototype for ‘Init_Everything’
[-Wmissing-prototypes]
371 | void Init_Everything () {
| ^~~~~~~~~~~~~~~
libelk.c:396:6: warning: no previous prototype for ‘Get_Stack_Limit’
[-Wmissing-prototypes]
396 | void Get_Stack_Limit () {
| ^~~~~~~~~~~~~~~
libelk.c:412:5: warning: no previous prototype for ‘Executable’
[-Wmissing-prototypes]
412 | int Executable (char *fn) {
| ^~~~~~~~~~
libelk.c:419:7: warning: no previous prototype for ‘Find_Executable’
[-Wmissing-prototypes]
419 | char *Find_Executable (char *fn) {
| ^~~~~~~~~~~~~~~
libelk.c: In function ‘Find_Executable’:
libelk.c:420:24: warning: nested extern declaration of ‘getenv’
[-Wnested-externs]
420 | char *path, *dir, *getenv();
| ^~~~~~
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=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c bignum.c -o libelk_la-bignum.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=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c libelk.c -o libelk_la-libelk.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=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c io.c -o libelk_la-io.o >/dev/null
2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:435: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:367: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
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 '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: elk
Source-Version: 3.99.8-8
Done: Andreas Beckmann <a...@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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 29 Aug 2024 10:33:08 +0200
Source: elk
Architecture: source
Version: 3.99.8-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1074935
Changes:
elk (3.99.8-8) unstable; urgency=medium
.
* QA upload.
* Fix building with GCC 14. (Closes: #1074935)
Checksums-Sha1:
4b2932fdcaec531f217ac632e7de2fe19b278d73 2108 elk_3.99.8-8.dsc
888c36b36849ac116eaddb3da458b32668ac1789 9784 elk_3.99.8-8.debian.tar.xz
c05c1908702649e5962d7ed101a0399e7b954f49 7187 elk_3.99.8-8_source.buildinfo
Checksums-Sha256:
5f302bb291cfdce56c9d4393ae096b39e3a82653795aca7da7cc6a69e3592e51 2108
elk_3.99.8-8.dsc
5899c962a167219846fd7c32b85c8a267618d35a75097f8c0226a9749a94de00 9784
elk_3.99.8-8.debian.tar.xz
934a97fd1e833d1067883b259f51ebd557e9e10b5d4fd6f9ea804bd920dddba2 7187
elk_3.99.8-8_source.buildinfo
Files:
66c39e9feb60dac560f9e6d156394568 2108 devel optional elk_3.99.8-8.dsc
999151e8a0bbbdca387255eb7fb73259 9784 devel optional elk_3.99.8-8.debian.tar.xz
8003bf4896add651e62f8b3f5956cb1a 7187 devel optional
elk_3.99.8-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbQMpcQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCGTMEACZ3RMSvyPR0C2tNWTVxsWOo6FxreyTlfO3
fTce4QRDpcrsMQ7dvTIi3EO1EDqEnau9XGNDPNx5qQITf/Whuu7n5iiDht8jzkWj
i8FnPHDQLJvFGnLDSGOQ6dpnOvkC+diNf2NFB5feCGXdNQuYdVRG/LD0G+xAp0HT
m+VXaG/y4TplBefHVIz0mS3j3+tJPqaPkKH6eTC6w18k7q4lRXCclXiwkalugs3e
tnD7hb3N3pF8Ve97IDf8kkW+PunotrhLtPNLQ2beLCu+1ojGjkNZRnvPWvMF0990
a8JzY9gNVw9/2SqJa2JqG1XRwukAJE9kR1yYpGRwraO4AlFPnB4CInGO/6TuktAU
L7xByK8pEvXaiQUEtrm7ydmpxE2PhBkRjQDQ237GrhOb/DuBVVmnlaSKXjxtT1Rs
bhy/CdxPappqKZ0B8u7hbD1o67aBus4QNfr67aVh617eLhNTf/H+luFqIP+Snr9L
LtAjF7gJsZ9vmWG7dDTk3msWvM99NcYHb0o79e5Po5U3lH74TgXJu0WHQma4/LDQ
2blNM1ajgEGmMVE7i44goe4zih13DZw3keKW2in9mivtrP8+fowQ0Z34r+8mkdna
XooiJXnmNSHtL1C5Nfl05BDP7xtFVlujlMOHOAWErxnfWilBGKnhQ6nKLY9PDmHw
rRSQS0xilg==
=y1tZ
-----END PGP SIGNATURE-----
pgpymQkccJLeS.pgp
Description: PGP signature
--- End Message ---