Your message dated Fri, 11 Apr 2025 07:34:03 +0000
with message-id <e1u38tn-0025km...@fasolo.debian.org>
and subject line Bug#1074902: fixed in daq 2.0.7-5.2
has caused the Debian Bug report #1074902,
regarding daq: ftbfs with GCC-14
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.)


-- 
1074902: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074902
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:daq
Version: 2.0.7-5.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/daq_2.0.7-5.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
daq_nfq.c:285:13: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  285 |             __FUNCTION__);
      |             ^~~~~~~~~~~~
daq_nfq.c:294:13: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  294 |             __FUNCTION__);
      |             ^~~~~~~~~~~~
daq_nfq.c:304:17: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  304 |                 __FUNCTION__);
      |                 ^~~~~~~~~~~~
daq_nfq.c:323:17: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  323 |                 __FUNCTION__, impl->device);
      |                 ^~~~~~~~~~~~
daq_nfq.c:334:62: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  334 |             snprintf(errBuf, errMax, "%s: can't open ip!\n", 
__FUNCTION__);
      |                                                              
^~~~~~~~~~~~
daq_nfq.c: In function ‘SetPktHdr’:
daq_nfq.c:394:37: error: passing argument 2 of ‘nfq_get_payload’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  394 |     int len = nfq_get_payload(nfad, (char**)pkt);
      |                                     ^~~~~~~~~~~
      |                                     |
      |                                     char **
In file included from daq_nfq.c:40:
/usr/include/libnetfilter_queue/libnetfilter_queue.h:123:67: note: expected 
‘unsigned char **’ but argument is of type ‘char **’
  123 | extern int nfq_get_payload(struct nfq_data *nfad, unsigned char **data);
      |                                                   ~~~~~~~~~~~~~~~~^~~~
In file included from daq_nfq.c:42:
daq_nfq.c: In function ‘daq_nfq_callback’:
daq_nfq.c:442:13: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  442 |             __FUNCTION__);
      |             ^~~~~~~~~~~~
../api/daq_api.h:118:50: note: in definition of macro ‘DPE’
  118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
      |                                                  ^~~~~~~~~~~
daq_nfq.c: In function ‘nfq_daq_acquire’:
daq_nfq.c:520:17: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  520 |                 __FUNCTION__, strerror(errno));
      |                 ^~~~~~~~~~~~
../api/daq_api.h:118:50: note: in definition of macro ‘DPE’
  118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
      |                                                  ^~~~~~~~~~~
daq_nfq.c:538:25: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  538 |                         __FUNCTION__, strerror(errno));
      |                         ^~~~~~~~~~~~
../api/daq_api.h:118:50: note: in definition of macro ‘DPE’
  118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
      |                                                  ^~~~~~~~~~~
daq_nfq.c: In function ‘nfq_daq_inject’:
daq_nfq.c:566:13: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  566 |             __FUNCTION__);
      |             ^~~~~~~~~~~~
../api/daq_api.h:118:50: note: in definition of macro ‘DPE’
  118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
      |                                                  ^~~~~~~~~~~
daq_nfq.c: In function ‘nfq_daq_set_filter’:
daq_nfq.c:584:13: warning: ISO C does not support ‘__FUNCTION__’ predefined 
identifier [-Wpedantic]
  584 |             __FUNCTION__, filter);
      |             ^~~~~~~~~~~~
../api/daq_api.h:118:50: note: in definition of macro ‘DPE’
  118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
      |                                                  ^~~~~~~~~~~
make[4]: *** [Makefile:825: libdaq_static_modules_la-daq_nfq.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/os-daq-modules'
make[3]: *** [Makefile:409: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:341: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: daq
Source-Version: 2.0.7-5.2
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
daq, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated daq 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: Fri, 11 Apr 2025 10:07:39 +0300
Source: daq
Architecture: source
Version: 2.0.7-5.2
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña <j...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1074902
Changes:
 daq (2.0.7-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc 14. (Closes: #1074902)
Checksums-Sha1:
 231b0aad8dbbe02ec90d0f7747924fc2ad6995f3 1845 daq_2.0.7-5.2.dsc
 e83b727969455d7dded0af91a23dbe12ce55d767 8152 daq_2.0.7-5.2.debian.tar.xz
Checksums-Sha256:
 64f96f673c31d9a9ce21ff3b736cd859648899508ad21922cde466c4459b30e0 1845 
daq_2.0.7-5.2.dsc
 8cac257aeea90c6d96bbc206c6706d8455768e51503108ccaeca929e98c09e7b 8152 
daq_2.0.7-5.2.debian.tar.xz
Files:
 610c5609f64c0514598ce41836ed6a4b 1845 libs optional daq_2.0.7-5.2.dsc
 1a0526939c237b0c98d4842fc609ef00 8152 libs optional daq_2.0.7-5.2.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmf4wEcACgkQiNJCh6LY
mLGfWg//dU8NH8eD983oxuPqOywo6o8gB8TLuKt0eHNleqmn2XgAFVn22QYxXjEL
ZJm8UlmRa5swiA9Jvigycy7yYTiDuAzfJ3Oxgukc6aZb3efjvIGWQb1QH23Goo8x
6gwgZkQDVyfFY+3t1A4dZwu2Ck95kk9a1yz3ntCPtmq5Q9RyQqwJ7xg6eV4f+H2A
8JpF9EhDSN1kBxDm8yBEPMXtnGm4oeqq+Jd7OId1pxMbyABV2ecldouE+WblkJXs
CzCUjUyeyJZSBYOhk1Scz3u6D1qPk83acWNtSIpkwkEeRmkexW2sKMZ8jmOFV7E5
h6Zifq2KPPujv1wwawEEw8amu/qXx+Euhtmw5DGDl1z/DQN4tIUjzALPOhUkhALb
Ha78gUhMoiUndyfyCsyik+WfmTDI284eDF1Rk/PH1JsuOZ/UEMQALpN3O9s4kiSX
mTkOJdjlIeGE2/5nvbFNuhap7IxdTZzhVvMOY/t3BiNFBlAvJvdmQDNDExsa7trK
jf+MZGuap0VOx8QZZX5j0IQXWD3EH/QoTlYcSu96FabUNkZNJmpCrgz/IevEFbD+
2E55uC7L0DlBguvkzvvSIbFxf+/kIfzE/YGeNgh+D6CFcxh5IAvlIjX/IWhZzrdw
Ni1budWqZK3saQXXxOj9kGe6CKaTw/RxubLdOMQEBTqHsDGs16k=
=7HAI
-----END PGP SIGNATURE-----

Attachment: pgpYXGtLPXUsk.pgp
Description: PGP signature


--- End Message ---

Reply via email to