Your message dated Wed, 24 Sep 2025 09:20:07 +0000
with message-id <[email protected]>
and subject line Bug#1096547: fixed in driftnet 1.5.0-0.3
has caused the Debian Bug report #1096547,
regarding driftnet: 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.)


-- 
1096547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096547
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:driftnet
Version: 1.5.0-0.2
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/driftnet_1.5.0-0.2_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

[...]
        basename $f | sed 's@\(.*\)@"\1",@g' >> web_data.c; \
done
echo '0};' >> web_data.c
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall  -I./../ -DSTATIC_WEB_DIR=\"/usr/share/driftnet/static-html\" -O2 -g 
-DDEBUG -c -o web_data.o web_data.c
rm -f libhttpdisplay.a
ar cr libhttpdisplay.a httpd.o web_data.o 
ranlib libhttpdisplay.a
make[3]: Leaving directory 
'/build/reproducible-path/driftnet-1.5.0/src/http_display'
make[3]: Entering directory '/build/reproducible-path/driftnet-1.5.0/src'
gcc -DHAVE_CONFIG_H -I. -I../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I./common -I./network -I./media -I./display -I./http_display -I./compat -Wall 
-D__FAVOR_BSD -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" 
-DDRIFTNET_PROGNAME=\"driftnet\" -O2 -g -DDEBUG -c -o driftnet.o driftnet.c
gcc -DHAVE_CONFIG_H -I. -I../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I./common -I./network -I./media -I./display -I./http_display -I./compat -Wall 
-D__FAVOR_BSD -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" 
-DDRIFTNET_PROGNAME=\"driftnet\" -O2 -g -DDEBUG -c -o options.o options.c
gcc -DHAVE_CONFIG_H -I. -I../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I./common -I./network -I./media -I./display -I./http_display -I./compat -Wall 
-D__FAVOR_BSD -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" 
-DDRIFTNET_PROGNAME=\"driftnet\" -O2 -g -DDEBUG -c -o pid.o pid.c
gcc -DHAVE_CONFIG_H -I. -I../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I./common -I./network -I./media -I./display -I./http_display -I./compat -Wall 
-D__FAVOR_BSD -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" 
-DDRIFTNET_PROGNAME=\"driftnet\" -O2 -g -DDEBUG -c -o uid.o uid.c
gcc -I./common -I./network -I./media -I./display -I./http_display -I./compat 
-Wall -D__FAVOR_BSD -D_BSD_SOURCE -D_DEFAULT_SOURCE 
-DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" -O2 -g -DDEBUG  
-Wl,-z,relro -o driftnet driftnet.o options.o pid.o uid.o common/libcommon.a 
network/libnetwork.a media/libmedia.a display/libdisplay.a -lgtk-3 -lgdk-3 -lz 
-lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
http_display/libhttpdisplay.a -lwebsockets -lwebp -ljpeg -lpng -lgif -lpthread 
-lpcap 
make[3]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src'
make[2]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src'
make[2]: Entering directory '/build/reproducible-path/driftnet-1.5.0'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/reproducible-path/driftnet-1.5.0'
make[1]: Leaving directory '/build/reproducible-path/driftnet-1.5.0'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/reproducible-path/driftnet-1.5.0'
make check
make[2]: Entering directory '/build/reproducible-path/driftnet-1.5.0'
Making check in src
make[3]: Entering directory '/build/reproducible-path/driftnet-1.5.0/src'
Making check in common
make[4]: Entering directory '/build/reproducible-path/driftnet-1.5.0/src/common'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src/common'
Making check in network
make[4]: Entering directory 
'/build/reproducible-path/driftnet-1.5.0/src/network'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src/network'
Making check in media
make[4]: Entering directory '/build/reproducible-path/driftnet-1.5.0/src/media'
make  test_unit
make[5]: Entering directory '/build/reproducible-path/driftnet-1.5.0/src/media'
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o test_unit-media.o `test -f 'media.c' || echo './'`media.c
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o test_unit-mpeghdr.o `test -f 'mpeghdr.c' || echo 
'./'`mpeghdr.c
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o test_unit-playaudio.o `test -f 'playaudio.c' || echo 
'./'`playaudio.c
playaudio.c: In function ‘do_mpeg_player’:
playaudio.c:233:5: warning: ignoring return value of ‘pipe’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  233 |     pipe(pp);
      |     ^~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o test_unit-http.o `test -f 'http.c' || echo './'`http.c
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o test_unit-image.o `test -f 'image.c' || echo './'`image.c
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o test_unit-audio.o `test -f 'audio.c' || echo './'`audio.c
gcc -DHAVE_CONFIG_H -I. -I../../src/compat   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../../src -Wall -g -O0 -coverage -D__FAVOR_BSD -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DDRIFTNET_VERSION=\"1.5.0\" -DDRIFTNET_PROGNAME=\"driftnet\" 
-O2 -g -DDEBUG -c -o tests/test_unit-test_unit.o `test -f 'tests/test_unit.c' 
|| echo './'`tests/test_unit.c
In file included from tests/test_unit.c:14:
tests/test_unit.c: In function ‘main’:
tests/test_unit.c:278:30: error: initialization of ‘void (*)(void **)’ from 
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
  278 |             
