Source: cpio Version: 2.13+dfsg-2 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[3]: Entering directory '/<<PKGBUILDDIR>>/obj-win32/src' > CC copyin.o > CC copyout.o > ../../src/copyout.c: In function ‘process_copy_out’: > ../../src/copyout.c:794:15: warning: implicit declaration of function > ‘readlink’ [-Wimplicit-function-declaration] > 794 | link_size = readlink (orig_file_name, link_name, > | ^~~~~~~~ > CC copypass.o > ../../src/copypass.c: In function ‘process_copy_pass’: > ../../src/copypass.c:275:16: warning: implicit declaration of function > ‘readlink’ [-Wimplicit-function-declaration] > 275 | link_size = readlink (input_name.ds_string, link_name, > | ^~~~~~~~ > CC defer.o > CC dstring.o > CC global.o > CC fatal.o > CC main.o > In file included from ../../lib/system.h:456, > from ../../src/main.c:24: > ../../src/main.c: In function ‘main’: > ../../gnu/gettext.h:88:25: warning: statement with no effect [-Wunused-value] > 88 | ((void) (Domainname), (const char *) (Dirname)) > | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../src/main.c:771:3: note: in expansion of macro ‘bindtextdomain’ > 771 | bindtextdomain (PACKAGE, LOCALEDIR); > | ^~~~~~~~~~~~~~ > ../../gnu/gettext.h:85:34: warning: statement with no effect [-Wunused-value] > 85 | # define textdomain(Domainname) ((const char *) (Domainname)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../src/main.c:772:3: note: in expansion of macro ‘textdomain’ > 772 | textdomain (PACKAGE); > | ^~~~~~~~~~ > CC tar.o > ../../src/tar.c: In function ‘write_out_tar_header’: > ../../src/tar.c:213:7: warning: ‘strncpy’ output truncated before terminating > nul copying 2 bytes from a string of the same length [-Wstringop-truncation] > 213 | strncpy (tar_hdr->version, TVERSION, TVERSLEN); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > CC util.o > In file included from > /usr/lib/gcc/i686-w64-mingw32/10-win32/include/stddef.h:1, > from ../gnu/sys/types.h:50, > from ../../lib/system.h:33, > from ../../src/util.c:20: > ../../src/util.c:48:12: warning: ‘_errno’ redeclared without dllimport > attribute: previous dllimport ignored [-Wattributes] > 48 | extern int errno; > | ^~~~~ > ../../src/util.c: In function ‘fchown_or_chown’: > ../../src/util.c:1205:12: warning: implicit declaration of function ‘fchown’; > did you mean ‘lchown’? [-Wimplicit-function-declaration] > 1205 | return fchown (fd, uid, gid); > | ^~~~~~ > | lchown > ../../src/util.c: In function ‘fchmod_or_chmod’: > ../../src/util.c:1214:12: warning: implicit declaration of function ‘fchmod’; > did you mean ‘chmod’? [-Wimplicit-function-declaration] > 1214 | return fchmod (fd, mode); > | ^~~~~~ > | chmod > CC filemode.o > CC idcache.o > CC makepath.o > CC userspec.o > CCLD cpio.exe > /usr/bin/i686-w64-mingw32-ld: > ../gnu/libgnu.a(progname.o):progname.c:(.bss+0x0): multiple definition of > `program_name'; global.o:global.c:(.bss+0xd8): first defined here > collect2: error: ld returned 1 exit status The full build log is available from: http://qa-logs.debian.net/2020/06/20/cpio_2.13+dfsg-2_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.