Your message dated Sun, 07 Feb 2021 10:19:04 +0000
with message-id <[email protected]>
and subject line Bug#957596: fixed in netdiag 1.2-1.1
has caused the Debian Bug report #957596,
regarding netdiag: 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.)


-- 
957596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957596
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:netdiag
Version: 1.2-1
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/netdiag_1.2-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

[...]
      |                       ^~
  127 |         mh->h_name, saddr, lhostname);
      |                     ~~~~~
In file included from /usr/include/stdio.h:867,
                 from gh.c:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output 12 or more bytes (assuming 267) into a 
destination of size 254
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gh.c:110:26: warning: ‘%s’ directive writing up to 255 bytes into a region of 
size 249 [-Wformat-overflow=]
  110 |    sprintf(&s[2],"Rpm:%s %s",version,saddr);
      |                          ^~          ~~~~~
In file included from /usr/include/stdio.h:867,
                 from gh.c:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output 6 or more bytes (assuming 261) into a 
destination of size 254
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>/netwatch-1.3.1-2=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -c  warning.c
warning.c: In function ‘warning’:
warning.c:40:7: warning: implicit declaration of function ‘time’ 
[-Wimplicit-function-declaration]
   40 |  dt = time(0);
      |       ^~~~
warning.c:47:12: warning: implicit declaration of function ‘ctime’ 
[-Wimplicit-function-declaration]
   47 |    version,ctime(&dt));
      |            ^~~~~
warning.c:46:55: warning: format ‘%s’ expects argument of type ‘char *’, but 
argument 4 has type ‘int’ [-Wformat=]
   46 |   fprintf(tmpfp,"WARNING MESSAGE from Netwatch %s at %s\n",
      |                                                      ~^
      |                                                       |
      |                                                       char *
      |                                                      %d
   47 |    version,ctime(&dt));
      |            ~~~~~~~~~~                                  
      |            |
      |            int
warning.c:61:4: warning: implicit declaration of function ‘system’ 
[-Wimplicit-function-declaration]
   61 |    system(command);
      |    ^~~~~~
warning.c:63:3: warning: implicit declaration of function ‘unlink’ 
[-Wimplicit-function-declaration]
   63 |   unlink(tmpname);
      |   ^~~~~~
warning.c:60:26: warning: ‘%s’ directive writing up to 255 bytes into a region 
of size 251 [-Wformat-overflow=]
   60 |    sprintf(command,"mail %s < %s&",warnto,tmpname);
      |                          ^~        ~~~~~~
In file included from /usr/include/stdio.h:867,
                 from warning.c:4:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 10 and 520 bytes into a destination of 
