Your message dated Mon, 03 Aug 2020 14:35:16 +0000
with message-id <e1k2bya-000dca...@fasolo.debian.org>
and subject line Bug#957597: fixed in netkit-ftp-ssl 0.17.34+0.2-5
has caused the Debian Bug report #957597,
regarding netkit-ftp-ssl: ftbfs with GCC-10
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.)


-- 
957597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:netkit-ftp-ssl
Version: 0.17.34+0.2-4.1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/netkit-ftp-ssl_0.17.34+0.2-4.1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
   dh_auto_build -O--buildsystem=cmake
        cd obj-x86_64-linux-gnu && make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f ftp/CMakeFiles/ftp-ssl.dir/build.make ftp/CMakeFiles/ftp-ssl.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/ftp 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp/CMakeFiles/ftp-ssl.dir/DependInfo.cmake
 --color=
Scanning dependencies of target ftp-ssl
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f ftp/CMakeFiles/ftp-ssl.dir/build.make ftp/CMakeFiles/ftp-ssl.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 28%] Building C object ftp/CMakeFiles/ftp-ssl.dir/cmds.c.o
[ 28%] Building C object ftp/CMakeFiles/ftp-ssl.dir/ftp.c.o
[ 57%] Building C object ftp/CMakeFiles/ftp-ssl.dir/cmdtab.c.o
[ 57%] Building C object ftp/CMakeFiles/ftp-ssl.dir/domacro.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cc   -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ -DUSE_SSL -DBUILD_SSL_CLIENT   -o 
CMakeFiles/ftp-ssl.dir/ftp.c.o   -c /<<PKGBUILDDIR>>/ftp/ftp.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cc   -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ -DUSE_SSL -DBUILD_SSL_CLIENT   -o 
CMakeFiles/ftp-ssl.dir/cmds.c.o   -c /<<PKGBUILDDIR>>/ftp/cmds.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cc   -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ -DUSE_SSL -DBUILD_SSL_CLIENT   -o 
CMakeFiles/ftp-ssl.dir/domacro.c.o   -c /<<PKGBUILDDIR>>/ftp/domacro.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cc   -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ -DUSE_SSL -DBUILD_SSL_CLIENT   -o 
CMakeFiles/ftp-ssl.dir/cmdtab.c.o   -c /<<PKGBUILDDIR>>/ftp/cmdtab.c
/<<PKGBUILDDIR>>/ftp/cmds.c: In function ‘settick’:
/<<PKGBUILDDIR>>/ftp/cmds.c:1304:14: warning: format ‘%d’ expects argument of 
type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} 
[-Wformat=]
 1304 |   printf(" (%d bytes/tick increment)", 10 * hashstep);
      |             ~^                         ~~~~~~~~~~~~~
      |              |                            |
      |              int                          size_t {aka long unsigned int}
      |             %ld
