Package: src:djbdns Version: 1:1.05-22 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build. Below you will find how the build ends (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202509/ 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 could not 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:djbdns, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with runit dh_auto_clean dh_clean debian/rules binary dh binary --with runit dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' echo /usr | tee conf-home /usr printf -- '%s\n' 'x86_64-linux-gnu-gcc -Wdate-time -D_FORTIFY_SOURCE=2 -include /usr/include/errno.h -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection' | tee conf-cc x86_64-linux-gnu-gcc -Wdate-time -D_FORTIFY_SOURCE=2 -include /usr/include/errno.h -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection printf -- '%s\n' 'x86_64-linux-gnu-gcc -Wl,-z,relro -Wl,-z,now -specs=/usr/share/debhelper/dh_package_notes/debian-package-notes.specs' | tee conf-ld x86_64-linux-gnu-gcc -Wl,-z,relro -Wl,-z,now -specs=/usr/share/debhelper/dh_package_notes/debian-package-notes.specs make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build make -j2 "INSTALL=install --strip-program=true" make[1]: Entering directory '/<<PKGBUILDDIR>>' ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load ( cat warn-auto.sh; \ echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \ ) > compile chmod 755 load ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype chmod 755 compile cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > choose chmod 755 choose ./compile generic-conf.c generic-conf.c: In function âstartâ: generic-conf.c:46:19: error: passing argument 2 of âbuffer_initâ from incompatible pointer type [-Wincompatible-pointer-types] 46 | buffer_init(&ss,buffer_unixwrite,fd,buf,sizeof buf); | ^~~~~~~~~~~~~~~~ | | | int (*)(int, const char *, unsigned int) In file included from generic-conf.c:5: buffer.h:16:34: note: expected âint (*)(void)â but argument is of type âint (*)(int, const char *, unsigned int)â 16 | extern void buffer_init(buffer *,int (*)(),int,char *,unsigned int); | ^~~~~~~~~ buffer.h:51:12: note: âbuffer_unixwriteâ declared here 51 | extern int buffer_unixwrite(int,const char *,unsigned int); | ^~~~~~~~~~~~~~~~ ./compile auto-str.c make[1]: *** [Makefile:490: generic-conf.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from auto-str.c:2: exit.h:4:13: warning: conflicting types for built-in function â_exitâ; expected âvoid(int)â [-Wbuiltin-declaration-mismatch] 4 | extern void _exit(); | ^~~~~ In file included from auto-str.c:1: buffer.h:12:61: error: initialization of âint (*)(void)â from incompatible pointer type âint (*)(int, const char *, unsigned int)â [-Wincompatible-pointer-types] 12 | #define BUFFER_INIT(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ auto-str.c:5:12: note: in expansion of macro âBUFFER_INITâ 5 | buffer b = BUFFER_INIT(buffer_unixwrite,1,bspace,sizeof bspace); | ^~~~~~~~~~~ buffer.h:12:61: note: (near initialization for âb.opâ) 12 | #define BUFFER_INIT(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ auto-str.c:5:12: note: in expansion of macro âBUFFER_INITâ 5 | buffer b = BUFFER_INIT(buffer_unixwrite,1,bspace,sizeof bspace); | ^~~~~~~~~~~ buffer.h:51:12: note: âbuffer_unixwriteâ declared here 51 | extern int buffer_unixwrite(int,const char *,unsigned int); | ^~~~~~~~~~~~~~~~ auto-str.c:7:6: warning: conflicting types for built-in function âputsâ; expected âint(const char *)â [-Wbuiltin-declaration-mismatch] 7 | void puts(const char *s) | ^~~~ auto-str.c:3:1: note: âputsâ is declared in header â<stdio.h>â 2 | #include "exit.h" +++ |+#include <stdio.h> 3 | auto-str.c: In function âputsâ: auto-str.c:9:32: error: too many arguments to function â_exitâ; expected 0, have 1 9 | if (buffer_puts(&b,s) == -1) _exit(111); | ^~~~~ ~~~ exit.h:4:13: note: declared here 4 | extern void _exit(); | ^~~~~ auto-str.c: In function âmainâ: auto-str.c:20:14: error: too many arguments to function â_exitâ; expected 0, have 1 20 | if (!name) _exit(100); | ^~~~~ ~~~ exit.h:4:13: note: declared here 4 | extern void _exit(); | ^~~~~ auto-str.c:22:15: error: too many arguments to function â_exitâ; expected 0, have 1 22 | if (!value) _exit(100); | ^~~~~ ~~~ exit.h:4:13: note: declared here 4 | extern void _exit(); | ^~~~~ auto-str.c:38:31: error: too many arguments to function â_exitâ; expected 0, have 1 38 | if (buffer_flush(&b) == -1) _exit(111); | ^~~~~ ~~~ exit.h:4:13: note: declared here 4 | extern void _exit(); | ^~~~~ auto-str.c:39:3: error: too many arguments to function â_exitâ; expected 0, have 1 39 | _exit(0); | ^~~~~ ~ exit.h:4:13: note: declared here 4 | extern void _exit(); | ^~~~~ make[1]: *** [Makefile:30: auto-str.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:10: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

