Your message dated Mon, 29 Sep 2025 14:38:04 +0000 with message-id <E1v3F0u-00GN6F-0c@fasolo.debian.org> and subject line Bug#1097196: fixed in libident 0.32-5 has caused the Debian Bug report #1097196, regarding libident: ftbfs with GCC-15 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.) -- 1097196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097196 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: libident: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:31:26 +0000
- Message-id: <E1tk4xq-009M9m-Ll@paradis.debian.org>
Package: src:libident Version: 0.32-4 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-15 [This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/libident_0.32-4_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other 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-15/porting_to.html [...] checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking if struct sockaddr has a sa_len member... no checking for struct sockaddr_storage in sys/socket.h... yes checking return type of signal handlers... void checking for library containing socket... none required checking for socklen_t in sys/socket.h... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for gai_strerror... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Leaving directory '/build/reproducible-path/libident-0.32' dh_auto_build make -j8 make[1]: Entering directory '/build/reproducible-path/libident-0.32' make all-am make[2]: Entering directory '/build/reproducible-path/libident-0.32' gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o lookup-tester.o lookup-tester.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o ident.lo ident.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o id_open.lo id_open.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o id_close.lo id_close.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o id_query.lo id_query.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o id_parse.lo id_parse.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o support.lo support.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o ident-tester.o ident-tester.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_query.c -fPIC -DPIC -o .libs/id_query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ident.c -fPIC -DPIC -o .libs/ident.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_open.c -fPIC -DPIC -o .libs/id_open.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_parse.c -fPIC -DPIC -o .libs/id_parse.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c support.c -fPIC -DPIC -o .libs/support.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_close.c -fPIC -DPIC -o .libs/id_close.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_close.c -o id_close.o >/dev/null 2>&1 id_query.c: In function 'id_query': id_query.c:59:13: error: assignment to 'void (*)(void)' from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 59 | old_sig = signal(SIGPIPE, SIG_IGN); | ^ In file included from id_query.c:13: /usr/include/signal.h:72:16: note: '__sighandler_t' declared here 72 | typedef void (*__sighandler_t) (int); | ^~~~~~~~~~~~~~ id_query.c:63:21: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 63 | signal(SIGPIPE, old_sig); | ^~~~~~~ | | | void (*)(void) /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void (*)(void)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/signal.h:72:16: note: '__sighandler_t' declared here 72 | typedef void (*__sighandler_t) (int); | ^~~~~~~~~~~~~~ make[2]: *** [Makefile:598: id_query.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c support.c -o support.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ident.c -o ident.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_open.c -o id_open.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libident-0.32=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c id_parse.c -o id_parse.o >/dev/null 2>&1 make[2]: Leaving directory '/build/reproducible-path/libident-0.32' make[1]: *** [Makefile:397: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/libident-0.32' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:16: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1097196-close@bugs.debian.org
- Subject: Bug#1097196: fixed in libident 0.32-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 29 Sep 2025 14:38:04 +0000
- Message-id: <E1v3F0u-00GN6F-0c@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: libident Source-Version: 0.32-5 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of libident, 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 1097196@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 libident 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: SHA512 Format: 1.8 Date: Mon, 29 Sep 2025 15:56:43 +0200 Source: libident Architecture: source Version: 0.32-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1097196 Changes: libident (0.32-5) unstable; urgency=medium . * QA upload. * Fix building with GCC 15. (Closes: #1097196) * Drop redundant Rules-Requires-Root: no. Checksums-Sha1: 98e9041c4332a3244e8584964555ffbe3bf6e44e 2185 libident_0.32-5.dsc 6b1e3dd6bc581f12ad74fd2462870f448abbf1b3 6452 libident_0.32-5.debian.tar.xz f429f4c11bfb8b727194b04f4fd8c2dce07faf05 5255 libident_0.32-5_source.buildinfo Checksums-Sha256: 807096ba56acfcd1fe8e6ca0b3fec9b2c5d62da335ccf6a94afb5264d3c2b11e 2185 libident_0.32-5.dsc 39bc1875ae085f034c6e6ca05f8b28d52043ee63ffb66faddb16eb1ee169a73e 6452 libident_0.32-5.debian.tar.xz 653a5ec09e54be18e8ba524e683eac3981abdc24d78e5a431b82a2f172d6d1c8 5255 libident_0.32-5_source.buildinfo Files: b8cb251ebf11b250ba31782de561dd36 2185 libs optional libident_0.32-5.dsc 73cf3fdfeb1f1f0622664e304a2f0cc4 6452 libs optional libident_0.32-5.debian.tar.xz c9cb643a522d5c87c8cf37002269576b 5255 libs optional libident_0.32-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjakK0QHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCONvD/sHXbUz3W9oJtb8VlNvk1GQA8V40IEr6N58 qGMbs6uAyWXcegBHzhWLfypEJ89LQGwkOpJr13RuW3fMeVSxzPbeWoNCztVgsTUo D7DOgG4KtNpM1JAmmPkntFp9sATfh6/9XFxMZ7zqbFOfI3wEmqmlr57TpVkUv76i UaMZGg+HPOFClnN/JhzDcKDB3ES9nJAttYt9RFY06iZ5Nx3626Tx7GEi+QuU6lGS JKPqk6dt8OGg6fiESI3/D7B4Zn8/PCjQeabJbe4CZ3SXH9FoBV6u5eqH0+nWXxJr x2MC+mjjg211HQjawidK+Iolv5GtY5Tj2FaVwc247fxVp54+O/xTJx9OHRBXeDtW Y1X3MFDZhB6X3e7wkMGeBYAAnJTHWyRyCcXHtmOrnrek0CMXMn16mXAQAY+e7yPN NyaTEorEFgqD7YkEufci5JhCKnIWm7zxUV9dJpO2YUVrKo95W+tZQICed9agoMws DG4tblm05TKSj49imaUgSFdjyFtnytnYLuhX3lsCoQtL383BEZzteLFTyznYnbEh q5EkNSrWiKLGQntlgp7SKYTr7XWPP0DwccolWjLzXLTcQ42tjuteu3ftd1rorZJN DkcyYWAsasagwgktwCgnjXxe3u+M2jrz1GaNSfrJcLEVPzc3wtlRikPnoQMMNqkh qA+T/bfUsA== =k/fU -----END PGP SIGNATURE-----Attachment: pgpjBQanc6t_Q.pgp
Description: PGP signature
--- End Message ---