/<<PKGBUILDDIR>>/ftp/ftp.c: In function ‘dataconn’:
/<<PKGBUILDDIR>>/ftp/ftp.c:1700:52: 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
[ 71%] Building C object ftp/CMakeFiles/ftp-ssl.dir/main.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cc   -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ -DUSE_SSL -DBUILD_SSL_CLIENT   -o 
CMakeFiles/ftp-ssl.dir/main.c.o   -c /<<PKGBUILDDIR>>/ftp/main.c
/<<PKGBUILDDIR>>/ftp/cmds.c: In function ‘user’:
/<<PKGBUILDDIR>>/ftp/cmds.c:1705:4: warning: ignoring return value of ‘fgets’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1705 |    fgets(theacct, sizeof(theacct), stdin);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 85%] Building C object ftp/CMakeFiles/ftp-ssl.dir/ruserpass.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cc   -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ -DUSE_SSL -DBUILD_SSL_CLIENT   -o 
CMakeFiles/ftp-ssl.dir/ruserpass.c.o   -c /<<PKGBUILDDIR>>/ftp/ruserpass.c
[100%] Linking C executable ftp-ssl
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ftp && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/ftp-ssl.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D__USE_EDITLINE__ 
-DUSE_SSL -DBUILD_SSL_CLIENT  -Wl,-z,relro CMakeFiles/ftp-ssl.dir/cmds.c.o 
CMakeFiles/ftp-ssl.dir/cmdtab.c.o CMakeFiles/ftp-ssl.dir/domacro.c.o 
CMakeFiles/ftp-ssl.dir/ftp.c.o CMakeFiles/ftp-ssl.dir/main.c.o 
CMakeFiles/ftp-ssl.dir/ruserpass.c.o  -o ftp-ssl  -lcrypto -lssl -leditline 
/usr/bin/ld: 
CMakeFiles/ftp-ssl.dir/main.c.o:./obj-x86_64-linux-gnu/ftp/./ftp/ftp_var.h:82: 
multiple definition of `hashstep'; CMakeFiles/ftp-ssl.dir/ftp.c.o:(.data+0x8): 
first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [ftp/CMakeFiles/ftp-ssl.dir/build.make:162: ftp/ftp-ssl] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:97: ftp/CMakeFiles/ftp-ssl.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netkit-ftp-ssl
Source-Version: 0.17.34+0.2-5
Done: Alberto Gonzalez Iniesta <a...@inittab.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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta <a...@inittab.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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 03 Aug 2020 15:49:04 +0200
Source: netkit-ftp-ssl
Architecture: source
Version: 0.17.34+0.2-5
Distribution: unstable
Urgency: medium
Maintainer: Mats Erik Andersson <mats.anders...@gisladisker.se>
Changed-By: Alberto Gonzalez Iniesta <a...@inittab.org>
Closes: 957597
Changes:
 netkit-ftp-ssl (0.17.34+0.2-5) unstable; urgency=medium
 .
   * debian/patches/710_fix_ftbfs_gcc10.diff. Always use extern for hashstep
     in ftp_var.h. (Closes: #957597)
   * Bumped Standards-Version to 4.5.0
     - debian/control: Update Priority: to optional
Checksums-Sha1:
 eebd4821a720d27324a116f02693f7384a988b1c 1894 netkit-ftp-ssl_0.17.34+0.2-5.dsc
 ed0ffddbb9291d0124c99ae119b79684692c6485 48916 
netkit-ftp-ssl_0.17.34+0.2-5.debian.tar.xz
 87239f46e5072e4bc9c4ffd0b44658f7e24ad89b 6656 
netkit-ftp-ssl_0.17.34+0.2-5_amd64.buildinfo
Checksums-Sha256:
 b3e592609a05f52fe85b972b308785c00f24f6229163c560337c882758d67014 1894 
netkit-ftp-ssl_0.17.34+0.2-5.dsc
 bdfa4d736ea5dce62019d58890228a6c462da9775b8d432e468c6b1015e6656b 48916 
netkit-ftp-ssl_0.17.34+0.2-5.debian.tar.xz
 d605b44de7250f130a2f92656e140648aaf279d5451ca7ef64da0b7bb5ec2744 6656 
netkit-ftp-ssl_0.17.34+0.2-5_amd64.buildinfo
Files:
 e06039b9b3a663dda3f6904beb923108 1894 net optional 
netkit-ftp-ssl_0.17.34+0.2-5.dsc
 2899db87da9962508787bbe687b6f838 48916 net optional 
netkit-ftp-ssl_0.17.34+0.2-5.debian.tar.xz
 376a634a9c6b17bbd1a52cf467ead809 6656 net optional 
netkit-ftp-ssl_0.17.34+0.2-5_amd64.buildinfo

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

iQJEBAEBCAAuFiEEU0fL2D4wqetNfUvyAJszdWuaqlUFAl8oGogQHGFnaUBpbml0
dGFiLm9yZwAKCRAAmzN1a5qqVfNKD/0b0gjqYTfmp8lq/uIEqmjs0N0qHaTjuAx9
ZiiV73e06m9ppHBef1QDJsn98hO/dEJfHZC8fkeV7eCygR3K7NOSFHg40XIZPZyu
Z0rAnv5TianEx8cEUsSkMrMZrF5ZBnQ0JDBfaEmicZMLQp9yt50W6teLqQC3SkWi
wk3/iyUID58YoufKftsIVH0kE5Odm/tEbEdyyF/EUDo8aZ5Ls3EWvPHjL1k5lmIz
IewVaBD0I8BUgTMtLtEtlEMQYNoNLSV3CuOeCtRQuykvEIGx5to293veKVUulGRG
DO0Fyi8evPAnMC0NZdKHV1TGuohNbjRVUdDD8i6gPFvlissbu+OHetOreD85egU2
9w5uaIJxZF9fJQvYjG1ECQj0gwYWYzEWXwcWUzvI1884seDPJo2tppYKfjr4EL0/
H2FkMqQY3C/SmmQ6Rs3NwH6TC+btRMYSq/rrV7wzbspeBvddGFXbV3+YRqAuodyP
xhRHmKegsVFKAQmPsY428zt/9+6ucDb/U/gtmxq3dvBvrjg5xXuxsWWLEpUHQB5d
SoNT1d4J9mOVQc2BYZ9DxhmBwBCGSE8ZCx9qgyY1ZKnWERRQDLHuvCqB9epInolq
5WXKx5rmRAu/h/sEw+Y8XXY1N/X45qI8X8MwvYxKhMHrpYUNiLndamb/rVCugF79
DDg72tQhoQ==
=y6cT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to