Your message dated Thu, 06 Aug 2020 21:18:27 +0000
with message-id <e1k3nhp-000c4c...@fasolo.debian.org>
and subject line Bug#957034: fixed in bandwidthd 2.0.1+cvs20090917-12
has caused the Debian Bug report #957034,
regarding bandwidthd: 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.)


-- 
957034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957034
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bandwidthd
Version: 2.0.1+cvs20090917-11
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/bandwidthd_2.0.1+cvs20090917-11_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

[...]
In file included from conf.y:12:
bandwidthd.h:250:17: warning: inline function ‘DstCredit’ declared but never 
defined
  250 | inline void     DstCredit(uint32_t ipaddr, unsigned int psize);
      |                 ^~~~~~~~~
In file included from conf.y:12:
bandwidthd.h:237:23: warning: inline function ‘FindIp’ declared but never 
defined
  237 | inline struct IPData *FindIp(uint32_t ipaddr);
      |                       ^~~~~~
bandwidthd.h:234:17: warning: inline function ‘Credit’ declared but never 
defined
  234 | inline void     Credit(struct Statistics *Stats, const struct ip *ip);
      |                 ^~~~~~
bandwidthd.h:231:17: warning: inline function ‘IpAddr’ declared but never 
defined
  231 | inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned 
char q3, unsigned char q4);
      |                 ^~~~~~
flex -Pbdconfig_ -s -i -t -I conf.l > conf.l.c
gcc -g -O2  -I/usr/local/include -DHAVE_CONFIG_H -c -o conf.l.o conf.l.c        
gcc -Wall -g -O2  -I/usr/local/include -DHAVE_CONFIG_H   -c -o pgsql.o pgsql.c
In file included from pgsql.c:1:
bandwidthd.h:250:17: warning: inline function ‘DstCredit’ declared but never 
defined
  250 | inline void     DstCredit(uint32_t ipaddr, unsigned int psize);
      |                 ^~~~~~~~~
In file included from pgsql.c:1:
bandwidthd.h:237:23: warning: inline function ‘FindIp’ declared but never 
defined
  237 | inline struct IPData *FindIp(uint32_t ipaddr);
      |                       ^~~~~~
bandwidthd.h:234:17: warning: inline function ‘Credit’ declared but never 
defined
  234 | inline void     Credit(struct Statistics *Stats, const struct ip *ip);
      |                 ^~~~~~
bandwidthd.h:231:17: warning: inline function ‘IpAddr’ declared but never 
defined
  231 | inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned 
char q3, unsigned char q4);
      |                 ^~~~~~
pgsql.c:418:13: warning: ‘pgsqllngjmp’ defined but not used [-Wunused-function]
  418 | static void pgsqllngjmp(int signal)
      |             ^~~~~~~~~~~
gcc -Wall -g -O2  -I/usr/local/include -DHAVE_CONFIG_H   -c -o extensions.o 
extensions.c
In file included from extensions.c:1:
bandwidthd.h:250:17: warning: inline function ‘DstCredit’ declared but never 
defined
  250 | inline void     DstCredit(uint32_t ipaddr, unsigned int psize);
      |                 ^~~~~~~~~
In file included from extensions.c:1:
bandwidthd.h:237:23: warning: inline function ‘FindIp’ declared but never 
defined
  237 | inline struct IPData *FindIp(uint32_t ipaddr);
      |                       ^~~~~~
bandwidthd.h:234:17: warning: inline function ‘Credit’ declared but never 
defined
  234 | inline void     Credit(struct Statistics *Stats, const struct ip *ip);
      |                 ^~~~~~
bandwidthd.h:231:17: warning: inline function ‘IpAddr’ declared but never 
defined
  231 | inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned 
char q3, unsigned char q4);
      |                 ^~~~~~
