Your message dated Wed, 02 Sep 2020 22:33:37 +0000
with message-id <e1kdbjx-0002dy...@fasolo.debian.org>
and subject line Bug#957860: fixed in tcpick 0.2.1-9
has caused the Debian Bug report #957860,
regarding tcpick: 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.)


-- 
957860: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcpick
Version: 0.2.1-8
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/tcpick_0.2.1-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

[...]
                 from colors.c:13:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 7 and 27 bytes into a destination of 
size 13
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
colors.c: In function ‘color’:
colors.c:20:26: warning: ‘%d’ directive writing between 1 and 11 bytes into a 
region of size between 0 and 9 [-Wformat-overflow=]
   20 |  sprintf(command, "%c[%d;%dm", 0x1B, attr, fg + 30);
      |                          ^~
colors.c:20:19: note: directive argument in the range [-2147483618, 2147483647]
   20 |  sprintf(command, "%c[%d;%dm", 0x1B, attr, fg + 30);
      |                   ^~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from tcpick.h:15,
                 from colors.c:13:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 7 and 27 bytes into a destination of 
size 13
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o debug.o debug.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o fragments.o fragments.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o quit.o quit.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o msg.o msg.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -o tcpick args.o 
display.o lookup_tree.o lookup_query.o loop.o tracker.o tcpick.o write.o 
datalink.o verify.o colors.o time.o timer.o debug.o fragments.o quit.o msg.o  
-lpcap 
/usr/bin/ld: display.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: display.o:./src/conn.h:83: multiple definition of 
`ip_last_header'; args.o:./src/conn.h:83: first defined here
/usr/bin/ld: lookup_tree.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: lookup_tree.o:./src/conn.h:83: multiple definition of 
`ip_last_header'; args.o:./src/conn.h:83: first defined here
/usr/bin/ld: lookup_query.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: lookup_query.o:./src/conn.h:83: multiple definition of 
`ip_last_header'; args.o:./src/conn.h:83: first defined here
/usr/bin/ld: loop.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: loop.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: tracker.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: tracker.o:./src/conn.h:83: multiple definition of 
`ip_last_header'; args.o:./src/conn.h:83: first defined here
/usr/bin/ld: tcpick.o:./src/globals.h:42: multiple definition of `first_conn'; 
tracker.o:(.bss+0x8): first defined here
/usr/bin/ld: tcpick.o:./src/globals.h:43: multiple definition of `last_conn'; 
tracker.o:(.bss+0x0): first defined here
/usr/bin/ld: tcpick.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: tcpick.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: write.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: write.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: datalink.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: datalink.o:./src/conn.h:83: multiple definition of 
`ip_last_header'; args.o:./src/conn.h:83: first defined here
/usr/bin/ld: verify.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: verify.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: colors.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: colors.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: time.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: time.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: timer.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: timer.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: debug.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: debug.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: fragments.o:./src/conn.h:84: multiple definition of 
`tcp_last_header'; args.o:./src/conn.h:84: first defined here
/usr/bin/ld: fragments.o:./src/conn.h:83: multiple definition of 
`ip_last_header'; args.o:./src/conn.h:83: first defined here
/usr/bin/ld: quit.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: quit.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
/usr/bin/ld: msg.o:./src/conn.h:84: multiple definition of `tcp_last_header'; 
args.o:./src/conn.h:84: first defined here
/usr/bin/ld: msg.o:./src/conn.h:83: multiple definition of `ip_last_header'; 
args.o:./src/conn.h:83: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:360: tcpick] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:267: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:410: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: 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: tcpick
Source-Version: 0.2.1-9
Done: Marcos Fouces <marcos.fou...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
tcpick, 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.
Marcos Fouces <marcos.fou...@gmail.com> (supplier of updated tcpick 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: Fri, 19 Apr 2019 23:43:53 +0200
Source: tcpick
Architecture: source
Version: 0.2.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Marcos Fouces <marcos.fou...@gmail.com>
Closes: 957860
Changes:
 tcpick (0.2.1-9) unstable; urgency=medium
 .
   * d/control
     - Bump debhelper compatibility level to 13
     - Switch Build-Depends from debhelper to debhelper-compat, dropping
       d/compat as it is obsolete.
     - Bump to Standards-Version 4.5.0 (no changes required).
     - Add Rules-Requires-Root: no in source stanza.
   * d/patches
     - Add fix-gcc-10.patch. (Closes: #957860).
     - Refresh all patches.
Checksums-Sha1:
 2bab2092e8708b07e12c3b8314e4c52fb6c3a338 1912 tcpick_0.2.1-9.dsc
 27c80a126543ebed9a5d1d6f2e5d082e4fdbc69c 12940 tcpick_0.2.1-9.debian.tar.xz
 ccec4495f596dbb67305c643081e5fbda98434c8 5502 tcpick_0.2.1-9_source.buildinfo
Checksums-Sha256:
 e1b0526e1ac13fe7c46ad4b6f42cda0d08ddb968689858ff9032fd57ecb59b2d 1912 
tcpick_0.2.1-9.dsc
 eda2e4dd67bd758e4649a811b2cbe9aae75783ff4e4c1a770792ebc109edc314 12940 
tcpick_0.2.1-9.debian.tar.xz
 143773da67f0c1e68980765ad62f2e78c05daf44a5d0bb7781d50784bd30c8ac 5502 
tcpick_0.2.1-9_source.buildinfo
Files:
 c228a84062aff7a287126b56fee1de11 1912 net optional tcpick_0.2.1-9.dsc
 9469acc554c49eca56c2e0ee36a84f1b 12940 net optional 
tcpick_0.2.1-9.debian.tar.xz
 83db91d71c334ea3ab8d991e6e80dbc9 5502 net optional 
tcpick_0.2.1-9_source.buildinfo

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

iQIzBAEBCgAdFiEEfLiv/VYDL+NaNH0uasy9D6O3RHwFAl9QGUMACgkQasy9D6O3
RHxq3g/+PIV19jhrOELTW1QJyLMK11rQKm6Uhqqd1j95zg1ncu7N+6c/lbsstDMb
FgJYvSwVpgLtEwHRIu3e3iqpTWE0eGcrKP7QExFegh3Ez78AGUptp3w1R0H20qAu
aMNFGTHyhkj7yqhbxDvQ5FjpjC+c4dNUDTg/X7MzExgkG9imKsL/QqBRiG7Yc28R
jYqnbk/BhIKzGqUCDHAS3x7eddKNOq7yKTu4Z5nNSlferL2qgStBFFCC5qzXIgI8
fk0NSkTEVEgFrvLMZWiuCEbeBJANKE4ObCVTNSf87hVFZ9y5rGo8xbr3TP5icDKB
32/VppnRHDQxALNiQDS99tgzn7HZWRSkFCtPpNrLSv7Xq4oGolXxKKtLPOeRCh3s
KivpCHW5vruOwQhxgP8ct7CUzGJ0DgWcvUPdUmKAab+bXstPOu9klJVsfJur/KDg
9esGP/jeESMXzX3uFdIrw+OejOQKLWB/4cSMJsXGU3J20HQQaR25MBa5IVnFlpvK
axbBInNRQFDyKFCloHnOoFyaLUyVZpE2gzk7++O9oIZZMEPq8qWLb1sEV6MarrSC
uG6Zj6hJ6ld3NtVJNukp2Oep8X4ZmAq6swKgAOw7O/Vrp+DKOjKX5sC1QXob5yfP
dxQa5T0ziAlkmfu4t91f12fVqbae53TK8JAjE0SOoI9hXq9+6PY=
=1Fiq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to