size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>/netwatch-1.3.1-2=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -c  semaphore.c
x86_64-linux-gnu-gcc -DVERSION='"1.3.1"' -DRELEASE='"2"' -o netwatch 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>/netwatch-1.3.1-2=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now curs.o dispdata.o 
services.o netwatch.o processinetrc.o gh.o warning.o semaphore.o -lpthread 
-lncurses 
/usr/bin/ld: dispdata.o:./netwatch.h:215: multiple definition of 
`udp_port_types'; curs.o:./netwatch.h:215: first defined here
/usr/bin/ld: dispdata.o:./netwatch.h:212: multiple definition of 
`tcp_port_types'; curs.o:./netwatch.h:212: first defined here
/usr/bin/ld: services.o:/<<PKGBUILDDIR>>/netwatch-1.3.1-2/netwatch.h:212: 
multiple definition of `tcp_port_types'; curs.o:./netwatch.h:212: first defined 
here
/usr/bin/ld: services.o:/<<PKGBUILDDIR>>/netwatch-1.3.1-2/netwatch.h:215: 
multiple definition of `udp_port_types'; curs.o:./netwatch.h:215: first defined 
here
/usr/bin/ld: netwatch.o:./netwatch.h:215: multiple definition of 
`udp_port_types'; curs.o:./netwatch.h:215: first defined here
/usr/bin/ld: netwatch.o:./netwatch.h:212: multiple definition of 
`tcp_port_types'; curs.o:./netwatch.h:212: first defined here
/usr/bin/ld: netwatch.o:./netwatch.c:520: multiple definition of `simfmt'; 
dispdata.o:./dispdata.c:181: first defined here
/usr/bin/ld: warning.o:./netwatch.h:215: multiple definition of 
`udp_port_types'; curs.o:./netwatch.h:215: first defined here
/usr/bin/ld: warning.o:./netwatch.h:212: multiple definition of 
`tcp_port_types'; curs.o:./netwatch.h:212: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:23: netwatch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/netwatch-1.3.1-2'
make: *** [debian/rules:36: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netdiag
Source-Version: 1.2-1.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
netdiag, 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.
Adrian Bunk <[email protected]> (supplier of updated netdiag 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: Sun, 07 Feb 2021 00:40:50 +0200
Source: netdiag
Architecture: source
Version: 1.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Michael Meskes <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957596
Changes:
 netdiag (1.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add FTBFS fixes from Logan Rosen:
     - Fix FTBFS with GCC 10.
     - Rename pcap_init() to traf_pcap_init() to avoid conflict with libpcap.
     (Closes: #957596)
Checksums-Sha1:
 433f51bdeca76b827008e8d194243546d3c17124 1690 netdiag_1.2-1.1.dsc
 73d23fef60957f0f7a063ec9863307b589d7b247 87540 netdiag_1.2-1.1.diff.gz
Checksums-Sha256:
 4a6a48bf524baafaab471e5f900e207bf683eef47cf3e2cbb018080a906e2676 1690 
netdiag_1.2-1.1.dsc
 5b4829379f5a73659a90110759f871906019af969608564ccc77be45238825ea 87540 
netdiag_1.2-1.1.diff.gz
Files:
 03a5999348e4584f141e56d8ad8a34f5 1690 net optional netdiag_1.2-1.1.dsc
 3db1b2d9d3d2d90c09118b7868215e0f 87540 net optional netdiag_1.2-1.1.diff.gz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAfHDwACgkQiNJCh6LY
mLGnbg/+NjQJVpw/msVLtTDhesfZCs5krOprkzvmEcl4DHyE2jQbWpAVGLakNYh/
zspYtmEIrSC78MapniSZG/8Uq49PTvIzvaBr90erW6cHPeEufIobTWXahwkax7QZ
HIVdyrTlAysFxkOOAWBWt0rvwTiYq3TyCAtZ3dMbtkNXScZgt3FZzy9BtaE7zfXX
0ARzHK0BXYgp/TM2BtRXOC4DlSGFXNOCldfA2AACHzTUq0uwmU0l5a/iPVGWKh7m
Rl9iI7PLGPKmwkV+PvbLigRKmRhfpeElXXDD40ShDrLQLJSEqoYhZMpQ/GIdPVzq
X9YZABmvVPx6xyL60NoCBnKdleHaLleMcgmLMpLk/sUp2cxyWZ177X4JvsNbqBZ+
64+/ncs+XEo+nf71vMEgE2wx3pyHdJyuLy5xrhrBJ2Y47sND1doh//aa2GWyfLjk
L1xroFLL6kpHUP+ZjERq8hIq8R7mJ5S61lp6ziawSg56b0CuoBqrilcDpIkRWmIF
jzcq9ZCFkVz3LZkN5H/ZmWuzvieUmCJGrpqIBGj4EGfBxsQl+Mb1sz4oeJXXYggM
inDf17+XGzkPDR5+CDGOp7jy2gT88UcXcWJNAgURIfy97Wr5w5WqWd5XFDikJTJA
94bJwXceayxUfKrWGfuBmqdcyLXpFPNktXADfrbE9FyeQESKiuM=
=gI1A
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to