Your message dated Sat, 08 Aug 2020 19:49:34 +0000
with message-id <e1k4uqu-000fzt...@fasolo.debian.org>
and subject line Bug#957370: fixed in ipv6toolkit 2.0+ds.1-1
has caused the Debian Bug report #957370,
regarding ipv6toolkit: 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.)


-- 
957370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ipv6toolkit
Version: 2.0-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/ipv6toolkit_2.0-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

[...]
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package ipv6toolkit
dpkg-buildpackage: info: source version 2.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Octavio Alvarez 
<alvar...@alvarezp.com>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean 
dh: warning: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 9 are deprecated (level 8 
in use)
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f addr6 blackhole6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 path6 ra6 rd6 rs6 
scan6 script6 tcp6 udp6 libipv6.o
rm -f data/ipv6toolkit.conf
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
dh_clean: warning: Compatibility levels before 9 are deprecated (level 8 in use)
 debian/rules build
dh build 
dh: warning: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 9 are deprecated (level 
8 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p data
dh_auto_build
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 8 
in use)
        make -j1
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o libipv6.o tools/libipv6.c
tools/libipv6.c: In function ‘in_chksum’:
tools/libipv6.c:982:2: warning: converting a packed ‘struct ipv6pseudohdr’ 
pointer (alignment 1) to a ‘uint16_t’ {aka ‘short unsigned int’} pointer 
(alignment 2) may result in an unaligned pointer value 
[-Waddress-of-packed-member]
  982 |  w= (uint16_t *) &pseudohdr;
      |  ^
In file included from tools/libipv6.c:64:
tools/libipv6.h:269:8: note: defined here
  269 | struct ipv6pseudohdr{
      |        ^~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/netinet/icmp6.h:22,
                 from tools/libipv6.c:36:
In function ‘strncpy’,
    inlined from ‘sel_src_addr’ at tools/libipv6.c:3521:8:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ output may be truncated copying 15 bytes from a string of 
length 15 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -o addr6 tools/addr6.c libipv6.o -Wl,-z,relro 
-Wl,-z,now -lpcap -lm 
cp tools/blackhole6 ./
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -o flow6 tools/flow6.c libipv6.o -Wl,-z,relro 
-Wl,-z,now -lpcap -lm
/usr/bin/ld: libipv6.o:./tools/libipv6.c:74: multiple definition of 
`pcap_filter'; /tmp/ccwCWYbT.o:./tools/flow6.c:88: first defined here
/usr/bin/ld: libipv6.o:./tools/libipv6.c:73: multiple definition of `errbuf'; 
/tmp/ccwCWYbT.o:./tools/flow6.c:89: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [GNUmakefile:65: flow6] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ipv6toolkit
Source-Version: 2.0+ds.1-1
Done: Octavio Alvarez <alvar...@alvarezp.com>

We believe that the bug you reported is fixed in the latest version of
ipv6toolkit, 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.
Octavio Alvarez <alvar...@alvarezp.com> (supplier of updated ipv6toolkit 
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: Tue, 04 Aug 2020 23:21:55 -0500
Source: ipv6toolkit
Architecture: source
Version: 2.0+ds.1-1
Distribution: unstable
Urgency: medium
Maintainer: Octavio Alvarez <alvar...@alvarezp.com>
Changed-By: Octavio Alvarez <alvar...@alvarezp.com>
Closes: 957370
Changes:
 ipv6toolkit (2.0+ds.1-1) unstable; urgency=medium
 .
   * Refreshed patches using gbp pq export. Added:
     - Fixed GCC-10 compilation. Closes: #957370.
     - Silenced compilation warnings that are already fixed upstream.
     - Fixed stringop-truncation warning.
   * Bumped compat level to 12.
   * Bumped Standards-Version to 4.5.0.
     - Changed Priority to optional.
   * Disabled debian/watch.
Checksums-Sha1:
 1f0930522ef254b496b4eb19f27d4374a48fefba 1916 ipv6toolkit_2.0+ds.1-1.dsc
 edd442e367f3c355eea01a8ad45b861c05a9dfe5 538069 
ipv6toolkit_2.0+ds.1.orig.tar.gz
 c1ce5b77d1481e1acf9777a94947fd5c4a3b3e96 6552 
ipv6toolkit_2.0+ds.1-1.debian.tar.xz
 1f5e4eaafb0401e9480a8655e1eb0231338ef7c6 5793 
ipv6toolkit_2.0+ds.1-1_amd64.buildinfo
Checksums-Sha256:
 20693de0949ade4ed493b738e3a5c7736d3bdf4a8e1cb53e3d13e448eff6454a 1916 
ipv6toolkit_2.0+ds.1-1.dsc
 a26e3ad2c5429c36fc5be7fb63bcff131bd478e3d9ba2e5ca2f63c65f24a346b 538069 
ipv6toolkit_2.0+ds.1.orig.tar.gz
 872083e494cd37805dd31c3909eb551c4cc5ec7ebd1ec195141452dde9a6dc51 6552 
ipv6toolkit_2.0+ds.1-1.debian.tar.xz
 b2a1815a48b007f911554c7cf4cd6ea052a9be2eb7f28fc135e9629d6f89f9cc 5793 
ipv6toolkit_2.0+ds.1-1_amd64.buildinfo
Files:
 b480b8ae0c184b6a70f13f773550794d 1916 net optional ipv6toolkit_2.0+ds.1-1.dsc
 c188d3e86acede85dd2256ce9e439c17 538069 net optional 
ipv6toolkit_2.0+ds.1.orig.tar.gz
 389804870604bf2cbe537cd4e054fc93 6552 net optional 
ipv6toolkit_2.0+ds.1-1.debian.tar.xz
 6491134d5736f047c29f3f1b3c0f7d81 5793 net optional 
ipv6toolkit_2.0+ds.1-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEayzFlnvRveqeWJspbsLe9o/+N3QFAl8u/GgACgkQbsLe9o/+
N3Qy/hAAh+dMdwUnl5W1CuVNsceZXu7DhQ+sT3goX9+b3GeRJFxLLwtiZUXAWEQr
Wnfo/39aLvh19n0Hx5lkALXAlcf8Eez4baE9XwxiadUZXMCmQDQOTH6aEAfQQ1aX
OnCztCYeBC396FE0gXljt1gpywNZDFcdyPUbKMOFIWgkHKtYK2yuonkPxZqWkltU
f5QzpEj2GaasRh2W9Rd7wHpwaOcSFsz8fNUMGphdw4kRFBkkOjUsW4K6Cczf1wE8
fskSlW8zOUUoHVVsxm33VOZkU/jhP+ib/hT962MF/0mZKV1Lymg6QsCfsrcDchoS
BJHTOR3S3FxzWcCpuzl+TOu8lxW1G7KhPXV1XR8b23K5tl+yBj6oiNRrNH8rycoO
w7Y7cCfrLVbPFAPha9xhTN1r9QV1vVcB4rvcYmtX//cfJhPiGvt8an/WWl4IA0CY
OMIC3QvBFH/YGNFF2w02XWG9t1QsTPj6BD4XvfZ9USUy29xumwhxCTYL3znvcwmS
+DCP/Ze/TS/AQPa4ZTSFeneYvyVtQKiaTI3UfaG/DAn23xePjKzvv8FVV+QKeqos
DYn9Lh73YhTQU4ZgpIN6fyo+3Fdd0P2OKHMIP9vvOLZTlNVA039eGZNJ7CHaXxmH
xzB4KAo8lciJzshwNYMDlPW4R0lOXQK9DohNOPG5yLhM51caZFs=
=EJCv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to