Your message dated Fri, 07 Feb 2025 22:12:32 +0000
with message-id <e1tgwao-002kmq...@fasolo.debian.org>
and subject line Bug#1074989: fixed in getdns 1.6.0-3.2
has caused the Debian Bug report #1074989,
regarding getdns: 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.)
--
1074989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:getdns
Version: 1.6.0-3.1
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/getdns_1.6.0-3.1_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
[...]
/usr/include/check.h:506:75: note: expected ‘const char *’ but argument is of
type ‘size_t’ {aka ‘long unsigned int’}
506 | const char *expr, const
char *msg,
|
~~~~~~~~~~~~^~~
/<<PKGBUILDDIR>>/src/test/check_getdns_dict_set_bindata.h: In function
‘getdns_dict_set_bindata_5_fn’:
/<<PKGBUILDDIR>>/src/test/check_getdns_dict_set_bindata.h:154:9: warning:
format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t’
{aka ‘long unsigned int’} [-Wformat=]
154 | "Expected retrieved bindata size == %d, got: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155 | bindata.size, retrieved_bindata->size);
| ~~~~~~~~~~~~
| |
| size_t {aka long unsigned int}
In file included from /<<PKGBUILDDIR>>/src/test/check_getdns.c:61:
/<<PKGBUILDDIR>>/src/test/check_getdns_dict_set_bindata.h:154:46: note: format
string is defined here
154 | "Expected retrieved bindata size == %d, got: %d",
| ~^
| |
| int
| %ld
/<<PKGBUILDDIR>>/src/test/check_getdns_dict_set_bindata.h:154:9: warning:
format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t’
{aka ‘long unsigned int’} [-Wformat=]
154 | "Expected retrieved bindata size == %d, got: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155 | bindata.size, retrieved_bindata->size);
| ~~~~~~~~~~~~~~~~~~~~~~~
| |
| size_t {aka long unsigned int}
/<<PKGBUILDDIR>>/src/test/check_getdns_dict_set_bindata.h:154:55: note: format
string is defined here
154 | "Expected retrieved bindata size == %d, got: %d",
| ~^
| |
| int
| %ld
make[3]: *** [CMakeFiles/check_getdns_uv.dir/build.make:135:
CMakeFiles/check_getdns_uv.dir/src/test/check_getdns.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/src/test/check_getdns_list_get_length.h: In function
‘getdns_list_get_length_3_fn’:
/<<PKGBUILDDIR>>/src/test/check_getdns_list_get_length.h:92:34: warning: format
‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t’ {aka
‘long unsigned int’} [-Wformat=]
92 | ck_assert_msg(length == 3, "Expected length == 3, got %d",
length);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
| |
| size_t
{aka long unsigned int}
In file included from /<<PKGBUILDDIR>>/src/test/check_getdns.c:74:
/<<PKGBUILDDIR>>/src/test/check_getdns_list_get_length.h:92:62: note: format
string is defined here
92 | ck_assert_msg(length == 3, "Expected length == 3, got %d",
length);
| ~^
| |
| int
| %ld
/<<PKGBUILDDIR>>/src/test/check_getdns_list_get_length.h: In function
‘getdns_list_get_length_4_fn’:
/<<PKGBUILDDIR>>/src/test/check_getdns_list_get_length.h:113:34: warning:
format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t’
{aka ‘long unsigned int’} [-Wformat=]
113 | ck_assert_msg(length == 0, "Expected length == 3, got %d",
length);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
| |
| size_t
{aka long unsigned int}
/<<PKGBUILDDIR>>/src/test/check_getdns_list_get_length.h:113:62: note: format
string is defined here
113 | ck_assert_msg(length == 0, "Expected length == 3, got %d",
length);
| ~^
| |
| int
| %ld
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1354: CMakeFiles/check_getdns_uv.dir/all]
Error 2
make[3]: *** [CMakeFiles/check_getdns_event.dir/build.make:135:
CMakeFiles/check_getdns_event.dir/src/test/check_getdns.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1300: CMakeFiles/check_getdns_event.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: getdns
Source-Version: 1.6.0-3.2
Done: Andrew Bower <and...@bower.uk>
We believe that the bug you reported is fixed in the latest version of
getdns, 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.
Andrew Bower <and...@bower.uk> (supplier of updated getdns 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: Mon, 03 Feb 2025 07:11:36 +0000
Source: getdns
Architecture: source
Version: 1.6.0-3.2
Distribution: unstable
Urgency: medium
Maintainer: getdns packagers <get...@packages.debian.org>
Changed-By: Andrew Bower <and...@bower.uk>
Closes: 1074989
Changes:
getdns (1.6.0-3.2) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ stubby: Drop versioned constraint on getdns-utils in Replaces.
+ stubby: Drop versioned constraint on getdns-utils in Breaks.
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Bump debhelper from old 11 to 13.
+ debian/rules: Drop --fail-missing argument to dh_missing, which is now
the
default.
* Set debhelper-compat version in Build-Depends.
* Update standards version to 4.6.2, no changes needed.
.
[ Andrew Bower ]
* Patch tests to fix FTBFS with gcc-14. (Closes: #1074989)
Checksums-Sha1:
7189e882d98632b9b843b658c329b96eb1b05a33 2164 getdns_1.6.0-3.2.dsc
fa316df15076d70622675c57da2ac568f1c310a9 22464 getdns_1.6.0-3.2.debian.tar.xz
1951d3b5286e2e67acafbd333f7213a68c20836d 7076 getdns_1.6.0-3.2_source.buildinfo
Checksums-Sha256:
27d2288630964ee01c9ab5e3a563e19526be415f41389a71270e4373dbeb52e6 2164
getdns_1.6.0-3.2.dsc
7f79923a4093a344f0b6da62d3361701d06887b4661d4dff09948561894b90eb 22464
getdns_1.6.0-3.2.debian.tar.xz
7f54dbed9080920a9137aa1a5d595556e5ee89023cbe62cca219acdea3be7bef 7076
getdns_1.6.0-3.2_source.buildinfo
Files:
69b8f8791fcf992efd2a1d0d9fdf7ae1 2164 libs optional getdns_1.6.0-3.2.dsc
df5e0c52fafc75d79c30d3d5309ea8b7 22464 libs optional
getdns_1.6.0-3.2.debian.tar.xz
cf657175e50e07564156911b783af02b 7076 libs optional
getdns_1.6.0-3.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmemebUQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFGQnDADWMyrRdkz1GTiniwoLEFwEAgRG/MOj0cc0
Xxiav6gHSTJ5/rx01AX8R+iMPfm2kgwwPi3hRnhefX19oxjsEXN4cS7XxNndnIQN
sGN5IE/SOemw3s8OSOD0RHrpWaq9ftCp8vtrRfTaEShM1M9MCUV7UBWThqGsNT/g
Rsj5K8VnhdbacmFBzzvaq374p8D1kRT/mvaGHPiTAQrSk44ceVXc0P6LDmjQ/lC7
RonA7BdUxzRZLnOpHPDS4gD6+6zE8FuXOkXAa8WmFqQk47dn1t/nXOFcfSfPSj50
15cA1o5ehe7/DW7OuhoLXwvOz7wrwVVVmu19CNQUVqHSCo1Do472963qGkFbfavm
zdmkcWpp6hWmvg0REe0XC5m7dvejtlkZE/Kr2dGu3m3bT8iNp1Vpl8ExhIqDJeZC
bBQcF7gJi12ingkD2Tcu7NVcWEPH8bKU/zJxUU0UTuLiCmwTa7cQyrt8hs5zkgJm
+KdNyM57cIrvSQcd3p1D2KKk/SFyRf8=
=LjuH
-----END PGP SIGNATURE-----
pgprtkjEXsfz2.pgp
Description: PGP signature
--- End Message ---