Your message dated Sun, 07 Sep 2025 07:34:48 +0000
with message-id <[email protected]>
and subject line Bug#1096532: fixed in dns-flood-detector 1.20-8
has caused the Debian Bug report #1096532,
regarding dns-flood-detector: ftbfs with GCC-15
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.)


-- 
1096532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096532
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dns-flood-detector
Version: 1.20-7
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/dns-flood-detector_1.20-7_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package dns-flood-detector
dpkg-buildpackage: info: source version 1.20-7
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jan Wagner <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: using options from 
dns-flood-detector-1.20/debian/source/options: 
--extend-diff-ignore=(^|/)(\.travis\.yml|\.git|\.github|\.gitgnore|config\.sub|config\.guess)
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
rm -rf dns_flood_detector *.o *~
dh_clean
 debian/rules binary
dh_testdir
# Add here commands to compile the package.
x86_64-linux-gnu-gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/dns-flood-detector-1.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -D_BSD_SOURCE -Wall -g -Wl,-z,relro 
dns_flood_detector.c -lpcap -lpthread -lm -o dns_flood_detector
In file included from /usr/include/inttypes.h:25,
                 from /usr/include/pcap/pcap-inttypes.h:98,
                 from /usr/include/pcap/pcap.h:117,
                 from /usr/include/pcap.h:43,
                 from dns_flood_detector.c:105:
/usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
dns_flood_detector.c: In function ‘handle_IP’:
dns_flood_detector.c:566:24: warning: variable ‘udp’ set but not used 
[-Wunused-but-set-variable]
  566 |   const struct udphdr *udp;
      |                        ^~~
dns_flood_detector.c: In function ‘main’:
dns_flood_detector.c:893:3: warning: ‘pcap_lookupdev’ is deprecated: use 
'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
  893 |   if(dev == NULL && ( (dev=pcap_lookupdev(errbuf)) == NULL ) ){
      |   ^~
/usr/include/pcap/pcap.h:444:18: note: declared here
  444 | PCAP_API char   *pcap_lookupdev(char *);
      |                  ^~~~~~~~~~~~~~
dns_flood_detector.c:971:38: error: passing argument 3 of ‘pthread_create’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  971 |   if (pthread_create (&thread, NULL, run_stats, (void *)0)) {
      |                                      ^~~~~~~~~
      |                                      |
      |                                      void * (*)(void)
In file included from dns_flood_detector.c:126:
/usr/include/pthread.h:204:36: note: expected ‘void * (*)(void *)’ but argument 
is of type ‘void * (*)(void)’
  204 |                            void *(*__start_routine) (void *),
      |                            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
dns_flood_detector.c:169:7: note: ‘run_stats’ declared here
  169 | void *run_stats () {
      |       ^~~~~~~~~
dns_flood_detector.c: In function ‘daemonize’:
dns_flood_detector.c:987:7: warning: variable ‘a’ set but not used 
[-Wunused-but-set-variable]
  987 |   int a;
      |       ^
make: *** [debian/rules:25: build-stamp] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dns-flood-detector
Source-Version: 1.20-8
Done: Jan Wagner <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dns-flood-detector, 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.
Jan Wagner <[email protected]> (supplier of updated dns-flood-detector 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: Sun, 07 Sep 2025 06:36:20 +0000
Source: dns-flood-detector
Architecture: source
Version: 1.20-8
Distribution: unstable
Urgency: medium
Maintainer: Jan Wagner <[email protected]>
Changed-By: Jan Wagner <[email protected]>
Closes: 1096532
Changes:
 dns-flood-detector (1.20-8) unstable; urgency=medium
 .
   [ Jan Wagner ]
   * [625934a] d/control: Update VCS-headers to salsa.debian.org
   * [2c70552] Adding d/patches/fix_gcc15 to build with GCC15 (Closes: #1096532)
Checksums-Sha1:
 4ac85e61bb253dc555f9abce2ed0cc05fbdece7e 1921 dns-flood-detector_1.20-8.dsc
 f0ce585973b152912818f98282bca788732648f4 19909 
dns-flood-detector_1.20.orig.tar.gz
 16b71b1c9352fb688de3c61fb3dd05634a0aa159 6396 
dns-flood-detector_1.20-8.debian.tar.xz
 10b140d44cf04d0550618f95df9fa817da2aa0dd 6228 
dns-flood-detector_1.20-8_amd64.buildinfo
Checksums-Sha256:
 0464151a0d9a56baadd3c4f580eab8baa2e1d7d16d7533b9b457bccfdfe64593 1921 
dns-flood-detector_1.20-8.dsc
 0becfb1976d469f26e7d1406acefbff8700f26c0d73ef4731e1ac261d1391201 19909 
dns-flood-detector_1.20.orig.tar.gz
 393531a41c38ebcdca60d7c96a71d0666207a6e4c563d1b9e023a02ae89bd752 6396 
dns-flood-detector_1.20-8.debian.tar.xz
 3b412277eadb88c4733718037595709f8e8044797fb83986097dad4ff61eed48 6228 
dns-flood-detector_1.20-8_amd64.buildinfo
Files:
 8709f618f1833ac95af57237bd1e9c37 1921 net optional 
dns-flood-detector_1.20-8.dsc
 0bca7082210d8cb15ece64a661c7330c 19909 net optional 
dns-flood-detector_1.20.orig.tar.gz
 07b9c1018a3b18e9edbae106976312c8 6396 net optional 
dns-flood-detector_1.20-8.debian.tar.xz
 68d3dd443c485ec28f7e40566104dcae 6228 net optional 
dns-flood-detector_1.20-8_amd64.buildinfo

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

iQIzBAEBCAAdFiEEXOdRCo+8DU5yq7qbDHBVe1oGUT4FAmi9KWsACgkQDHBVe1oG
UT4oiRAAuyDnipgm/MTnUxZDTsD8RLb4upyqk7z/NT5rvYYfMvJnA00z/XBgQq9y
/hVKYaqdMwqL1fD5/MBeA+wB3cqqd7X8Ln1Tfn+fQuawte6m7Fid++an6U46vWUX
hgsIYubRGZ6Taf8xh0FOHba6411VabzFQhIatt2Xl2t0NEhbTRMIKYBtu6OIkeJY
2+iHtoAQ70jMCq/AsQKccSv0wLrfOS4KYdrXyTE5xTRWKANF3qpFi5wj4NDdf39J
8wxxzp1qwRokCcM1ZS7mEpyzf1xPme/2Ols7fMLJUp42Q+zcWhlSXc85I6gPokSM
pMTomhGcfjDieXCaH0Tc0/2jG9zyU8tnS7nY2DlnAfFANQAdY9cXY5rfqsIjzz6L
44XJ9KSkFbmIxAYel+zqI+A5fZMnvjJpfJ9ZTRDOtciVeh0S71ivDP6lwKbvMFUn
hgKee+2gnB6Ey2XtQCvQgooUFzVEWb9BNVoSBMSR1xqfhj46dVJ221lb4aqAyAaI
pxurwzgAxEnYK+9QJZ6IZYLFa9IC5oYfoEuugaWL9GPhRfGOAZx4ZxgcVCAyu5bn
suRJcTiirms/s7SS6OUrSU6ZUgA3/Ck/dnm5KcP/gf42j9VtlAsLrpaHNmkyUoUD
LE3ag/X84zrYgFtrOeGvxzJwM/iqkz8R3VvaJoUHtMHve0nU+eg=
=zcTc
-----END PGP SIGNATURE-----

Attachment: pgpfnkLG6r4pG.pgp
Description: PGP signature


--- End Message ---

Reply via email to