Your message dated Thu, 28 Nov 2024 09:06:09 +0000 with message-id <E1tGaTR-00FfBY-PJ@fasolo.debian.org> and subject line Bug#1075576: fixed in tinydyndns 0.4.2.debian1-4 has caused the Debian Bug report #1075576, regarding tinydyndns: 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 owner@bugs.debian.org immediately.) -- 1075576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075576 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: tinydyndns: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:46:09 +0000
- Message-id: <E1sOzNB-00452T-LC@paradis.debian.org>
Package: src:tinydyndns Version: 0.4.2.debian1-3 Severity: important Tags: sid trixie User: debian-gcc@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/tinydyndns_0.4.2.debian1-3_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 [...] | ^~~~~~ ./compile response.c ./compile dd.c ./choose c trydrent direntry.h1 direntry.h2 > direntry.h response.c:52:45: warning: argument 2 of type ‘const char[2]’ with mismatched bound [-Warray-parameter=] 52 | int response_query(const char *q,const char qtype[2],const char qclass[2]) | ~~~~~~~~~~~^~~~~~~~ In file included from response.c:4: response.h:9:40: note: previously declared as ‘const char *’ 9 | extern int response_query(const char *,const char *,const char *); | ^~~~~~~~~~~~ response.c:52:65: warning: argument 3 of type ‘const char[2]’ with mismatched bound [-Warray-parameter=] 52 | int response_query(const char *q,const char qtype[2],const char qclass[2]) | ~~~~~~~~~~~^~~~~~~~~ response.h:9:53: note: previously declared as ‘const char *’ 9 | extern int response_query(const char *,const char *,const char *); | ^~~~~~~~~~~~ response.c:73:46: warning: argument 2 of type ‘const char[2]’ with mismatched bound [-Warray-parameter=] 73 | int response_rstart(const char *d,const char type[2],uint32 ttl) | ~~~~~~~~~~~^~~~~~~ response.h:18:41: note: previously declared as ‘const char *’ 18 | extern int response_rstart(const char *,const char *,uint32); | ^~~~~~~~~~~~ response.c:112:29: warning: argument 1 of type ‘const char[2]’ with mismatched bound [-Warray-parameter=] 112 | void response_id(const char id[2]) | ~~~~~~~~~~~^~~~~ response.h:12:25: note: previously declared as ‘const char *’ 12 | extern void response_id(const char *); | ^~~~~~~~~~~~ dd.c:4:44: warning: argument 3 of type ‘char[4]’ with mismatched bound [-Warray-parameter=] 4 | int dd(const char *q,const char *base,char ip[4]) | ~~~~~^~~~~ In file included from dd.c:2: dd.h:4:41: note: previously declared as ‘char *’ 4 | extern int dd(const char *,const char *,char *); | ^~~~~~ ./choose c trysysel select.h1 select.h2 > select.h ./compile chkshsgr.c ( ( ./compile trylsock.c && \ ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ && echo -lsocket -lnsl || exit 0 ) > socket.lib ./compile walldns-conf.c chkshsgr.c: In function ‘main’: chkshsgr.c:10:19: error: passing argument 2 of ‘getgroups’ from incompatible pointer type [-Wincompatible-pointer-types] 10 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^ | | | short int * In file included from /usr/include/features.h:502, from /usr/include/errno.h:25, from <command-line>: /usr/include/x86_64-linux-gnu/bits/unistd.h:113:1: note: expected ‘__gid_t *’ {aka ‘unsigned int *’} but argument is of type ‘short int *’ 113 | __NTH (getgroups (int __size, __gid_t __list[])) | ^~~~~ chkshsgr.c:10:44: error: passing argument 2 of ‘setgroups’ from incompatible pointer type [-Wincompatible-pointer-types] 10 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^ | | | short int * In file included from chkshsgr.c:2: /usr/include/grp.h:180:50: note: expected ‘const __gid_t *’ {aka ‘const unsigned int *’} but argument is of type ‘short int *’ 180 | extern int setgroups (size_t __n, const __gid_t *__groups) __THROW; | ~~~~~~~~~~~~~~~^~~~~~~~ make[1]: *** [Makefile.djbdns:203: chkshsgr.o] Error 1 make[1]: *** Waiting for unfinished jobs.... rm -f trylsock.o trylsock make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j8 check returned exit code 2 make: *** [debian/rules:7: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075576-close@bugs.debian.org
- Subject: Bug#1075576: fixed in tinydyndns 0.4.2.debian1-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 28 Nov 2024 09:06:09 +0000
- Message-id: <E1tGaTR-00FfBY-PJ@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: tinydyndns Source-Version: 0.4.2.debian1-4 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of tinydyndns, 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 1075576@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 tinydyndns 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, 28 Nov 2024 09:50:29 +0100 Source: tinydyndns Architecture: source Version: 0.4.2.debian1-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1075576 Changes: tinydyndns (0.4.2.debian1-4) unstable; urgency=medium . * QA upload. * Fix building with -Werror=incompatible-pointer-types. (Closes: #1075576) Checksums-Sha1: 654cceb1b159299298c28608ecbf6cfdd08f86d5 1926 tinydyndns_0.4.2.debian1-4.dsc a874d3ba2964eb756d5604697a2cf88927e01b29 5400 tinydyndns_0.4.2.debian1-4.debian.tar.xz ea0b67fd5a54429c1ed92193b84265de08bd1c72 5554 tinydyndns_0.4.2.debian1-4_source.buildinfo Checksums-Sha256: 984d287eda6054b4faeb3d6cbfbb6217aea0ca98d8548d10049fdc1f7681a0f1 1926 tinydyndns_0.4.2.debian1-4.dsc b46f030d57d1cbde88ab5831b98ff6050050e58d594fdc9073753cce641ae9c8 5400 tinydyndns_0.4.2.debian1-4.debian.tar.xz 0dc8100260516b662e4e7f27368cb84e9175df9b1a44ad476a8016860ad2f9ac 5554 tinydyndns_0.4.2.debian1-4_source.buildinfo Files: 66bff861f6b787cfbea0ddae0e4be164 1926 net optional tinydyndns_0.4.2.debian1-4.dsc c918a40d4de533977e53f77494fc72f2 5400 net optional tinydyndns_0.4.2.debian1-4.debian.tar.xz ad0c6f2b73f03e20195d419ac7fd6521 5554 net optional tinydyndns_0.4.2.debian1-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmdIL40QHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCDNfD/45RmXpmGRF8x7fKNe/kxZHmtNyR6A2iaZM fbN26jWtFD6yAid9KzE2NYg5idWH2a7YAcHKzACT3F/qxXQVUYeUY55r/W2pQLgQ +ArvwwkF2QlOw1ED6dwmu8gHkaqJMfCQcOKoQziIy/lrhSl0B5I1ZPrBt9Sq+kPv 3BFvVJbMqEVU85QQC0hjEDFa1C/GVAM95ocVe8ZLuxnGS17M5mweKjSOsk0SncG1 YfDsUbM8MBJvKV6o2EqGmuam9CEaN4G01NF2y9wziI812sjfXbruKcn3+/uZ/+6p 8IecNhPltY84DoUA0WZqIvqHacl+DkKEizdtQZ5aU9sdmSeCpWRK+LZMjST4i3Hs HzTT7NkRF0xsa9NKz++3z82pNRyXlH78Hzqm1VfsqNk9i4mwvOHclwsPjyB1zjKw pjh2gLji5eRCkwHBGvv7CPr7rZIVNpm9UVqL1ZbbdMe/a5yanl7QeqGIUTUlGrc9 JKcxvkgCEP/8wVFvM4rANBg4FIqLP5f0kahSeG8CU5VWNYr1Sr7p0SwcJAGRbWOX 7aTRVVdJgjyQqKs5UfMJlHoWcxEoaP22Dz5GEJaaT4YSQQJRLAMhtfWPW2hc9sXY ca4usg9eb0XPc+7P/dam7kXHeJT83smf8LhrKciGmNFk+Eff6yXRuDOSque6O43X wL+/AURe+Q== =OxKa -----END PGP SIGNATURE-----Attachment: pgpcd3tDhT2C6.pgp
Description: PGP signature
--- End Message ---