Your message dated Mon, 24 Aug 2020 20:35:41 +0000
with message-id <[email protected]>
and subject line Bug#957355: fixed in ifplugd 0.28-19.5
has caused the Debian Bug report #957355,
regarding ifplugd: 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.)


-- 
957355: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ifplugd
Version: 0.28-19.4
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/ifplugd_0.28-19.4_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

[...]
checking pkg-config is at least version 0.9.0... yes
checking for LIBDAEMON_CFLAGS... -D_REENTRANT
checking for LIBDAEMON_LIBS... -ldaemon
configure: *** Init sript will be installed in /etc/init.d ***
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating conf/Makefile
config.status: creating doc/Makefile
config.status: creating doc/README.html
config.status: creating patches/Makefile
config.status: creating ifplugd.spec
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make  all-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -W -Wall -Wno-unused-parameter -c ifplugd.c
In file included from /usr/include/string.h:495,
                 from ifplugd.c:28:
In function ‘strncpy’,
    inlined from ‘is_iface_available’ at ifplugd.c:379:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 16 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -W -Wall -Wno-unused-parameter -c interface.c
In file included from /usr/include/string.h:495,
                 from interface.c:31:
In function ‘strncpy’,
    inlined from ‘interface_detect_beat_wlan’ at interface.c:300:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 16 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘get_wlan_qual_new’ at interface.c:243:5,
    inlined from ‘interface_detect_beat_wlan’ at interface.c:313:14:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 16 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘get_wlan_qual_new’ at interface.c:256:5,
    inlined from ‘interface_detect_beat_wlan’ at interface.c:313:14:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 16 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -W -Wall -Wno-unused-parameter -c ifmonitor.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -W -Wall -Wno-unused-parameter -c nlapi.c
gcc -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pipe -W -Wall -Wno-unused-parameter  -Wl,-z,relro -o 
ifplugd  ifplugd.o interface.o ifmonitor.o nlapi.o -ldaemon 
/usr/bin/ld: interface.o:./src/interface.h:28: multiple definition of 
`interface_do_message'; ifplugd.o:./src/interface.h:28: first defined here
/usr/bin/ld: interface.o:./src/interface.h:27: multiple definition of 
`interface_auto_up'; ifplugd.o:./src/interface.h:27: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:264: ifplugd] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:206: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:254: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:190: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:48: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-19.5
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ifplugd, 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.
Sudip Mukherjee <[email protected]> (supplier of updated ifplugd 
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: Sat, 22 Aug 2020 20:43:42 +0100
Source: ifplugd
Architecture: source
Version: 0.28-19.5
Distribution: unstable
Urgency: medium
Maintainer: Walter Franzini <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957355
Changes:
 ifplugd (0.28-19.5) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957355)
     - Thanks to Luis Paulo Linares.
Checksums-Sha1:
 77b2436b100ae697b8def4117735c2f21e6f4dd4 1889 ifplugd_0.28-19.5.dsc
 cca1312a5e21bab06272eccb582e7b109b3c761b 46704 ifplugd_0.28-19.5.debian.tar.xz
 a66394f8d6fd7c25fb6cee8f4e8616a05fe182ee 5765 ifplugd_0.28-19.5_amd64.buildinfo
Checksums-Sha256:
 181eae222070e50d17c0196f09885ad5f254062190375fafc421caccb217a621 1889 
ifplugd_0.28-19.5.dsc
 e3c2593bc45ccfc9cfe187783fa1720175c837dde953fb2a8de06247c43ed0a2 46704 
ifplugd_0.28-19.5.debian.tar.xz
 71e0132ac631e3a2c0cb7442521148710d4faee188197efbcb2c4a56a0d2f05a 5765 
ifplugd_0.28-19.5_amd64.buildinfo
Files:
 f0a70df36bcd621ed385129ff6384951 1889 net optional ifplugd_0.28-19.5.dsc
 beba3b3b1916e2dde847eec072ea6e63 46704 net optional 
ifplugd_0.28-19.5.debian.tar.xz
 28d4770af15dae5e7728cba81082f9ef 5765 net optional 
ifplugd_0.28-19.5_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9BdzEACgkQR5mjUUbR
KzWHCQ/+J84q5hwDXtF8rkAlpwsEX9PHXFgFs5sYyLAe2oZhu3EZ2SeZQukxGl5r
eSn3WoXrtWb8GN8GgTO5t+ui6r/rS9DImutvpJIJd9m6d5uq1iumlhcdTIoe6Ea1
vx+8eF5dPg++IjeydRlHD5bJ4c+IXPY1ked9mrQB8kbjW+/4CDoMlBCYPjTP+/kK
Z0ngVJrZ321sl2T1TjlGclb+TJAAapj9t8afhv44WSDZx1ooffeTFS4oQbLLWj2L
dw2Bh1oOQiHG8/v30B3O5patc78Tcb9MONMdSRHfoBL2wXkEb/2SaCCDq5zi6tkY
NbrAiYmPu4zvB1mHJEFo9OhvpQNsgf/pSXbnvYkJ6rqkSwjCO40raiLvGN2LOifM
ALIbjrEHLNcswg99/KxAqxlSgauJr3dZzzxGadH02QnfblgAlD4cERBsheM6CskN
igDsws37QayRIW26NdQaHvV9CXIeRvYugrS93k0vT7qvrIJjYtgUnTsOW3f7k6ER
d04tnHvTsRYtO8O543gXUVmwM7a1aGSNCCe7soK3viXiYSZA67mMRrq1zwjNuzRm
AUxWghefodayijqLe0HfA4o/rEPBOeg+F815muQ/DjW5v6CQgqimJiHE/RP7cGGd
3HCITtygonTGdR9DrbcOep9TWfpzvlJJR5O7x04AiVZj5LZjaAw=
=I580
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to