Source: glhack Version: 1.2-4 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[4]: Entering directory '/<<PKGBUILDDIR>>/src' > make[4]: '../include/date.h' is up to date. > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' > cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -O -I../include > -Wdate-time -D_FORTIFY_SOURCE=2 -c -o recover.o recover.c > recover.c: In function ‘restore_savefile’: > recover.c:308:5: warning: ignoring return value of ‘write’, declared with > attribute warn_unused_result [-Wunused-result] > 308 | write(sfd, (genericptr_t) &levc, sizeof(levc)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -o > recover_glhack recover.o > make[3]: Leaving directory '/<<PKGBUILDDIR>>/util' > ( cd doc ; make Guidebook ) > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' > tbl tmac.n Guidebook.mn | nroff -Tascii | col -bx > Guidebook > /bin/sh: 1: col: not found > make[3]: *** [Makefile:27: Guidebook] Error 127 The full build log is available from: http://qa-logs.debian.net/2020/06/20/glhack_1.2-4_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! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.