Source: troffcvt Version: 1.04-25 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20211023 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[3]: Entering directory '/<<PKGBUILDDIR>>/portlib-1.01' > rm -f ato.o > gcc -c -O -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -I /<<PKGBUILDDIR>>/lib -I. -I/usr/local/include > -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE > -DX_LOCALE -DHAS_SYSCONF=0 -DHAS_FLOCK=1 -DHAS_FCNTL=0 > -DHAS_SYS_DIR_H=1 -DHAS_DIRENT_H=0 -DHAS_BCOPY=1 ato.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from ato.c:13: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > rm -f dir.o > gcc -c -O -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -I /<<PKGBUILDDIR>>/lib -I. -I/usr/local/include > -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE > -DX_LOCALE -DHAS_SYSCONF=0 -DHAS_FLOCK=1 -DHAS_FCNTL=0 > -DHAS_SYS_DIR_H=1 -DHAS_DIRENT_H=0 -DHAS_BCOPY=1 dir.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from dir.c:14: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > rm -f fd.o > gcc -c -O -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -I /<<PKGBUILDDIR>>/lib -I. -I/usr/local/include > -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE > -DX_LOCALE -DHAS_SYSCONF=0 -DHAS_FLOCK=1 -DHAS_FCNTL=0 > -DHAS_SYS_DIR_H=1 -DHAS_DIRENT_H=0 -DHAS_BCOPY=1 fd.c > fd.c: In function ‘MaxFileDesc’: > fd.c:24:17: warning: implicit declaration of function ‘getdtablesize’ > [-Wimplicit-function-declaration] > 24 | return (getdtablesize ()); > | ^~~~~~~~~~~~~ > rm -f lock.o > gcc -c -O -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -I /<<PKGBUILDDIR>>/lib -I. -I/usr/local/include > -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE > -DX_LOCALE -DHAS_SYSCONF=0 -DHAS_FLOCK=1 -DHAS_FCNTL=0 > -DHAS_SYS_DIR_H=1 -DHAS_DIRENT_H=0 -DHAS_BCOPY=1 lock.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from lock.c:14: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > rm -f mem.o > gcc -c -O -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -I /<<PKGBUILDDIR>>/lib -I. -I/usr/local/include > -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE > -DX_LOCALE -DHAS_SYSCONF=0 -DHAS_FLOCK=1 -DHAS_FCNTL=0 > -DHAS_SYS_DIR_H=1 -DHAS_DIRENT_H=0 -DHAS_BCOPY=1 mem.c > In file included from /usr/include/strings.h:21, > from mem.c:13: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > rm -f libport.a > ar clq libport.a ato.o dir.o fd.o lock.o mem.o > ar: libdeps specified more than once > make[3]: *** [Makefile:325: libport.a] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/troffcvt_1.04-25_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.