cmocka_unit_test(test_correct_media_drivers_for_mediatype_count)
      |                              
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tests/test_unit.c:278:30: note: (near initialization for 
‘media_tests[0].test_func’)
tests/test_unit.c:230:6: note: ‘test_correct_media_drivers_for_mediatype_count’ 
declared here
  230 | void test_correct_media_drivers_for_mediatype_count()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [Makefile:740: tests/test_unit-test_unit.o] Error 1
make[5]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src/media'
make[4]: *** [Makefile:1022: check-am] Error 2
make[4]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src/media'
make[3]: *** [Makefile:460: check-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/driftnet-1.5.0/src'
make[2]: *** [Makefile:435: check-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/driftnet-1.5.0'
make[1]: *** [debian/rules:23: override_dh_auto_test] Error 2
make[1]: Leaving directory '/build/reproducible-path/driftnet-1.5.0'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: driftnet
Source-Version: 1.5.0-0.3
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
driftnet, 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 driftnet 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: Mon, 22 Sep 2025 15:43:47 +0300
Source: driftnet
Architecture: source
Version: 1.5.0-0.3
Distribution: unstable
Urgency: medium
Maintainer: David Suárez <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096547
Changes:
 driftnet (1.5.0-0.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1096547)
Checksums-Sha1:
 25eff7ab39cec0aad07e33a81b255eef8a67d228 1945 driftnet_1.5.0-0.3.dsc
 0ecdde1ff72db379fc3d3a8d91699fc3364024d3 5724 driftnet_1.5.0-0.3.debian.tar.xz
Checksums-Sha256:
 9af7594ce257eb29ecdaa8f772bb3a626bfe64c703ffe21f6d8115d2cb7ff35d 1945 
driftnet_1.5.0-0.3.dsc
 81b7affc7a1de4d58efed95a94892f7bc5f58a9e41bd0f175c932d04ed44affc 5724 
driftnet_1.5.0-0.3.debian.tar.xz
Files:
 602566066bc60e8b5ec4bdc3c77b65ff 1945 admin optional driftnet_1.5.0-0.3.dsc
 cbdda3dfb7d75fe75a03bdcdb8fd1846 5724 admin optional 
driftnet_1.5.0-0.3.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjRRUUACgkQiNJCh6LY
mLF9Qw//aOsHotW2W+cLzFSWmcdFyoMX7rEn9w2dtWFtMd2y5cV5Py4PzA8B7+5M
IZPPrzsg1MK9USyFKHZ3rIJj5rKiqO3Bbc9JRMpK7VRwbzy4E3BSIreaSourUpcn
eqNN9Cc7Ms7/VG8kwPks/EAfXp3beXdLRHsRL5fbGq5kToRG2WSuuEce/v8qeLEd
Hrf6Z4sY+4W5VaVQB8zCP5S4ClKEEddfuwh0xSYfEDgMt7hBMbLukSI19FWyA9t4
80yobbuybtmyWbMm0W5UtAxgEc0zfobyJ9tH9AUaFqNxMh6Gs+9C4LqmKmhe/HKz
3wGLorz6MjmApEaP+Xi73cB5ocCLr+pn2/rVFi06K2dQ2F585nL21/FTHmkk/rlo
PQnzCh62UvsXCh3bTMc/NkKUpQnjYhd6sG1ixmbqTQeAJZ81Hihf37GLHI+OLUL2
pwyr/TYHkLwRA362V/5TL5kbK5I7MyORDVPwgrhOZMv5Hu/E5KWonSIyW8Hi3kRJ
Y4IM+tIFT2P8V3tdO7v5o9qE2sh9alOLkSzgglGBfx/xkN65Rz8hugdIALmkRKsL
LT2K4JaXsWH/7aJMDyg1EaIqBBGbmgtZT4tW2f7PiMSz6bthkA7j8ESPrY6np5Sm
3qsoKljGv8eArm9Y76JYyoWp7H3j/3z5XnAxI2VuN3/Uz5CwGkE=
=eoK1
-----END PGP SIGNATURE-----

Attachment: pgpMTWkrx8aB5.pgp
Description: PGP signature


--- End Message ---

Reply via email to