Your message dated Thu, 20 Aug 2020 17:49:50 +0000
with message-id <e1k8ohc-000cla...@fasolo.debian.org>
and subject line Bug#957582: fixed in ncftp 2:3.2.5-2.2
has caused the Debian Bug report #957582,
regarding ncftp: 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.)


-- 
957582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ncftp
Version: 2:3.2.5-2.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/ncftp_3.2.5-2.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

[...]
   1528 |  len = (int) strlen(buf);
        |              ^~~~~~~~~~~
Linking ncftp.
Done making NcFTP.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ncftp'
make[2]: Entering directory '/<<PKGBUILDDIR>>/sh_util'
Compiling gpshare.c.
Compiling bookmark.c.
Compiling preffw.c.
Compiling spoolutil.c.
Compiling util.c.
Compiling gl_getline.c.
  ../ncftp/gl_getline.c: In function ‘gl_error’:
  ../ncftp/gl_getline.c:567:12: warning: ignoring return value of ‘write’ d
  eclared with attribute ‘warn_unused_result’ [-Wunused-result]
    567 |     (void) write(2, buf, len);
        |            ^~~~~~~~~~~~~~~~~~
  ../ncftp/gl_getline.c: In function ‘gl_putc’:
  ../ncftp/gl_getline.c:506:12: warning: ignoring return value of ‘write’ d
  eclared with attribute ‘warn_unused_result’ [-Wunused-result]
    506 |     (void) write(1, &ch, (write_size_t) 1);
        |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ../ncftp/gl_getline.c:509:16: warning: ignoring return value of ‘write’ d
  eclared with attribute ‘warn_unused_result’ [-Wunused-result]
    509 |         (void) write(1, &ch, (write_size_t) 1); /* RAW mode needs '\r
  ', does not hurt */
        |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ../ncftp/gl_getline.c: In function ‘gl_puts’:
  ../ncftp/gl_getline.c:556:16: warning: ignoring return value of ‘write’ d
  eclared with attribute ‘warn_unused_result’ [-Wunused-result]
    556 |         (void) write(1, buf, len);
        |                ^~~~~~~~~~~~~~~~~~
  In file included from /usr/include/string.h:495,
                   from ../ncftp/gl_getline.c:156:
  In function ‘strncpy’,
      inlined from ‘hist_save’ at ../ncftp/gl_getline.c:1590:13,
      inlined from ‘gl_histadd’ at ../ncftp/gl_getline.c:1533:35:
  /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__b
  uiltin_strncpy’ specified bound depends on the length of the source argumen
  t [-Wstringop-overflow=]
    106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest
  ));
        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~
  ../ncftp/gl_getline.c: In function ‘gl_histadd’:
  ../ncftp/gl_getline.c:1528:14: note: length computed here
   1528 |  len = (int) strlen(buf);
        |              ^~~~~~~~~~~
Compiling version.c.
Compiling ncftpget.
  gcc -D_REENTRANT -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
  -fstack-protector-strong -Wformat -Werror=format-security -DNO_SSLv2 -D_FILE_
  OFFSET_BITS=64 -g -Wall -Wno-format-y2k -DLINUX=59000 -DLINUX_GLIBC=49000 -Ds
  h_util -DO_S="linux-x86_64-glibc2.29" -DSYSCONFDIR="/etc" -DHAVE_CONFIG_H -DL
  INUX=59000 -DLINUX_GLIBC=49000 -I/<<PKGBUILDDIR>> -I../libncft
  p -I../Strn -I../sio -I/<<PKGBUILDDIR>> -I/<<BUILDDIR>>/
  ncftp-3.2.5/libncftp -I/<<PKGBUILDDIR>>/sio -I/build/ncftp-SYo
  lax/ncftp-3.2.5/Strn -Wdate-time -D_FORTIFY_SOURCE=2 gpshare.o bookmark.o pre
  ffw.o spoolutil.o util.o gl_getline.o version.o ncftpget.c -o ../bin/ncftpget
   -L../libncftp -L../Strn -L../sio -L/<<PKGBUILDDIR>>/libncftp 
  -L/<<BUILDDIR>>/ncftp-3/usr/bin/ld: bookmark.o:./sh_util/../ncftp/bookm
  ark.c:27: multiple definition of `gBm'; gpshare.o:./sh_util/gpshare.c:31: fir
  st defined here
  collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:29: ../bin/ncftpget] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/sh_util'
make[1]: *** [Makefile:40: progs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:41: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ncftp
Source-Version: 2:3.2.5-2.2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
ncftp, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated ncftp 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: SHA512

Format: 1.8
Date: Tue, 18 Aug 2020 18:17:17 +0100
Source: ncftp
Architecture: source
Version: 2:3.2.5-2.2
Distribution: unstable
Urgency: medium
Maintainer: Noël Köthe <n...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957582
Changes:
 ncftp (2:3.2.5-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957582)
Checksums-Sha1:
 abbc226fef8aabe9547d3812ddc18676f5858b26 1720 ncftp_3.2.5-2.2.dsc
 7e7dbff1833980d10a2700252942a0e720efb79d 10352 ncftp_3.2.5-2.2.debian.tar.xz
 c42370630b024eaca5547e60e9102f402a89aaab 5845 ncftp_3.2.5-2.2_amd64.buildinfo
Checksums-Sha256:
 13edf9821916d603f4c0c91351b4068958bf35647f588af06c63c79794d4e881 1720 
ncftp_3.2.5-2.2.dsc
 c0b334082b1aa7f6b7d43a3c5191d7646fcf3fed316310bcf9f931d5606e1458 10352 
ncftp_3.2.5-2.2.debian.tar.xz
 c973d5de675c76a1a9d01b35efcfe34af4a4963c01bcf80f44bca7a7be79920c 5845 
ncftp_3.2.5-2.2_amd64.buildinfo
Files:
 fe26322a4129ee6bac56918285ea852c 1720 net optional ncftp_3.2.5-2.2.dsc
 d42522ce28c214edc5adfc8a721a40d7 10352 net optional 
ncftp_3.2.5-2.2.debian.tar.xz
 90d8e260cec82b04ca271f6df3d86da4 5845 net optional 
ncftp_3.2.5-2.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl88DwkACgkQR5mjUUbR
KzXYew//bOrP1zbuBIfAtDOq7qS83usJUs1we9wMJgQcfegwAP650vpuTfzzE60T
ShYzPWGftocXsWX4imMzs2M5uw3FTbAp70MxiUJlVSIcLgbkBNsUxcPKiQFInbOW
jS8NsmGT34mDbklPIsVuVqVeXQEK1xepUOmUaHoNMyl7io5d0WwnUf1Wd9a08MzS
NWLK8pjZKXg0EfeKwJZ3x8/2CcX29pyg5EOt1t8mbTLq09e0nQ+RJLjxgY76Z9kW
6fegf2cNFYJ73RIzWq4QUamdck/9GqvgJ/sSHutJZ4tOdOUsx4pb47kVCp86+wwt
/Z1t/cOeJLj79eru3gT1BZDZES3fXvYwR2tQjm4TQRTU6Lz4XpXeatWpbTsBL64N
Oty2K7yFBpyB3vOIE561Tow3SueLL0LB3Vu0NkJ2KQEUiNH10/4IiIbH8XFGggUp
x02SyPdh2ADtsA1UGfeslCUcCFPSVMYKR6N+vrYSDQI9FbXVaclJgSQ+YXmhEHMg
RtVmfyYURWNIBw7jTkFAUcM+0jiYK1f7YBKWwbqu41FqcBrjBOrA4f41oMfQy6P3
51gSn22nYSp1pxmrCtEpuhljvDobTmcU2xuQ/hdt/zkNBi0X9LnvCU5FqfwlD+ga
akgETzAfA4xdXPrjg2VY4PJW0HK2dOwqehqBwtafwtuaRcOHj+I=
=zRlE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to