Your message dated Tue, 09 Dec 2025 15:35:04 +0000 with message-id <E1vSzk0-004GzW-1s@fasolo.debian.org> and subject line Bug#1075225: fixed in linux-ftpd-ssl 0.17.36+really0.17-4 has caused the Debian Bug report #1075225, regarding linux-ftpd-ssl: 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.) -- 1075225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075225 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: linux-ftpd-ssl: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:34:58 +0000
- Message-id: <E1sOzCM-0042Ou-7p@paradis.debian.org>
Package: src:linux-ftpd-ssl Version: 0.17.36+really0.17-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/linux-ftpd-ssl_0.17.36+really0.17-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 [...] | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: note: declared here 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: warning: ‘reply_i’ is deprecated [-Wdeprecated-declarations] 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: note: declared here 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: warning: ‘__xx__’ is deprecated [-Wdeprecated-declarations] 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: note: declared here 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: warning: ‘__xx__’ is deprecated [-Wdeprecated-declarations] 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: note: declared here 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: warning: ‘reply_i’ is deprecated [-Wdeprecated-declarations] 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1330:25: note: declared here 1330 | _pam_drop_reply(repl, replies); | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c: In function ‘pam_doit’: /<<PKGBUILDDIR>>/ftpd/ftpd.c:1346:16: error: type defaults to ‘int’ in declaration of ‘old_silence_flag’ [-Wimplicit-int] 1346 | static old_silence_flag = 0; | ^~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c:1347:16: error: type defaults to ‘int’ in declaration of ‘silent_password’ [-Wimplicit-int] 1347 | static silent_password = 0; | ^~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c: In function ‘pass’: /<<PKGBUILDDIR>>/ftpd/ftpd.c:1598:28: error: passing argument 1 of ‘time’ from incompatible pointer type [-Wincompatible-pointer-types] 1598 | (void)time(&utmp.ut_time); | ^ | | | int32_t * {aka int *} In file included from /<<PKGBUILDDIR>>/ftpd/ftpd.c:100: /usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘int32_t *’ {aka ‘int *’} 76 | extern time_t time (time_t *__timer) __THROW; | ~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c: In function ‘main’: /<<PKGBUILDDIR>>/ftpd/ftpd.c:806:16: warning: ignoring return value of ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 806 | (void) freopen(_PATH_DEVNULL, "w", stderr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c: In function ‘end_login’: /<<PKGBUILDDIR>>/ftpd/ftpd.c:1241:16: warning: ignoring return value of ‘seteuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1241 | (void) seteuid((uid_t)0); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c: In function ‘getdatasock’: /<<PKGBUILDDIR>>/ftpd/ftpd.c:1904:16: warning: ignoring return value of ‘seteuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1904 | (void) seteuid((uid_t)0); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/ftpd/ftpd.c: In function ‘logxfer’: /<<PKGBUILDDIR>>/ftpd/ftpd.c:3514:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3514 | write(statfd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [ftpd/CMakeFiles/in.ftpd.dir/build.make:87: ftpd/CMakeFiles/in.ftpd.dir/ftpd.c.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:119: ftpd/CMakeFiles/in.ftpd.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:139: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install --strip-program=true" VERBOSE=1 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: 1075225-close@bugs.debian.org
- Subject: Bug#1075225: fixed in linux-ftpd-ssl 0.17.36+really0.17-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 09 Dec 2025 15:35:04 +0000
- Message-id: <E1vSzk0-004GzW-1s@fasolo.debian.org>
- Reply-to: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Source: linux-ftpd-ssl Source-Version: 0.17.36+really0.17-4 Done: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org> We believe that the bug you reported is fixed in the latest version of linux-ftpd-ssl, 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 1075225@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org> (supplier of updated linux-ftpd-ssl 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, 08 Dec 2025 21:03:34 +0500 Source: linux-ftpd-ssl Architecture: source Version: 0.17.36+really0.17-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org> Closes: 1075225 Changes: linux-ftpd-ssl (0.17.36+really0.17-4) unstable; urgency=medium . * QA upload. * Fix build for gcc-15 (Closes: #1075225). * Fix time argument d/patches/020-support_ipv6.diff. * Fix var declaration d/patches/600-better_conformity.diff. * Updated patch copyright in d/copyright. * Updated Standards-Version from 3.9.8 to 4.7.2. Checksums-Sha1: 05af25b0bc9b1a0658a8b34a88fa69716a9e2d05 1830 linux-ftpd-ssl_0.17.36+really0.17-4.dsc 482d9db9ff1c83b1d7f42025ce3309a8e0ce3dd0 55404 linux-ftpd-ssl_0.17.36+really0.17-4.debian.tar.xz 607443718757e2c97d821d8758a72e13b378c677 6468 linux-ftpd-ssl_0.17.36+really0.17-4_source.buildinfo Checksums-Sha256: 78f707e77a4685215ca36022c04c9a3d0c5a56ae4f1469b18d7116f0db991bce 1830 linux-ftpd-ssl_0.17.36+really0.17-4.dsc b81f4889e7e1d703806326b5872b3ff2483fae3dd3a917d22b526e2a2284bb32 55404 linux-ftpd-ssl_0.17.36+really0.17-4.debian.tar.xz f33fed095ece82eab7b6332fa088ce764f370112bbdcb290180d7f019673f572 6468 linux-ftpd-ssl_0.17.36+really0.17-4_source.buildinfo Files: 5091eff7193898aa3e63643c0b46b683 1830 net optional linux-ftpd-ssl_0.17.36+really0.17-4.dsc 2967209275032dd370442a8833187dd3 55404 net optional linux-ftpd-ssl_0.17.36+really0.17-4.debian.tar.xz ff1f63255f7a42c86bdeb5eb6b7e4c76 6468 net optional linux-ftpd-ssl_0.17.36+really0.17-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmk4PIcQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFMCCC/44vIdlmQWQPq3k0zokRCRjTO4gKATXjOww JtqyKMFVeFCupStRAtiV2t0R8knEWx7t60LIvrulY6gHGO5WUlrcph8PVzgR0hU8 /0axR3QzAnn1Li8ZORYNfNBvEZM2T8QJYJbtqiXs1eQZWv0YRqF3oh3rRCc4RVWK Cep+u3k/fGK/zSC4ibwGlFE/l9K1QVLcKr0IjtUv9TMAEbgL1vDtcBWZtDlcReiy uX+/pZBrSgS6Y5O3perTAcs4l7ZspElKvLcbYOAQru8usRD5YJUjq6QW8DrRfKnO 61oE9YHrZM46/RJiAnARBG77moUg0OvNcfvTC+prE023vu2ZKftrlQgTIsDntENt gCvWHWL7GEqsX+6KgvHmfpF/8rMSHimG7J+05hX389znWfq0xX/3O2EJSAu+HH4O 5bSdd4DC1jiYBL2RHJ3MyjGZLuUQSbYjS9ECTEHsp3dfR/RA9icK5qfFXKs7CXbu s789ZMECixxMpzojBvqKN8EGefTIYG8= =OwkZ -----END PGP SIGNATURE-----Attachment: pgpF59tYX8uBj.pgp
Description: PGP signature
--- End Message ---