gcc -Wall -g -O2  -I/usr/local/include -DHAVE_CONFIG_H bandwidthd.o graph.o 
conf.tab.o conf.l.o pgsql.o extensions.o -o bandwidthd -L/usr/local/lib -lpcap 
-lgd -lpng -lm -lresolv -lnsl  
/usr/bin/ld: graph.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: multiple definition of 
`SubnetTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: first defined 
here
/usr/bin/ld: graph.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: multiple definition of 
`IpTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: first defined here
/usr/bin/ld: conf.tab.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: multiple definition 
of `IpTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: first defined here
/usr/bin/ld: conf.tab.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: multiple definition 
of `SubnetTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: first defined 
here
/usr/bin/ld: pgsql.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: multiple definition of 
`IpTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: first defined here
/usr/bin/ld: pgsql.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: multiple definition of 
`SubnetTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: first defined 
here
/usr/bin/ld: extensions.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: multiple 
definition of `IpTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:160: first 
defined here
/usr/bin/ld: extensions.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: multiple 
definition of `SubnetTable'; bandwidthd.o:/<<PKGBUILDDIR>>/bandwidthd.h:137: 
first defined here
/usr/bin/ld: bandwidthd.o: in function `PacketCallback':
/<<PKGBUILDDIR>>/bandwidthd.c:702: undefined reference to `Credit'
/usr/bin/ld: /<<PKGBUILDDIR>>/bandwidthd.c:715: undefined reference to `Credit'
/usr/bin/ld: /<<PKGBUILDDIR>>/bandwidthd.c:709: undefined reference to `Credit'
/usr/bin/ld: /<<PKGBUILDDIR>>/bandwidthd.c:696: undefined reference to `Credit'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:25: bandwidthd] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:67: build-stamp] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:91: install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: bandwidthd
Source-Version: 2.0.1+cvs20090917-12
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
bandwidthd, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated bandwidthd 
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: Thu, 06 Aug 2020 21:45:40 +0100
Source: bandwidthd
Architecture: source
Version: 2.0.1+cvs20090917-12
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957034
Changes:
 bandwidthd (2.0.1+cvs20090917-12) unstable; urgency=medium
 .
   * QA upload.
   * Fix ftbfs with GCC-10. (Closes: #957034)
   * Add dependency on lsb-base.
Checksums-Sha1:
 c414fdc50bb4e610ca5985097ab4582dd1c54ed9 1990 
bandwidthd_2.0.1+cvs20090917-12.dsc
 19736b9f780ce2932b7c5bb7a129118b29e30f76 46584 
bandwidthd_2.0.1+cvs20090917-12.debian.tar.xz
 d18a642ec5bf7da3d793b518ca2707af9901c303 8052 
bandwidthd_2.0.1+cvs20090917-12_amd64.buildinfo
Checksums-Sha256:
 c2f35806f9851753af223dd61968587f0cc7492900dd6a529ad1690882f2d22d 1990 
bandwidthd_2.0.1+cvs20090917-12.dsc
 95372fcb76419d34bec9f24d5a4437fd6eadfa0b2d2deb8918979439d1656bdd 46584 
bandwidthd_2.0.1+cvs20090917-12.debian.tar.xz
 55e807596f687d1b96ee4afdadf481aa5d6956a2b6c17fb8437247ce569e1be7 8052 
bandwidthd_2.0.1+cvs20090917-12_amd64.buildinfo
Files:
 3b8aef841b474de9a7a345634b7cfdaa 1990 net optional 
bandwidthd_2.0.1+cvs20090917-12.dsc
 e5625c450df4c9db1cf7360a08f50768 46584 net optional 
bandwidthd_2.0.1+cvs20090917-12.debian.tar.xz
 b7649babb11da93f414a074c1425a376 8052 net optional 
bandwidthd_2.0.1+cvs20090917-12_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8sbgsACgkQR5mjUUbR
KzWEjQ/+MpAbBmX1edr6VVq5vG9PdlDOGPlReWPHSH0Y+aRoOHrmSwdGkVg+5ue5
vk85ECslFrMvdFMyp+7oIe0GJi8eWnZnfyRx5k24j9jPApxjTElvI5NDSrtvgla2
xjIs2Kzt0LRQguUwHOyc4kVL10yHdDbgV8r9axamATJI8o9qSqAviP9BeBTEHlTr
9BNjvxVBfaqkXd/h4MFRR4tc0XgZJktpVWDvQ2SiNs+MHWMXgCehNVUYeyOE6wEY
zDlzVhNlnRNFShNFr7e+Mxr4M89Nl8xyR08HbD3BaprWVXrkJez4QK6Ccp1U8M1e
yykCl4+99fAlsliBZVQrd9YTeUSD5BQ6+3V9mqx/Mg+XzuxHWNkTsT1h7gcQo/xS
dhuN0aeIeBRCVFwjC63RP4SDFrmfWANKfynpt0XCG7TtHK0x18ucVP0Vg5a1H5iT
adtJOdH+s6I8yNiFIaqnNqSwDW65LqeQbQpMZuJb6iMn5uICm/n+QPp9YNwNisAb
SMGkuPjDKF8SINR9/rZjd5f9E1nUr3/88gtOKYyo+Kilr8+AwvtMSC3BX3+TjWFS
OzriTzpDb7YdnvJ+p4Ug9w64mGd4WvpQD/Ewy6hj6hm0aG5JsGWTKiArlCErj43i
7ulw8y0r3WIMhvLspO4JWxVWNgD2WC4NwYzGt87MOT233Zx56YA=
=uwj5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to