Package: src:nstreams Version: 1.0.4+ds-0.1 Severity: important Tags: forky sid ftbfs User: [email protected] Usertags: autoconf-2.73
Dear maintainer: During a rebuild of all packages in unstable using autoconf 2.73 (available in experimental), 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/autoconf-2.73/ This bug will be raised to serious once autoconf 2.73 is uploaded for unstable. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' [ ! -f nstreams.tmpl ] || dh_auto_clean make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf autoreconf: export WARNINGS= autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf: Entering directory '.' autoreconf: configure.in: no obvious need to run autopoint autoreconf: running: aclocal --force aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf: configure.in: tracing autoreconf: configure.in: not using Libtool autoreconf: configure.in: not using Intltool autoreconf: configure.in: not using Gtkdoc autoreconf: configure.in: no need to run autopoint (confirmed) autoreconf: running: /usr/bin/autoconf --force autoreconf: configure.in: includes/config.h.in was not generated by autoheader autoreconf: force update of includes/config.h.in with --replace-handwritten autoreconf: configure.in: not using Automake autoreconf: './config.sub' is created autoreconf: './config.guess' is created autoreconf: './install-sh' is updated autoreconf: configure.in: not running make: --make not given autoreconf: Leaving directory '.' 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 gcc... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to enable C23 features... none needed checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c 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 errno.h... yes checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for sys/socket.h... yes checking for netdb.h... yes checking for arpa/inet.h... yes checking for string.h... (cached) yes checking for signal.h... yes checking for netinet/in_systm.h... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for ctype.h... yes checking for getopt.h... yes checking for pcap_open_live in -lpcap... yes checking for bzero... yes checking for inet_ntoa... yes configure: creating ./config.status config.status: creating nstreams.tmpl config.status: WARNING: 'nstreams.tmpl.in' seems to ignore the --datarootdir setting config.status: creating includes/config.h dh_auto_build make -j2 make[1]: Entering directory '/<<PKGBUILDDIR>>' cd src && make make[2]: Entering directory '/<<PKGBUILDDIR>>/src' x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/pcap -I/usr/include -I/<<PKGBUILDDIR>>/includes -c nstreams.c x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/pcap -I/usr/include -I/<<PKGBUILDDIR>>/includes -c parse_tcpdump.c parse_tcpdump.c: In function âcount_dotsâ: parse_tcpdump.c:37:12: warning: old-style function definition [-Wold-style-definition] 37 | static int count_dots(str) | ^~~~~~~~~~ nstreams.c: In function âversionâ: nstreams.c:100:34: error: âPACKAGE_VERSIONâ undeclared (first use in this function) 100 | printf("This is nstreams %s\n", PACKAGE_VERSION); | ^~~~~~~~~~~~~~~ nstreams.c:100:34: note: each undeclared identifier is reported only once for each function it appears in parse_tcpdump.c: In function âascaddr2intaddrâ: nstreams.c: In function âoutput_functionâ: parse_tcpdump.c:51:23: warning: old-style function definition [-Wold-style-definition] 51 | static struct in_addr ascaddr2intaddr(addr, port, proto) | ^~~~~~~~~~~~~~~ nstreams.c:118:1: warning: old-style function definition [-Wold-style-definition] 118 | output_function(name) | ^~~~~~~~~~~~~~~ nstreams.c: In function âmainâ: nstreams.c:132:1: warning: old-style function definition [-Wold-style-definition] 132 | main(argc, argv) | ^~~~ parse_tcpdump.c: In function âis_tcp_flagâ: parse_tcpdump.c:82:12: warning: old-style function definition [-Wold-style-definition] 82 | static int is_tcp_flag(c) | ^~~~~~~~~~~ parse_tcpdump.c: In function âtcp_flagâ: parse_tcpdump.c:93:12: warning: old-style function definition [-Wold-style-definition] 93 | static int tcp_flag(c) | ^~~~~~~~ parse_tcpdump.c: In function âparse_tcpdump_lineâ: parse_tcpdump.c:104:18: warning: old-style function definition [-Wold-style-definition] 104 | struct tcpdump * parse_tcpdump_line(orig) | ^~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:14: nstreams.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' make[1]: *** [Makefile:6: nstreams] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j2 returned exit code 2 make: *** [debian/rules:7: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

