Your message dated Wed, 05 Aug 2020 20:35:30 +0000
with message-id <e1k3q8i-000bkw...@fasolo.debian.org>
and subject line Bug#957368: fixed in ipip 1.1.10
has caused the Debian Bug report #957368,
regarding ipip: 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.)


-- 
957368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957368
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ipip
Version: 1.1.9
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/ipip_1.1.9_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

[...]
      | ^~~~
main.c: In function ‘main’:
main.c:45:9: warning: variable ‘now’ set but not used 
[-Wunused-but-set-variable]
   45 |  time_t now;
      |         ^~~
gcc -DLINUX -DUSE_TERMIOS -g -O2 -Wall  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
route.o route.c
gcc -DLINUX -DUSE_TERMIOS -g -O2 -Wall  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
run.o run.c
gcc -DLINUX -DUSE_TERMIOS -g -O2 -Wall  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
slip.o slip.c
gcc -DLINUX -DUSE_TERMIOS -g -O2 -Wall  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
tun.o tun.c
gcc -Wl,-z,relro -DLINUX -DUSE_TERMIOS -g -O2 -Wall  -o ipip config.o ip.o 
main.o route.o run.o slip.o tun.o
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:53: multiple definition of 
`progname'; config.o:/<<PKGBUILDDIR>>/ipip.h:53: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:132: multiple definition of 
`ifs_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:132: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:131: multiple definition of `ifs'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:131: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:129: multiple definition of 
`rts_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:129: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:125: multiple definition of `rts'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:125: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:55: multiple definition of 
`stat_interval'; config.o:/<<PKGBUILDDIR>>/ipip.h:55: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:54: multiple definition of 
`no_timestamp'; config.o:/<<PKGBUILDDIR>>/ipip.h:54: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:52: multiple definition of `debugt'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:52: first defined here
/usr/bin/ld: ip.o:/<<PKGBUILDDIR>>/ipip.h:51: multiple definition of `debugd'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:51: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:51: multiple definition of 
`debugd'; config.o:/<<PKGBUILDDIR>>/ipip.h:51: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:52: multiple definition of 
`debugt'; config.o:/<<PKGBUILDDIR>>/ipip.h:52: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:54: multiple definition of 
`no_timestamp'; config.o:/<<PKGBUILDDIR>>/ipip.h:54: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:55: multiple definition of 
`stat_interval'; config.o:/<<PKGBUILDDIR>>/ipip.h:55: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:53: multiple definition of 
`progname'; config.o:/<<PKGBUILDDIR>>/ipip.h:53: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:132: multiple definition of 
`ifs_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:132: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:131: multiple definition of `ifs'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:131: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:129: multiple definition of 
`rts_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:129: first defined here
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/ipip.h:125: multiple definition of `rts'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:125: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:129: multiple definition of 
`rts_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:129: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:125: multiple definition of `rts'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:125: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:132: multiple definition of 
`ifs_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:132: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:131: multiple definition of `ifs'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:131: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:51: multiple definition of 
`debugd'; config.o:/<<PKGBUILDDIR>>/ipip.h:51: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:53: multiple definition of 
`progname'; config.o:/<<PKGBUILDDIR>>/ipip.h:53: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:55: multiple definition of 
`stat_interval'; config.o:/<<PKGBUILDDIR>>/ipip.h:55: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:54: multiple definition of 
`no_timestamp'; config.o:/<<PKGBUILDDIR>>/ipip.h:54: first defined here
/usr/bin/ld: route.o:/<<PKGBUILDDIR>>/ipip.h:52: multiple definition of 
`debugt'; config.o:/<<PKGBUILDDIR>>/ipip.h:52: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:52: multiple definition of `debugt'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:52: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:129: multiple definition of 
`rts_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:129: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:125: multiple definition of `rts'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:125: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:55: multiple definition of 
`stat_interval'; config.o:/<<PKGBUILDDIR>>/ipip.h:55: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:54: multiple definition of 
`no_timestamp'; config.o:/<<PKGBUILDDIR>>/ipip.h:54: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:132: multiple definition of 
`ifs_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:132: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:131: multiple definition of `ifs'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:131: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:51: multiple definition of `debugd'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:51: first defined here
/usr/bin/ld: run.o:/<<PKGBUILDDIR>>/ipip.h:53: multiple definition of 
`progname'; config.o:/<<PKGBUILDDIR>>/ipip.h:53: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:53: multiple definition of 
`progname'; config.o:/<<PKGBUILDDIR>>/ipip.h:53: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:132: multiple definition of 
`ifs_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:132: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:131: multiple definition of `ifs'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:131: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:129: multiple definition of 
`rts_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:129: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:125: multiple definition of `rts'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:125: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:55: multiple definition of 
`stat_interval'; config.o:/<<PKGBUILDDIR>>/ipip.h:55: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:54: multiple definition of 
`no_timestamp'; config.o:/<<PKGBUILDDIR>>/ipip.h:54: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:52: multiple definition of 
`debugt'; config.o:/<<PKGBUILDDIR>>/ipip.h:52: first defined here
/usr/bin/ld: slip.o:/<<PKGBUILDDIR>>/ipip.h:51: multiple definition of 
`debugd'; config.o:/<<PKGBUILDDIR>>/ipip.h:51: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:53: multiple definition of 
`progname'; config.o:/<<PKGBUILDDIR>>/ipip.h:53: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:132: multiple definition of 
`ifs_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:132: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:131: multiple definition of `ifs'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:131: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:129: multiple definition of 
`rts_top'; config.o:/<<PKGBUILDDIR>>/ipip.h:129: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:125: multiple definition of `rts'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:125: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:55: multiple definition of 
`stat_interval'; config.o:/<<PKGBUILDDIR>>/ipip.h:55: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:54: multiple definition of 
`no_timestamp'; config.o:/<<PKGBUILDDIR>>/ipip.h:54: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:52: multiple definition of `debugt'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:52: first defined here
/usr/bin/ld: tun.o:/<<PKGBUILDDIR>>/ipip.h:51: multiple definition of `debugd'; 
config.o:/<<PKGBUILDDIR>>/ipip.h:51: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:23: ipip] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ipip
Source-Version: 1.1.10
Done: Bdale Garbee <bd...@gag.com>

We believe that the bug you reported is fixed in the latest version of
ipip, 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.
Bdale Garbee <bd...@gag.com> (supplier of updated ipip 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: Wed, 05 Aug 2020 13:46:13 -0600
Source: ipip
Architecture: source
Version: 1.1.10
Distribution: unstable
Urgency: medium
Maintainer: Bdale Garbee <bd...@gag.com>
Changed-By: Bdale Garbee <bd...@gag.com>
Closes: 957368
Changes:
 ipip (1.1.10) unstable; urgency=medium
 .
   * resolve GCC 10 build issues, closes: #957368
   * bring up to current debhelper version, Debian standards
Checksums-Sha1:
 2c9684f9d35f3045d225002efaccc4f067b31fac 1454 ipip_1.1.10.dsc
 a15230919951107ef0408631dbbd0b0c05b6c612 21792 ipip_1.1.10.tar.xz
 f4900f54fffcc2ee88fdf191c4769af6ce1bade2 5454 ipip_1.1.10_amd64.buildinfo
Checksums-Sha256:
 463fb2a4a2e25b357155e9876afb307f1aae7a9264d88a04ab8e596630382b24 1454 
ipip_1.1.10.dsc
 5e739663a40daded5eacee88902ee716b2846ba22be691b2125b55a628d1ee2c 21792 
ipip_1.1.10.tar.xz
 e5ca3d60bee0a18d0bf378f94310e26d25914acbf904aa1a4bfb7348f2b55c1e 5454 
ipip_1.1.10_amd64.buildinfo
Files:
 c83ad541c3dbc67b3b1e2707c51184e1 1454 net optional ipip_1.1.10.dsc
 aa08c0c3d5eae5283933e4bd6ead9a17 21792 net optional ipip_1.1.10.tar.xz
 05ff671902525005b6ee37c897e13f6d 5454 net optional ipip_1.1.10_amd64.buildinfo

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

iQIzBAEBCgAdFiEEHguq2FwiMqGzzpLrtwRxBYMLn6EFAl8rD88ACgkQtwRxBYML
n6G0/hAAjsSQJ4dnp5GI8mPkLUiftpEITeB7VikDL+ph02fh0AmkGlG3xLvF2qsb
Fty3yF6bAtC4tplH+1jfAv5Ifum9wzWCUq8imWUnEO3MCMDxPRR04wLoY5YpDXPF
3VQfsrBUGIcjl7XKxpwKrdEZD3bIkE8882OAlQCwjD2QDLaSHbzCZMLiTD8mwLWr
e25rq9plpQ14Jx6d4QdjjFuackmGcvSQQ0jzDyn5EGyRPViFGyED94ga7XD1Jhu0
MC7q68I8nFEPoSrzG0ECzzLcVph+JuBsohFDYqlARedZREE4hKkCpbRRykpOgqDi
u3oqBXH8Lg/Grqyks+Pp3DyUtzv37qsqKB9JYOkU4b1n/DXJbZ4J5jhjrdkvue2/
rWxfvNXsvZlcke4oP3paCTh+ZqeyHXiNIBWRDZt0asI21Nu4GIdAlYb+zuiH2sJY
ZCwLiZ+8uJE4DlCq3Nk67PC3W2YqWvI3yfOed2kXzCUkXL+NYB3jzMtCuKw3azRh
gEJg4093TldRSF/vIK2Rvc9/mvpaXruiNS9C+3yhz4GsB/OHMsQfYzVnyd1ZIazM
hv/+uTZ0StUDxaPlZfdruYg26rMgGuBeJxu4INNvvLfuM8PhKF9tmaWdwbIiHICO
EGWXkHRVrXVbPfyIiPTtWbTwlClsFo1jE3VRcoZ5rurB8iC6b1A=
=cOPi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to