Your message dated Wed, 21 Oct 2020 02:40:01 +0000
with message-id <[email protected]>
and subject line Bug#958011: fixed in yersinia 0.8.2-2.1
has caused the Debian Bug report #958011,
regarding yersinia: 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.)


-- 
958011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958011
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:yersinia
Version: 0.8.2-2
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/yersinia_0.8.2-2_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

[...]
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc  -O3 -Wall -g -D_DEFAULT_SOURCE  -Wl,-z,relro -o yersinia 
xstp.o parser.o dtp.o cdp.o dhcp.o hsrp.o dot1q.o vtp.o arp.o isl.o dot1x.o 
mpls.o thread-util.o terminal.o interfaces.o attack.o yersinia.o md5.o 
md5-sum.o protocols.o dlist.o ncurses-gui.o ncurses-callbacks.o 
ncurses-interface.o gtk-gui.o gtk-support.o gtk-interface.o gtk-callbacks.o 
admin.o commands.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 
-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lglib-2.0 -lfontconfig -lfreetype  -lpthread -lrt -lnsl -lresolv  -lpcap -lnet 
-lpanel -lncurses
/usr/bin/ld: parser.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: parser.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: dtp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition of 
`protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: dtp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition of 
`interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: cdp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition of 
`protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: cdp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition of 
`interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: dhcp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: dhcp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: hsrp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: hsrp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: dot1q.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: dot1q.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: vtp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition of 
`protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: vtp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition of 
`interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: arp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition of 
`interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: arp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition of 
`protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: isl.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition of 
`protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: isl.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition of 
`interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: dot1x.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: dot1x.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: mpls.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: mpls.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: terminal.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: interfaces.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: interfaces.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: attack.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: attack.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: yersinia.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: yersinia.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: protocols.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: ncurses-gui.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: ncurses-gui.o:/<<PKGBUILDDIR>>/src/ncurses-interface.h:83: 
multiple definition of `pointer'; yersinia.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: 
first defined here
/usr/bin/ld: ncurses-gui.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: ncurses-callbacks.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: ncurses-callbacks.o:/<<PKGBUILDDIR>>/src/ncurses-callbacks.h:81: 
multiple definition of `info_window'; 
ncurses-gui.o:/<<PKGBUILDDIR>>/src/ncurses-interface.h:84: first defined here
/usr/bin/ld: ncurses-callbacks.o:/<<PKGBUILDDIR>>/src/ncurses-callbacks.h:80: 
multiple definition of `pointer'; yersinia.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: 
first defined here
/usr/bin/ld: ncurses-callbacks.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: ncurses-interface.o:/<<PKGBUILDDIR>>/src/ncurses-interface.h:84: 
multiple definition of `info_window'; 
ncurses-gui.o:/<<PKGBUILDDIR>>/src/ncurses-interface.h:84: first defined here
/usr/bin/ld: ncurses-interface.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: ncurses-interface.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: ncurses-interface.o:/<<PKGBUILDDIR>>/src/ncurses-interface.h:83: 
multiple definition of `pointer'; yersinia.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: 
first defined here
/usr/bin/ld: gtk-gui.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: gtk-gui.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: multiple definition 
of `pointer'; yersinia.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: first defined here
/usr/bin/ld: gtk-gui.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: gtk-interface.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: gtk-interface.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: gtk-interface.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:29: multiple 
definition of `protocols_tree'; 
gtk-gui.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:29: first defined here
/usr/bin/ld: gtk-interface.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:30: multiple 
definition of `protocols_tree_model'; 
gtk-gui.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:30: first defined here
/usr/bin/ld: gtk-interface.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: multiple 
definition of `pointer'; yersinia.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: first 
defined here
/usr/bin/ld: gtk-callbacks.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: gtk-callbacks.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
/usr/bin/ld: gtk-callbacks.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:29: multiple 
definition of `protocols_tree'; 
gtk-gui.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:29: first defined here
/usr/bin/ld: gtk-callbacks.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:30: multiple 
definition of `protocols_tree_model'; 
gtk-gui.o:/<<PKGBUILDDIR>>/src/gtk-interface.h:30: first defined here
/usr/bin/ld: gtk-callbacks.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: multiple 
definition of `pointer'; yersinia.o:/<<PKGBUILDDIR>>/src/gtk-gui.h:50: first 
defined here
/usr/bin/ld: admin.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple definition 
of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first defined here
/usr/bin/ld: admin.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple definition 
of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first defined here
/usr/bin/ld: commands.o:/<<PKGBUILDDIR>>/src/protocols.h:210: multiple 
definition of `protocols'; xstp.o:/<<PKGBUILDDIR>>/src/protocols.h:210: first 
defined here
/usr/bin/ld: commands.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: multiple 
definition of `interfaces'; xstp.o:/<<PKGBUILDDIR>>/src/interfaces.h:70: first 
defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:445: yersinia] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:352: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:458: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:39: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: yersinia
Source-Version: 0.8.2-2.1
Done: Michael Hudson-Doyle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
yersinia, 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.
Michael Hudson-Doyle <[email protected]> (supplier of updated yersinia 
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: SHA256

Format: 1.8
Date: Tue, 06 Oct 2020 12:42:32 +1300
Source: yersinia
Architecture: source
Version: 0.8.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Noël Köthe <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 958011
Changes:
 yersinia (0.8.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build failure with gcc-10 now that -fno-common is the default.
     (Closes: 958011)
Checksums-Sha1:
 fad1ec96f63fc9b7d712202b0cd272009bb88777 1815 yersinia_0.8.2-2.1.dsc
 12aff7fc155636661c28e98973a2e2d33389c7d1 5860 yersinia_0.8.2-2.1.debian.tar.xz
 e4d477c7c928cecb959af682f43cee3a2fd20da5 12389 
yersinia_0.8.2-2.1_source.buildinfo
Checksums-Sha256:
 4f441e4cf9dc70c074376676045d71a620249921f5d99ce18f62b321f5c40d5a 1815 
yersinia_0.8.2-2.1.dsc
 5017f268b4f93093cab5a5ae504a88c33e506ed47f26c26d144430bfee21d7f8 5860 
yersinia_0.8.2-2.1.debian.tar.xz
 109af75ee1303a6844e828f744ebaca77816311bbf1b04c1f32a4d89f7be188d 12389 
yersinia_0.8.2-2.1_source.buildinfo
Files:
 86cb389ed7249f09b5a544e5073c70b7 1815 admin optional yersinia_0.8.2-2.1.dsc
 03e05cb60baa00efd6e7f8a0ec95e489 5860 admin optional 
yersinia_0.8.2-2.1.debian.tar.xz
 4c1e35dd24bb71d2d58d7177a2e32b74 12389 admin optional 
yersinia_0.8.2-2.1_source.buildinfo

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

iQIzBAEBCAAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAl97vV4ACgkQEd9ClMyj
mJMr6RAAl0b0ixD0biZl4iu3BQuRyTu9ARDpq3qZSh80nUI/K2Zt+9LwNxPWZZaw
VMtYlzxtQNtaA4jQ3Kh5byzfgl1ATPgJGJZeghSqZLjleDrbitX3aoJ+KUSeWSKr
fOUHdZGwgSXSJncgM46zPsrwWxJObvNYm74wL5zeQzv1OrSDCODUVQQZNqoXFxgp
1NAXCwpSRDGhKwwEJLjaUuJtnrQV1ZfmJuI1G2Ph+sWn2BsCDEJsvGmUCR9AUXr7
7cfG+7mDylSBJopryULqRTK9wI0fQraeFFtT7IqDwVtt4IJV1M29Pw3+IjhJ5K83
WEXDAZMIouV6m//bzDUutyNhjm2Ap5OFKyVSmZf0aN8yVP6+KWcQOW2g17Jp+DPC
aqCjDUyVlD7Vpy2da5JJJxYpbRa6gNmmeL4Y3WfnDTzvZm0a2/VrRL12JJ+XNrsG
mc3q1DzXks60elvngoTQ7aNlEa8ZJ3EtJN3pCsZvyfXgimtbO+yuXWyPS5aYrgOB
xPms8sklWWt0rul7LZjF1UNGMXfsW7X/nAYUmxSfkUNcWghJdUc6PRMtgVOMgCw3
66uGe3jzWGPtkpeohJWrvW2qYmv/+PTYbEERG0qoLCHNZrQezN+YBVLk1foRVQ08
M03Fr/AFMDzJ5tHHLBWkHIyil//vcI59owibV9CmsmvS7UKHeGI=
=DXvj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to