Package: src:driftnet Version: 1.5.0-0.3 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202512/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:driftnet, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with autoreconf dh_clean debian/rules binary dh binary --with autoreconf dh_update_autotools_config dh_autoreconf configure.ac:99: installing './ar-lib' configure.ac:94: installing './compile' configure.ac:8: installing './config.guess' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' dh_auto_configure ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking whether UID '999' is supported by ustar format... yes checking whether GID '999' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking for pcap_open_live in -lpcap... yes checking for pthread_create in -lpthread... yes checking for gtk+-3.0 >= 3.0.0... yes checking for DGifOpenFileHandle in -lgif... yes checking for png_read_info in -lpng... yes checking for jpeg_read_header in -ljpeg... yes checking for WebPDecodeRGBInto in -lwebp... yes checking for lws_create_context in -lwebsockets... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for uv/version.h... yes checking for _cmocka_run_group_tests in -lcmocka... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking whether byte ordering is bigendian... no checking for inline... inline checking for GNU libc compatible malloc... yes checking for GNU libc compatible realloc... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for dup2... yes checking for inet_ntoa... yes checking for memchr... yes checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for library containing nanosleep... none required checking for nanosleep... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/common/Makefile config.status: creating src/network/Makefile config.status: creating src/media/Makefile config.status: creating src/display/Makefile config.status: creating src/http_display/Makefile config.status: creating src/compat/config.h config.status: executing depfiles commands ------------------------------------------------- driftnet Version 1.5.0 Prefix: '/usr' Compiler: 'gcc -O2 -g -DDEBUG' Package features: - enable display: yes - enable gtk3: yes - GTK version found: 3.x.x - enable http display: yes - enable debug: yes Now type: - 'make' to build the package - 'make install' to install everything -------------------------------------------------- dh_auto_build make -j2 make[1]: Entering directory '/<<PKGBUILDDIR>>' Making all in src make[2]: Entering directory '/<<PKGBUILDDIR>>/src' Making all in common make[3]: Entering directory '/<<PKGBUILDDIR>>/src/common' gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./compat -O2 -g -DDEBUG -c -o log.o log.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./compat -O2 -g -DDEBUG -c -o tmpdir.o tmpdir.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./compat -O2 -g -DDEBUG -c -o util.o util.c rm -f libcommon.a ar cr libcommon.a log.o tmpdir.o util.o ranlib libcommon.a make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/common' Making all in network make[3]: Entering directory '/<<PKGBUILDDIR>>/src/network' gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./../ -O2 -g -DDEBUG -c -o connection.o connection.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./../ -O2 -g -DDEBUG -c -o layer2.o layer2.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./../ -O2 -g -DDEBUG -c -o layer3.o layer3.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I./../ -O2 -g -DDEBUG -c -o pcap_engine.o pcap_engine.c pcap_engine.c: In function ânetwork_get_default_interfaceâ: pcap_engine.c:198:5: warning: âpcap_lookupdevâ is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 198 | interface = pcap_lookupdev(ebuf); | ^~~~~~~~~ In file included from /usr/include/pcap.h:43, from pcap_engine.c:35: /usr/include/pcap/pcap.h:444:18: note: declared here 444 | PCAP_API char *pcap_lookupdev(char *); | ^~~~~~~~~~~~~~ rm -f libnetwork.a ar cr libnetwork.a connection.o layer2.o layer3.o pcap_engine.o ranlib libnetwork.a make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/network' Making all in media make[3]: Entering directory '/<<PKGBUILDDIR>>/src/media' gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I../../src -O2 -g -DDEBUG -c -o media.o media.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I../../src -O2 -g -DDEBUG -c -o image.o image.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I../../src -O2 -g -DDEBUG -c -o audio.o audio.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I../../src -O2 -g -DDEBUG -c -o mpeghdr.o mpeghdr.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I../../src -O2 -g -DDEBUG -c -o playaudio.o playaudio.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I../../src -O2 -g -DDEBUG -c -o http.o http.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); | ^~~~~~~~ rm -f libmedia.a ar cr libmedia.a media.o image.o audio.o mpeghdr.o playaudio.o http.o ranlib libmedia.a make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/media' Making all in display make[3]: Entering directory '/<<PKGBUILDDIR>>/src/display' gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I../../src -I../../src/media -O2 -g -DDEBUG -c -o display.o display.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I../../src -I../../src/media -O2 -g -DDEBUG -c -o img.o img.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I../../src -I../../src/media -O2 -g -DDEBUG -c -o gif.o gif.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I../../src -I../../src/media -O2 -g -DDEBUG -c -o jpeg.o jpeg.c display.c: In function âupdate_windowâ: display.c:159:9: warning: âgdk_cairo_createâ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 159 | cairo_t *cr = gdk_cairo_create(drawable); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from display.c:23: /usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ display.c: In function âbutton_release_eventâ: display.c:342:9: warning: âgdk_cairo_createâ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 342 | cairo_t *cr = gdk_cairo_create(drawable); | ^~~~~~~ /usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ display.c:349:9: warning: âgdk_flushâ is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 349 | gdk_flush(); /* force X to actually draw the damn thing. */ | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50: /usr/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ display.c: In function âdisplay_send_imgâ: display.c:64:5: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 64 | write(imgpipe_writefd, name, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function âdo_image_displayâ: display.c:73:5: warning: ignoring return value of âpipeâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 73 | pipe(pfd); | ^~~~~~~~~ display.c: In function âpipe_eventâ: display.c:442:29: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 442 | write(1, "\a", 1); | ^~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I../../src -I../../src/media -O2 -g -DDEBUG -c -o png.o png.c gcc -DHAVE_CONFIG_H -I. -I../../src/compat -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I../../src -I../../src/media -O2 -g -DDEBUG -c -o webp.o webp.c rm -f libdisplay.a ar cr libdisplay.a display.o img.o gif.o jpeg.o png.o webp.o ranlib libdisplay.a make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/display' Making all in http_display make[3]: Entering directory '/<<PKGBUILDDIR>>/src/http_display' 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 httpd.o httpd.c rm -f 'web_data.c' echo '#include "web_data.h"' >> web_data.c echo 'char* static_files[] = {' >> web_data.c for f in static_web/index.html ; do \ 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 '/<<PKGBUILDDIR>>/src/http_display' make[3]: Entering directory '/<<PKGBUILDDIR>>/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 '/<<PKGBUILDDIR>>/src' make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: Entering directory '/<<PKGBUILDDIR>>' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' make check make[2]: Entering directory '/<<PKGBUILDDIR>>' Making check in src make[3]: Entering directory '/<<PKGBUILDDIR>>/src' Making check in common make[4]: Entering directory '/<<PKGBUILDDIR>>/src/common' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/common' Making check in network make[4]: Entering directory '/<<PKGBUILDDIR>>/src/network' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/network' Making check in media make[4]: Entering directory '/<<PKGBUILDDIR>>/src/media' make test_unit make[5]: Entering directory '/<<PKGBUILDDIR>>/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 âtest_no_error_on_null_dataâ: tests/test_unit.c:133:9: error: âuintptr_tâ undeclared (first use in this function) 133 | assert_null(media_data); | ^~~~~~~~~~~ tests/test_unit.c:24:1: note: âuintptr_tâ is defined in header â<stdint.h>â; this is probably fixable by adding â#include <stdint.h>â 23 | #include "media/media.h" +++ |+#include <stdint.h> 24 | tests/test_unit.c:133:9: note: each undeclared identifier is reported only once for each function it appears in 133 | assert_null(media_data); | ^~~~~~~~~~~ tests/test_unit.c: In function âtest_parse_imagesâ: tests/test_unit.c:185:13: error: âuintptr_tâ undeclared (first use in this function) 185 | assert_non_null(ret); | ^~~~~~~~~~~~~~~ tests/test_unit.c:185:13: note: âuintptr_tâ is defined in header â<stdint.h>â; this is probably fixable by adding â#include <stdint.h>â tests/test_unit.c: In function âtest_dont_parse_corrupt_dataâ: tests/test_unit.c:207:5: error: âuintptr_tâ undeclared (first use in this function) 207 | assert_non_null(ret); | ^~~~~~~~~~~~~~~ tests/test_unit.c:207:5: note: âuintptr_tâ is defined in header â<stdint.h>â; this is probably fixable by adding â#include <stdint.h>â tests/test_unit.c: In function âtest_dont_parse_other_formatsâ: tests/test_unit.c:223:9: error: âuintptr_tâ undeclared (first use in this function) 223 | assert_non_null(ret); | ^~~~~~~~~~~~~~~ tests/test_unit.c:223:9: note: âuintptr_tâ is defined in header â<stdint.h>â; this is probably fixable by adding â#include <stdint.h>â tests/test_unit.c: In function âtest_correct_media_drivers_for_mediatype_countâ: tests/test_unit.c:239:5: error: âuintptr_tâ undeclared (first use in this function) 239 | assert_non_null(image_drivers); | ^~~~~~~~~~~~~~~ tests/test_unit.c:239:5: note: âuintptr_tâ is defined in header â<stdint.h>â; this is probably fixable by adding â#include <stdint.h>â make[5]: *** [Makefile:740: tests/test_unit-test_unit.o] Error 1 make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/media' make[4]: *** [Makefile:1023: check-am] Error 2 make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/media' make[3]: *** [Makefile:460: check-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:435: check-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:23: override_dh_auto_test] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:15: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

