Your message dated Thu, 24 Oct 2024 22:04:57 +0000
with message-id <e1t45wv-0038q9...@fasolo.debian.org>
and subject line Bug#1075031: fixed in gnunet 0.20.0-6
has caused the Debian Bug report #1075031,
regarding gnunet: 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.)
--
1075031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnunet
Version: 0.20.0-5
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/gnunet_0.20.0-5_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
[...]
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| uint64_t {aka long unsigned int}
../../src/include/gnunet_common.h:598:39: note: in definition of macro
‘GNUNET_log’
598 | GNUNET_log_nocheck ((kind), __VA_ARGS__);
\
| ^~~~~~~~~~~
test_transport_plugin_cmd_simple_send_performance.c:168:34: note: format string
is defined here
168 | "time traveled: %llu\n",
| ~~~^
| |
| long long unsigned int
| %lu
test_transport_plugin_cmd_simple_send_performance.c: In function
‘all_peers_started’:
test_transport_plugin_cmd_simple_send_performance.c:230:43: error: passing
argument 2 of ‘GNUNET_TESTING_get_trait_async_context’ from incompatible
pointer type [-Wincompatible-pointer-types]
230 | &ac);
| ^~~
| |
| const struct
GNUNET_TESTING_AsyncContext **
../../src/include/gnunet_testing_ng_lib.h:615:12: note: expected ‘struct
GNUNET_TESTING_AsyncContext **’ but argument is of type ‘const struct
GNUNET_TESTING_AsyncContext **’
615 | type **ret); \
../../src/include/gnunet_testing_netjail_lib.h:518:3: note: in expansion of
macro ‘GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT’
518 | op (async_context, struct GNUNET_TESTING_AsyncContext) \
| ^~
../../src/include/gnunet_testing_netjail_lib.h:523:1: note: in expansion of
macro ‘GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS’
523 | GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS
(GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:4881:
test_transport_plugin_cmd_simple_send_performance.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include
-I../../src/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fno-strict-aliasing
-Wno-address-of-packed-member -c test_transport_plugin_cmd_nat_upnp.c -fPIC
-DPIC -o .libs/test_transport_plugin_cmd_nat_upnp.o
test_transport_plugin_cmd_nat_upnp.c: In function ‘handle_test’:
test_transport_plugin_cmd_nat_upnp.c:81:43: error: passing argument 2 of
‘GNUNET_TESTING_get_trait_async_context’ from incompatible pointer type
[-Wincompatible-pointer-types]
81 | &ac);
| ^~~
| |
| const struct
GNUNET_TESTING_AsyncContext **
In file included from ../../src/include/gnunet_testing_netjail_lib.h:30,
from test_transport_plugin_cmd_nat_upnp.c:28:
../../src/include/gnunet_testing_ng_lib.h:615:12: note: expected ‘struct
GNUNET_TESTING_AsyncContext **’ but argument is of type ‘const struct
GNUNET_TESTING_AsyncContext **’
615 | type **ret); \
../../src/include/gnunet_testing_netjail_lib.h:518:3: note: in expansion of
macro ‘GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT’
518 | op (async_context, struct GNUNET_TESTING_AsyncContext) \
| ^~
../../src/include/gnunet_testing_netjail_lib.h:523:1: note: in expansion of
macro ‘GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS’
523 | GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS
(GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_transport_plugin_cmd_nat_upnp.c: In function ‘all_peers_started’:
test_transport_plugin_cmd_nat_upnp.c:124:43: error: passing argument 2 of
‘GNUNET_TESTING_get_trait_async_context’ from incompatible pointer type
[-Wincompatible-pointer-types]
124 | &ac);
| ^~~
| |
| const struct
GNUNET_TESTING_AsyncContext **
../../src/include/gnunet_testing_ng_lib.h:615:12: note: expected ‘struct
GNUNET_TESTING_AsyncContext **’ but argument is of type ‘const struct
GNUNET_TESTING_AsyncContext **’
615 | type **ret); \
../../src/include/gnunet_testing_netjail_lib.h:518:3: note: in expansion of
macro ‘GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT’
518 | op (async_context, struct GNUNET_TESTING_AsyncContext) \
| ^~
../../src/include/gnunet_testing_netjail_lib.h:523:1: note: in expansion of
macro ‘GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS’
523 | GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS
(GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:4881: test_transport_plugin_cmd_nat_upnp.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/transport'
make[3]: *** [Makefile:545: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:596: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:507: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnunet
Source-Version: 0.20.0-6
Done: Marcos Talau <ta...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gnunet, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marcos Talau <ta...@debian.org> (supplier of updated gnunet 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: SHA512
Format: 1.8
Date: Thu, 24 Oct 2024 18:34:45 -0300
Source: gnunet
Architecture: source
Version: 0.20.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Marcos Talau <ta...@debian.org>
Closes: 1075031
Changes:
gnunet (0.20.0-6) unstable; urgency=medium
.
* QA upload.
* debian/patches/fix-build-with-gcc-14.patch: Fix build with GCC 14.
(Closes: #1075031)
Checksums-Sha1:
573a089216132fb2d3b043be2220a5dd42de3390 2352 gnunet_0.20.0-6.dsc
c1b4f125850b0a015ad3a45e6e6192280ff0fbae 71768 gnunet_0.20.0-6.debian.tar.xz
a39ec53595070086fc8187fc970d330d6bd5be50 20255 gnunet_0.20.0-6_source.buildinfo
Checksums-Sha256:
3c051c857452e5c35da398bf65ca8e45143b95dc928027e2a85842a94d246b64 2352
gnunet_0.20.0-6.dsc
d088199d6c10c88db1e0b2534eaaad6c3736272301d6aa4a9a6321fbe4cc697d 71768
gnunet_0.20.0-6.debian.tar.xz
cdc580a0cb68b1870d12a4c6d1c8781655e135142f99f455db84a512844163a8 20255
gnunet_0.20.0-6_source.buildinfo
Files:
972a5d8d2a08f2eca229d05ee79c4864 2352 net optional gnunet_0.20.0-6.dsc
2e9aa77073c84c556c33e00f835b03ad 71768 net optional
gnunet_0.20.0-6.debian.tar.xz
5f7d6231e95a3684b189b2fbd729ed3c 20255 net optional
gnunet_0.20.0-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmcawAEACgkQ9LqqgNso
ukyzww/+KnpvJsPhekdAlDDpYQQOfPdGzkdJiSpfzcEm5net3ptcRh9bcSqozS4S
7kIczrzC2ltOpa2rxDULhzcsiw1k64p2kS6ozQOwqzGhGMoVKTALFHSZkknG+wQQ
XJluGj9+YI5dsP1o5gXH4rmt4r4HiC913ox2EMZCQZAMDHRbFCBuJgN/faawl7m3
oaZS1xS754vwZpvhONGaOn7D1Ei92NbWKeK0MHMgjfvik4WH5QPLTR5LbemkO9so
yBm45fa1BcJV+HZ6GzLfQ8S/vrjW695v1Z8h74CsUGjmn2G8tNVZCg9EeQP9K/cP
ilymCUdmVCUXKzKTykLbarlCAzSU8D+idnalO/KAK1LCDJ7pkxhWHPLVxIY1HGE8
arhhtdhv1V+poYcymvsBV41F4Fx2n4oGEg+2fgumn/hOhnj//LMPrxsBs18j4EdP
eKv6xdQhHNbrbqLHLiDr5GmK6ML5VIfYU3kOnOJY7aBBvy+BrhIoVSs4xYPwMlWi
nES5FX4Ulgq3+o+Dl9RLcWusUtlLfRKB4V0sg9s0cRxzUbtnjj8rzRu1lNiEhAO+
8OPnDd9LccP+7N1RiuHQstQWrGx/MdD0V/V9muGdYymgmpRe/xT5MM04p0DlUjjV
iSLJM7nfIG/Xy5mGxnrQNqT37Kvy0s+Vq/2zMDIRA8hb0bAXZp4=
=Wj0H
-----END PGP SIGNATURE-----
pgpjswHsOPcNV.pgp
Description: PGP signature
--- End Message ---