[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097449: marked as done (netkit-ftp-ssl: ftbfs with GCC-15)



Your message dated Mon, 20 Oct 2025 11:34:48 +0000
with message-id <E1vAoA4-005dpu-1y@fasolo.debian.org>
and subject line Bug#1097449: fixed in netkit-ftp-ssl 0.17.34+really0.17-3
has caused the Debian Bug report #1097449,
regarding netkit-ftp-ssl: 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.)


-- 
1097449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097449
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:netkit-ftp-ssl
Version: 0.17.34+really0.17-2
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/netkit-ftp-ssl_0.17.34+really0.17-2_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

[...]
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c: In function ‘dataconn’:
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c:1700:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
 1700 |                     sprintf(errbuf,"ftp: SSL_connect DATA error %d - %s\n",
      |                                                                 ~^
      |                                                                  |
      |                                                                  int
      |                                                                 %ld
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c: In function ‘ssl_init’:
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c:2193:29: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2193 |                             const char *e = ERR_func_error_string(ERR_peek_error());
      |                             ^~~~~
In file included from /build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/sslapp.h:35,
                 from /build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp_var.h:187,
                 from /build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c:77:
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c:2229:37: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2229 |                                     ERR_func_error_string(ERR_peek_error()),
      |                                     ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c:2236:25: warning: ‘SSL_use_RSAPrivateKey_file’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2236 |                         if (!SSL_use_RSAPrivateKey_file(ssl_con, my_ssl_key_file,
      |                         ^~
In file included from /build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/sslapp.h:34:
/usr/include/openssl/ssl.h:1696:12: note: declared here
 1696 | __owur int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/ftp.c:2244:41: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2244 |                                         ERR_func_error_string(ERR_peek_error()),
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c:1113:11: error: ‘bool’ cannot be used here
 1113 | onoff(int bool)
      |           ^~~~
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c:1113:11: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c: In function ‘onoff’:
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c:1115:21: error: expected ‘)’ before ‘?’ token
 1115 |         return (bool ? "on" : "off");
      |                ~    ^~
      |                     )
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c:1115:37: error: expected expression before ‘;’ token
 1115 |         return (bool ? "on" : "off");
      |                                     ^
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c: In function ‘settick’:
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c:1300:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
 1300 |                 printf(" (%d bytes/tick increment)", 10 * hashstep);
      |                           ~^                         ~~~~~~~~~~~~~
      |                            |                            |
      |                            int                          size_t {aka long unsigned int}
      |                           %ld
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c: In function ‘user’:
/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/ftp/cmds.c:1701:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1701 |                         fgets(theacct, sizeof(theacct), stdin);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [ftp/CMakeFiles/ftp-ssl.dir/build.make:82: ftp/CMakeFiles/ftp-ssl.dir/cmds.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:109: ftp/CMakeFiles/ftp-ssl.dir/all] Error 2
make[2]: Leaving directory '/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/netkit-ftp-ssl-0.17.34+really0.17/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:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netkit-ftp-ssl
Source-Version: 0.17.34+really0.17-3
Done: Santiago Vila <sanvila@debian.org>

We believe that the bug you reported is fixed in the latest version of
netkit-ftp-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 1097449@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <sanvila@debian.org> (supplier of updated netkit-ftp-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, 20 Oct 2025 12:30:00 +0200
Source: netkit-ftp-ssl
Architecture: source
Version: 0.17.34+really0.17-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Santiago Vila <sanvila@debian.org>
Closes: 1097449
Changes:
 netkit-ftp-ssl (0.17.34+really0.17-3) unstable; urgency=medium
 .
   * QA upload.
   * Refresh all patches to remove fuzzyness.
   * Use https in Bug-Debian fields.
   * Build using C17 standard with GNU extensions. Closes: #1097449.
   * Update source lintian overrides.
   * Update standards-version.
Checksums-Sha1:
 6249661d5187b494524aa90da6c03d85d600dad2 1632 netkit-ftp-ssl_0.17.34+really0.17-3.dsc
 32118567d88390612c1287e5cf0715eb4f80506f 48572 netkit-ftp-ssl_0.17.34+really0.17-3.debian.tar.xz
 14557920113ea69fc818da59dfef11b5cff9189c 6475 netkit-ftp-ssl_0.17.34+really0.17-3_source.buildinfo
Checksums-Sha256:
 0b02d8ea05caa0d2a155619b757d6757658b266bb71a19b085394d4a7cbc8769 1632 netkit-ftp-ssl_0.17.34+really0.17-3.dsc
 f92be5629139aef43455343181c8cb6022a47c7f88941094b5c0f58a8061cdbf 48572 netkit-ftp-ssl_0.17.34+really0.17-3.debian.tar.xz
 d27940f8b489217688ef6ca3ff9ec1bb60cec4e583de19b676e7fa85b3b1800e 6475 netkit-ftp-ssl_0.17.34+really0.17-3_source.buildinfo
Files:
 e566ce3f2ff0a0dc7980245b3be009e1 1632 net optional netkit-ftp-ssl_0.17.34+really0.17-3.dsc
 2c826a13a459581cc624a5a92f84dafc 48572 net optional netkit-ftp-ssl_0.17.34+really0.17-3.debian.tar.xz
 ff11bce1ae6c03865a3dfa2d9def9827 6475 net optional netkit-ftp-ssl_0.17.34+really0.17-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmj2GHkACgkQQc5/C58b
izKmkQgAier7nu0IMk5jJFXNOsHcETVOOjFhPbRM14regKrz8Tp4+NN9V+A1Tv6C
QfjswTwx46efzlN9CZwFMW/ZX8/72LCnm5hae9xHEuMALDxpa4dwCuGBHDmN90ny
1r5G9xxcm4hjJWxWu/gEJnHFwEn2TACvbDdpIaAC8L939rdYWS76+FbTKhwN7I4u
YnkXDg+6ew2ZWjTyVg+GRjEsffq1YSJWi/xtrR+gIz0YOZKTVqV8XAtDiffYs7Th
7mrCMsC4ZOJQqzhRNpioUhANqYvMowzizKI6tGe6v0yFhUCyttfh+lG4amvPqbCN
EW5jQwDT4C55apiyGRycImALPtRI/A==
=KfHW
-----END PGP SIGNATURE-----

Attachment: pgpvYmJ8tIqm1.pgp
Description: PGP signature


--- End Message ---

Reply to: