Your message dated Sun, 17 May 2020 16:49:39 +0000
with message-id <[email protected]>
and subject line Bug#957961: fixed in wput 0.6.2+git20130413-9
has caused the Debian Bug report #957961,
regarding wput: 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 [email protected]
immediately.)
--
957961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957961
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wput
Version: 0.6.2+git20130413-8
Severity: normal
Tags: sid bullseye
User: [email protected]
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/wput_0.6.2+git20130413-8_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
[...]
progress.c:306:38: warning: ‘%02d’ directive output may be truncated writing
between 2 and 11 bytes into a region of size 4 [-Wformat-truncation=]
306 | snprintf(buf, sizeof(buf), "ETA %02ds", remain);
| ^~~~
progress.c:306:30: note: directive argument in the range [-2147483648, 59]
306 | snprintf(buf, sizeof(buf), "ETA %02ds", remain);
| ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from wput.h:41,
from progress.h:4,
from progress.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note:
‘__builtin___snprintf_chk’ output between 11 and 20 bytes into a destination of
size 11
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wall -pedantic -Wall -g
-DLOCALEDIR=\"/usr/share/locale\" -I/usr/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ftp-ls.o ftp-ls.c
In file included from /usr/include/string.h:495,
from wput.h:42,
from progress.h:4,
from progress.c:19:
In function ‘memcpy’,
inlined from ‘bar_update’ at progress.c:387:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning:
‘__builtin_memcpy’ accessing 92 bytes at offsets 32 and 36 overlaps 88 bytes at
offset 36 [-Wrestrict]
34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ftp-ls.c:49:
ftp-ls.c: In function ‘ftp_parse_unix_ls’:
wget.h:16:17: warning: implicit declaration of function ‘strdup’
[-Wimplicit-function-declaration]
16 | #define xstrdup strdup
| ^~~~~~
ftp-ls.c:319:22: note: in expansion of macro ‘xstrdup’
319 | cur.linkto = xstrdup (p + 4);
| ^~~~~~~
wget.h:16:17: warning: incompatible implicit declaration of built-in function
‘strdup’
16 | #define xstrdup strdup
| ^~~~~~
ftp-ls.c:319:22: note: in expansion of macro ‘xstrdup’
319 | cur.linkto = xstrdup (p + 4);
| ^~~~~~~
ftp-ls.c: In function ‘ftp_parse_winnt_ls’:
wget.h:16:17: warning: incompatible implicit declaration of built-in function
‘strdup’
16 | #define xstrdup strdup
| ^~~~~~
ftp-ls.c:471:18: note: in expansion of macro ‘xstrdup’
471 | cur.name = xstrdup(tok);
| ^~~~~~~
ftp-ls.c: In function ‘ftp_parse_vms_ls’:
wget.h:16:17: warning: incompatible implicit declaration of built-in function
‘strdup’
16 | #define xstrdup strdup
| ^~~~~~
ftp-ls.c:698:18: note: in expansion of macro ‘xstrdup’
698 | cur.name = xstrdup(tok);
| ^~~~~~~
gcc -Wl,-z,relro -Wl,-z,now -o ../wput wput.o netrc.o ftp.o ftplib.o utils.o
progress.o socketlib.o queue.o ftp-ls.o -lgnutls-openssl
/usr/bin/ld: netrc.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: ftp.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: ftplib.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: utils.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: progress.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: socketlib.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: queue.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
/usr/bin/ld: ftp-ls.o:./src/wput.h:143: multiple definition of `opt';
wput.o:./src/wput.h:143: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:26: wput] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:12: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: wput
Source-Version: 0.6.2+git20130413-9
Done: Stephen Kitt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wput, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Kitt <[email protected]> (supplier of updated wput 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 May 2020 18:28:56 +0200
Source: wput
Architecture: source
Version: 0.6.2+git20130413-9
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 957961
Changes:
wput (0.6.2+git20130413-9) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/copyright: Change Format URL to correct one
* d/watch: Use https protocol
.
[ Stephen Kitt ]
* Ensure variables are only declared once. Closes: #957961.
* Switch to debhelper compatibility level 12.
* Set “Rules-Requires-Root: no”.
* Standards-Version 4.5.0, no further change required.
Checksums-Sha1:
b6eb4e9324fbdd5fb1f5991fe3d5c3976905109b 1898 wput_0.6.2+git20130413-9.dsc
639fed4784a9eed9045488cb30520d576d1e6d33 18208
wput_0.6.2+git20130413-9.debian.tar.xz
1e6911b307f68dd49fb85134380d712c6f452eff 6506
wput_0.6.2+git20130413-9_source.buildinfo
Checksums-Sha256:
5181aff6ec08c376f0c1d2f4fcd8e1a0ea021eabb8a904c379e0def43a20252b 1898
wput_0.6.2+git20130413-9.dsc
ba425909c0cd2baae875ae295707a4d8d1ea3af3a39a8f79f4498b016e5a85c1 18208
wput_0.6.2+git20130413-9.debian.tar.xz
34646bea5cd9076fa39db47d17e80a1b876868e6165d74d847d3b47a5d0ef877 6506
wput_0.6.2+git20130413-9_source.buildinfo
Files:
902ebb7acda4a93ff96c253b63ef225f 1898 web optional wput_0.6.2+git20130413-9.dsc
10e18e6d2740df449d4812d79fa02880 18208 web optional
wput_0.6.2+git20130413-9.debian.tar.xz
25ca6bb322b606e23f9bd8dc8f8a436c 6506 web optional
wput_0.6.2+git20130413-9_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl7BZlIACgkQgNMC9Yht
g5wePQ//aCwueD/Prt+6zUCSzAmFiPyf1a58no1SGtb7snNbiN1K03k7LQ9dA16z
ED78I1RAN1LI3Lb1NrMTaS42wWcqgJFfCdkC4R3TcKJO5ADZv/77ADujRirEexSw
Y907IFkkkGdga6VNH2IITk0H8KDR6v+UiFBmCjWaZbjLzGODywlvYdnqtsw6+GM2
MkEAmaT3IpOXyKrzyggXBlrHVVcbEmDu7OR6sKyVdE6E/NXelMQGH89QWhd2KsNx
tJIDnFfTrz85Ywv285UYaRAAd1oaq/CH6+k9Z1PlDAvMoOXstYLqJwytoFiU1S1G
nsBd8J+9huqzrxhPlMUZK61s0fBV6A2HubmnPGwwifRIUDEtQMHVAJBXEWGcH4eI
zO1gbJjUXfCrl5nJwIV/qoJ730Cixvee1FPXzd/SgY0eSfRaEcw9q69mNt8yjabz
o3cYFyXg4iJzo/xqdIBCZMEeZq1NEoluicbchiG7JlgkhGpYdudh9vrBFCtsJUYf
wKUR99kGFAbFTxjI4J4zFW4pXK2PCnh/YLczVrtPfLiqoZFlqdV723TDKxqEkXHF
HB4lCinuf4cfaLe5TCHRq2ISz2H+W8hWKg7UBLpuEHaypECggJt6LFWcT+/mu8d4
pXnSIJ2k0903zUjfr94Tlh4nF/iUFAydcu5t29QmM4eGt7Zb1Rg=
=/9Di
-----END PGP SIGNATURE-----
--- End Message ---