Source: dvdbackup Version: 0.4.2-4 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200402 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 > -DLOCALEDIR=\"/usr/share/locale\" -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -pedantic -Wall -Wextra -c -o dvdbackup.o dvdbackup.c > dvdbackup.c: In function ‘DVDWriteCells’: > dvdbackup.c:172:22: warning: unused parameter ‘title_set_info’ > [-Wunused-parameter] > 172 | title_set_info_t * title_set_info, titles_info_t * titles_info, > | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ > dvdbackup.c: In function ‘DVDCopyIfoBup’: > dvdbackup.c:1282:29: error: ‘ifo_handle_t’ {aka ‘struct <anonymous>’} has no > member named ‘file’ > 1282 | size = DVDFileSize(ifo_file->file) * DVD_VIDEO_LB_LEN; > | ^~ > dvdbackup.c:1295:22: error: ‘ifo_handle_t’ {aka ‘struct <anonymous>’} has no > member named ‘file’ > 1295 | DVDFileSeek(ifo_file->file, 0); > | ^~ > dvdbackup.c:1297:27: error: ‘ifo_handle_t’ {aka ‘struct <anonymous>’} has no > member named ‘file’ > 1297 | if (DVDReadBytes(ifo_file->file,buffer,size) != size) { > | ^~ > make[3]: *** [Makefile:392: dvdbackup.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/04/02/dvdbackup_0.4.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.