Your message dated Tue, 21 Dec 2021 09:20:07 +0000 with message-id <[email protected]> and subject line Bug#997281: fixed in xawtv 3.107-1.1 has caused the Debian Bug report #997281, regarding xawtv: FTBFS: console/record.c:432:17: error: ‘sys_siglist’ undeclared (first use in this function) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 997281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997281 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: xawtv Version: 3.107-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > CC console/dump-mixers.o > CC console/record.o > CC console/showriff.o > CC console/showqt.o > console/showriff.c: In function ‘ProcessChunk’: > console/showriff.c:487:48: warning: expression does not compute the number of > elements in this array; element type is ‘struct VAL’, not ‘char *’ > [-Wsizeof-array-div] > 487 | > dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds); > | ^ > console/showriff.c:487:48: note: add parentheses around the second ‘sizeof’ > to silence this warning > console/showriff.c:182:12: note: array ‘names_strf_auds’ declared here > 182 | struct VAL names_strf_auds[] = { > | ^~~~~~~~~~~~~~~ > console/showriff.c:496:48: warning: expression does not compute the number of > elements in this array; element type is ‘struct VAL’, not ‘char *’ > [-Wsizeof-array-div] > 496 | > dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds); > | ^ > console/showriff.c:496:48: note: add parentheses around the second ‘sizeof’ > to silence this warning > console/showriff.c:182:12: note: array ‘names_strf_auds’ declared here > 182 | struct VAL names_strf_auds[] = { > | ^~~~~~~~~~~~~~~ > console/showriff.c:435:9: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 435 | fread(&formtype,sizeof(FOURCC),1,f); /* read the form type > */ > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showriff.c:475:9: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 475 | fread(&fcc_type,sizeof(FOURCC),1,f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showriff.c:504:9: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 504 | fread(buf, buflen, 1, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > console/showriff.c: In function ‘dump_vals’: > console/showriff.c:205:13: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 205 | fread(&val32,4,1,f); > | ^~~~~~~~~~~~~~~~~~~ > console/showriff.c:210:13: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 210 | fread(&val32,4,1,f); > | ^~~~~~~~~~~~~~~~~~~ > console/showriff.c:224:13: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 224 | fread(&val32,4,1,f); > | ^~~~~~~~~~~~~~~~~~~ > console/showriff.c:235:13: warning: ignoring return value of ‘fread’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 235 | fread(&val16,2,1,f); > | ^~~~~~~~~~~~~~~~~~~ > console/showqt.c: In function ‘dump_string’: > console/showqt.c:530:9: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 530 | read(fh,&ssize,sizeof(ssize)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:531:9: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 531 | read(fh,&stype,sizeof(stype)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:535:9: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 535 | read(fh,str,ssize); > | ^~~~~~~~~~~~~~~~~~ > console/showqt.c: In function ‘dump_fields’: > console/showqt.c:428:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 428 | read(fh,&fcc,sizeof(fcc)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:432:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 432 | read(fh,&int8,sizeof(int8)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:438:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 438 | read(fh,&int16,sizeof(int16)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:442:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 442 | read(fh,&int32,sizeof(int32)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:446:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 446 | read(fh,&int64,sizeof(int64)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:450:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 450 | read(fh,&int16,sizeof(int16)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:455:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 455 | read(fh,&int32,sizeof(int32)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:460:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 460 | read(fh,dummy,3); > | ^~~~~~~~~~~~~~~~ > console/showqt.c:466:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 466 | read(fh,&uint32,sizeof(uint32)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:472:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 472 | read(fh,&color,sizeof(color)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/showqt.c:479:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 479 | read(fh,dummy,2); > | ^~~~~~~~~~~~~~~~ > console/showqt.c:482:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 482 | read(fh,dummy,4); > | ^~~~~~~~~~~~~~~~ > console/showqt.c:485:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 485 | read(fh,dummy,6); > | ^~~~~~~~~~~~~~~~ > console/showqt.c:488:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 488 | read(fh,dummy,8); > | ^~~~~~~~~~~~~~~~ > console/showqt.c:491:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 491 | read(fh,dummy,10); > | ^~~~~~~~~~~~~~~~~ > console/showqt.c:494:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 494 | read(fh,dummy,36); > | ^~~~~~~~~~~~~~~~~ > console/showqt.c:497:13: warning: ignoring return value of ‘read’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 497 | read(fh,&count,sizeof(count)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/record.c: In function ‘ctrlc’: > console/record.c:432:17: error: ‘sys_siglist’ undeclared (first use in this > function) > 432 | sys_siglist[signal]); > | ^~~~~~~~~~~ > console/record.c:432:17: note: each undeclared identifier is reported only > once for each function it appears in > console/record.c: In function ‘wav_start_write’: > console/record.c:348:5: warning: ignoring return value of ‘write’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 348 | write(fd,&fileheader,sizeof(WAVEHDR)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > console/record.c: In function ‘wav_stop_write’: > console/record.c:373:5: warning: ignoring return value of ‘write’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 373 | write(fd,&fileheader,sizeof(WAVEHDR)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > make[1]: *** [mk/Compile.mk:55: console/record.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/xawtv_3.107-1_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.
--- End Message ---
--- Begin Message ---Source: xawtv Source-Version: 3.107-1.1 Done: Adrian Bunk <[email protected]> We believe that the bug you reported is fixed in the latest version of xawtv, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adrian Bunk <[email protected]> (supplier of updated xawtv package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 06 Dec 2021 21:59:01 +0200 Source: xawtv Architecture: source Version: 3.107-1.1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: Adrian Bunk <[email protected]> Closes: 997281 Changes: xawtv (3.107-1.1) unstable; urgency=medium . * Non-maintainer upload. * Add upstream fix for FTBFS with glibc 2.32, thanks to Jeremy Sowden. (Closes: #997281) Checksums-Sha1: fb3a462e09f0d75ee541cf2deeb67fe6c36a094a 3028 xawtv_3.107-1.1.dsc 20f541e3bf2876d76ad86121792e7ce24c123fff 43696 xawtv_3.107-1.1.debian.tar.xz Checksums-Sha256: 0af8aff129a1a91088b9aab452b8326cd86f5f683cef5e57753f6859526fc4da 3028 xawtv_3.107-1.1.dsc 83f42b3be46a04253cadc3e3a7f0fe8c8ec7675c62fdd62f901ae9dffcf0f040 43696 xawtv_3.107-1.1.debian.tar.xz Files: 641a9f4daf14bd8cebbe30e29a327d6b 3028 video optional xawtv_3.107-1.1.dsc 4442c1acaf4f46de151b905a3f5d28c6 43696 video optional xawtv_3.107-1.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmGubFAACgkQiNJCh6LY mLFTnxAAg0klKNMqzPEgY73E9O7IKHtiTPCp5YWqGl7syHC1A3vp5T9iEImIvCng fHSreEhhV0bpavZ5emJ+2Grx6Olx3w3EkNEomP50+D8pM36N47c9GlSreCbBMpjZ kJE8qfbhQIvJNED1+N3Jw3MlyC3Kn/QXFwCL787ls+jI2QMD/jwM7owiPh8Vf/w2 RBLjfraatpQbBP0y0ep0m56rhLron6tkr0kR7SwsCjidpAKsRuLBaxG9IUNWl7KS Mjh++XA/IrCO70kkZoO7dlml2nVK91QChq1ArgyB0iCYvu9nYM1c8tVt69zScclW ofRuBKVU2LGq1lkE8Fm9ik1F66vl/LOiTNykEvzps+FFMgtt3vprwSSPZT3fHNrs /1Qwr0thKyqz9xO7M8VMBZEgalRPbf3iWs4jBjd6UBiJFedsAiWp6HRS8itS79wF faGW5qbVBRTWKHk+Ln7I6UBAGrYrbMJTB3lDdk4VcMpwT4uusx7Nb3TD3bgJ/b2Y dIETR1yFpVpDdNBbSg2fDKypHIlffmELk9CHi8xaqAkQiBNvgo3SUPQDildwYUtT XjDmWa7ja4VvBZ43Q6FMvKY1je3wSKAJK1YlcJMBEdiMKr9PlrJ1BG/R4jW+RTIz hOEaiJbeYatsYWUNHpj+qKHQU/NDGgTvRRHbV9axONpjGrScDVI= =JEsg -----END PGP SIGNATURE-----
--- End Message ---

