Your message dated Wed, 21 Aug 2024 09:34:05 +0000
with message-id <[email protected]>
and subject line Bug#1075586: fixed in gnomad2 2.9.6-10
has caused the Debian Bug report #1075586,
regarding trickle: 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 [email protected]
immediately.)
--
1075586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075586
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:trickle
Version: 1.07-13
Severity: important
Tags: sid trixie
User: [email protected]
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/trickle_1.07-13_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
[...]
libtool: link: gcc -Wall -Icompat -I/usr/include/tirpc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -o
trickle trickle.o util.o getopt.o -lbsd -ldl
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
trickled.o trickled.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
atomicio.o atomicio.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
print.o print.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
bwstat.o bwstat.c
bwstat.c: In function ‘bwstat_getdelay’:
bwstat.c:151:14: warning: variable ‘initent’ set but not used
[-Wunused-but-set-variable]
151 | uint initent;
| ^~~~~~~
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
client.o client.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
conf.o conf.c
conf.c: In function ‘conf_decode_base64’:
conf.c:548:38: warning: pointer targets in passing argument 1 of ‘strcmp’
differ in signedness [-Wpointer-sign]
548 | if (!strcmp (buf, "=="))
| ^~~
| |
| u_char * {aka unsigned char *}
In file included from conf.c:55:
/usr/include/string.h:156:32: note: expected ‘const char *’ but argument is of
type ‘u_char *’ {aka ‘unsigned char *’}
156 | extern int strcmp (const char *__s1, const char *__s2)
| ~~~~~~~~~~~~^~~~
conf.c:564:45: warning: pointer targets in passing argument 1 of ‘strcmp’
differ in signedness [-Wpointer-sign]
564 | if (strcmp (buf, "="))
| ^~~
| |
| u_char * {aka unsigned char
*}
/usr/include/string.h:156:32: note: expected ‘const char *’ but argument is of
type ‘u_char *’ {aka ‘unsigned char *’}
156 | extern int strcmp (const char *__s1, const char *__s2)
| ~~~~~~~~~~~~^~~~
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
cleanup.o cleanup.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Icompat
-I/usr/include/tirpc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
xdr.o xdr.c
xdr.c: In function ‘xdr_msg’:
xdr.c:106:32: error: passing argument 5 of ‘xdr_union’ from incompatible
pointer type [-Wincompatible-pointer-types]
106 | xdr_msg_discrim, _xdr_void));
| ^~~~~~~~~
| |
| bool_t (*)(void) {aka int (*)(void)}
xdr.c:15:14: note: in definition of macro ‘X’
15 | if (!x) \
| ^
In file included from /usr/include/tirpc/rpc/rpc.h:43,
from xdr.c:10:
/usr/include/tirpc/rpc/xdr.h:315:80: note: expected ‘xdrproc_t’ {aka ‘int
(*)(struct __rpc_xdr *, ...)’} but argument is of type ‘bool_t (*)(void)’ {aka
‘int (*)(void)’}
315 | extern bool_t xdr_union(XDR *, enum_t *, char *, const struct
xdr_discrim *, xdrproc_t);
|
^~~~~~~~~
xdr.c: In function ‘msg2xdr’:
xdr.c:116:30: warning: pointer targets in passing argument 2 of ‘xdrmem_create’
differ in signedness [-Wpointer-sign]
116 | xdrmem_create(&xdrs, buf, *buflen, XDR_ENCODE);
| ^~~
| |
| u_char * {aka unsigned char *}
/usr/include/tirpc/rpc/xdr.h:355:36: note: expected ‘char *’ but argument is of
type ‘u_char *’ {aka ‘unsigned char *’}
355 | extern void xdrmem_create(XDR *, char *, u_int, enum xdr_op);
| ^~~~~~
xdr.c: In function ‘xdr2msg’:
xdr.c:136:30: warning: pointer targets in passing argument 2 of ‘xdrmem_create’
differ in signedness [-Wpointer-sign]
136 | xdrmem_create(&xdrs, buf, buflen, XDR_DECODE);
| ^~~
| |
| u_char * {aka unsigned char *}
/usr/include/tirpc/rpc/xdr.h:355:36: note: expected ‘char *’ but argument is of
type ‘u_char *’ {aka ‘unsigned char *’}
355 | extern void xdrmem_create(XDR *, char *, u_int, enum xdr_op);
| ^~~~~~
make[2]: *** [Makefile:529: xdr.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:407: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnomad2
Source-Version: 2.9.6-10
Done: Andreas Beckmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnomad2, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated gnomad2 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 21 Aug 2024 11:15:48 +0200
Source: gnomad2
Architecture: source
Version: 2.9.6-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1075586
Changes:
gnomad2 (2.9.6-10) unstable; urgency=medium
.
* QA upload.
* Fix FTBFS with GCC 14. (Closes: #1075586)
* Enable all hardening flags.
Checksums-Sha1:
2d9f8e0446670970f62ab4449391882e5f3fdfc8 2005 gnomad2_2.9.6-10.dsc
69f5cf07efd9022acafe3ec842efb6a5c4ec415a 15952 gnomad2_2.9.6-10.debian.tar.xz
d94ae22c1ed72af5f4ad66ae2317e23a9996fc54 15352
gnomad2_2.9.6-10_source.buildinfo
Checksums-Sha256:
dbaef95904c62a41c42eb7bfd0530ee071849bde9aa67643463277a9c4fb181d 2005
gnomad2_2.9.6-10.dsc
f738503b563bc8aa2c719d6e6ff369aac0b054a35f43a46abd5efb5cd8b8d4db 15952
gnomad2_2.9.6-10.debian.tar.xz
b657bdc8f46780b8441968168dda18c058de6884ef3f2093323b7bbab97066c8 15352
gnomad2_2.9.6-10_source.buildinfo
Files:
fe39c08e37fea78cb9ad1bb1fef4c837 2005 sound optional gnomad2_2.9.6-10.dsc
1b18bd8fef80ab8f92cf7446cc4643d4 15952 sound optional
gnomad2_2.9.6-10.debian.tar.xz
c100b3e9e87d900f529d8e95d823143d 15352 sound optional
gnomad2_2.9.6-10_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbFsQUQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCK/bD/wIwaidPhKY8IZOhpvB5AXUArTpENJ4tuaT
sSKVBUZ13gh359XnuDsC0mtnONnoK4KurwlgShr6C7muKbBUzqYrAax5nEQJ4x64
iGkqHhMTg0lChDmZ3rd3gX6/PC4jbUCPofzYp3gYw2e6gMDRlGogQDw+9BCYC16Q
G7NI8QRWH3p682V7YwKKGnI/ExQ0pTLsb/1WQkzydIdWHx/0Ge9Vs9W9yJYxSTKA
257zlfUAPpFavLTXAUceuEpfEvi3lI75N+MRYIammaNiWhO1OMNlCzX9nc1aFZkW
99HF5l0hx37BKZsJfTFLJ6WV0saQrHZgnPoqze6cgw8Zl1oyhWuNuFnEBjyMNFeU
DFndQInUIBCh6V/VS1168qkpgLUyokr+TN3srHSJx1JOga/xspmeF4OoJjSBDIEw
dcR3q3bIOHzUkcBNtUZFcldoMCDVB/Mucfaf+WqxJ7qArX9+KggWlrueicluegGT
ly5FKN2ecp9l+4ZWsyDQE4yzxmgpEjRSR57y60MHpc1TiA1X6ceT89D8uOJynQz8
4xiX6hloAyCatTAGfkTqa9a2jgflpxlMMcJ+fWCIWPpjKKfA/FCq63ez7ayc/wut
63zNSAh2l9Xo/QOnDxvxnjV1rCeonI+o5mKuidBS7cAFTaV1jacl9a2QGVpdRm9p
QSREGK4xag==
=CjWX
-----END PGP SIGNATURE-----
pgpbjQxMNZsKI.pgp
Description: PGP signature
--- End Message ---