Your message dated Fri, 15 Mar 2024 06:19:12 +0000
with message-id <e1rl0uo-00fe8d...@fasolo.debian.org>
and subject line Bug#1066264: fixed in cdrkit 9:1.1.11-3.5
has caused the Debian Bug report #1066264,
regarding cdrkit: FTBFS: genisoimage.c:1512:17: error: implicit declaration of 
function ‘parse_checksum_algo’ [-Werror=implicit-function-declaration]
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 ow...@bugs.debian.org
immediately.)


-- 
1066264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066264
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cdrkit
Version: 9:1.1.11-3.4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> make[5]: Entering directory '/<<PKGBUILDDIR>>/build'
> [ 59%] Building C object genisoimage/CMakeFiles/isodump.dir/diag/isodump.o
> [ 59%] Building C object genisoimage/CMakeFiles/isoinfo.dir/diag/isoinfo.o
> [ 59%] Building C object genisoimage/CMakeFiles/genisoimage.dir/genisoimage.o
> [ 59%] Building C object wodim/CMakeFiles/wodim.dir/wodim.o
> [ 59%] Building C object genisoimage/CMakeFiles/isodebug.dir/diag/isodebug.o
> [ 60%] Building C object icedax/CMakeFiles/icedax.dir/aifc.o
> [ 61%] Building C object genisoimage/CMakeFiles/isovfy.dir/diag/isovfy.o
> [ 61%] Building C object genisoimage/CMakeFiles/devdump.dir/diag/dump.o
> /<<PKGBUILDDIR>>/genisoimage/genisoimage.c: In function ‘main’:
> /<<PKGBUILDDIR>>/genisoimage/genisoimage.c:1512:17: error: implicit 
> declaration of function ‘parse_checksum_algo’ 
> [-Werror=implicit-function-declaration]
>  1512 |             if (parse_checksum_algo(optarg, &checksum_algo_iso))
>       |                 ^~~~~~~~~~~~~~~~~~~
> [ 61%] Building C object genisoimage/CMakeFiles/isodebug.dir/scsi.o
> [ 61%] Building C object icedax/CMakeFiles/icedax.dir/aiff.o
> [ 61%] Building C object genisoimage/CMakeFiles/devdump.dir/scsi.o
> [ 61%] Building C object icedax/CMakeFiles/icedax.dir/base64.o
> [ 62%] Building C object genisoimage/CMakeFiles/isodump.dir/scsi.o
> [ 63%] Linking C executable isodebug
> [ 64%] Linking C executable devdump
> [ 65%] Building C object icedax/CMakeFiles/icedax.dir/icedax.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 65%] Building C object genisoimage/CMakeFiles/isovfy.dir/scsi.o
> [ 65%] Built target isodebug
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 66%] Building C object wodim/CMakeFiles/wodim.dir/audiosize.o
> [ 66%] Built target devdump
> make[5]: Entering directory '/<<PKGBUILDDIR>>/build'
> [ 66%] Linking C executable isodump
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/build'
> [ 67%] Building C object readom/CMakeFiles/readom.dir/io.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 68%] Building C object genisoimage/CMakeFiles/isoinfo.dir/scsi.o
> [ 68%] Linking C executable isovfy
> [ 68%] Built target isodump
> make[5]: Entering directory '/<<PKGBUILDDIR>>/build'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/build'
> [ 68%] Building C object wodim/CMakeFiles/wodim.dir/auinfo.o
> [ 69%] Building C object netscsid/CMakeFiles/netscsid.dir/netscsid.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 69%] Built target isovfy
> [ 69%] Building C object wodim/CMakeFiles/wodim.dir/cdr_drv.o
> [ 69%] Linking C executable isoinfo
> [ 69%] Building C object readom/CMakeFiles/readom.dir/readom.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 69%] Built target isoinfo
> [ 70%] Building C object wodim/CMakeFiles/wodim.dir/cdtext.o
> [ 70%] Building C object wodim/CMakeFiles/wodim.dir/clone.o
> [ 70%] Linking C executable netscsid
> [ 71%] Building C object wodim/CMakeFiles/wodim.dir/crc16.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 71%] Building C object wodim/CMakeFiles/wodim.dir/cue.o
> [ 71%] Built target netscsid
> [ 71%] Building C object wodim/CMakeFiles/wodim.dir/diskid.o
> [ 71%] Building C object wodim/CMakeFiles/wodim.dir/drv_jvc.o
> [ 72%] Building C object wodim/CMakeFiles/wodim.dir/drv_7501.o
> [ 73%] Building C object wodim/CMakeFiles/wodim.dir/drv_mmc.o
> /<<PKGBUILDDIR>>/wodim/cue.c: In function ‘parse_file.isra’:
> /<<PKGBUILDDIR>>/wodim/cue.c:477:39: warning: ‘snprintf’ output may be 
> truncated before the last format character [-Wformat-truncation=]
>   477 |                                 "%s/%s", cname, word);
>       |                                       ^
> /<<PKGBUILDDIR>>/wodim/cue.c:476:25: note: ‘snprintf’ output 2 or more bytes 
> (assuming 1025) into a destination of size 1024
>   476 |                         snprintf(newname, sizeof (newname),
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   477 |                                 "%s/%s", cname, word);
>       |                                 ~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[5]: *** [genisoimage/CMakeFiles/genisoimage.dir/build.make:76: 
> genisoimage/CMakeFiles/genisoimage.dir/genisoimage.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/cdrkit_1.1.11-3.4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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: cdrkit
Source-Version: 9:1.1.11-3.5
Done: Andrey Rakhmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cdrkit, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrey Rakhmatullin <w...@debian.org> (supplier of updated cdrkit 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 14 Mar 2024 21:53:13 +0500
Source: cdrkit
Architecture: source
Version: 9:1.1.11-3.5
Distribution: unstable
Urgency: medium
Maintainer: Joerg Jaspert <jo...@debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1066264
Changes:
 cdrkit (9:1.1.11-3.5) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066264).
Checksums-Sha1:
 15c89a9d9aee55fe94266cce0951baeeb470ba1a 2017 cdrkit_1.1.11-3.5.dsc
 b5cbd50b889934f952ec9859c34d77295842c23d 28684 cdrkit_1.1.11-3.5.debian.tar.xz
 4e0a80578682755a75c0e3b87714a46066ce1304 8755 cdrkit_1.1.11-3.5_amd64.buildinfo
Checksums-Sha256:
 e13e3363b1129c7e3b6af17098cf9aa6c8f54700c821f2ee2d69715f88e26bb3 2017 
cdrkit_1.1.11-3.5.dsc
 5c5ea73a588c8de64513bfca3e321e6d7f07114e9a422a323fdf3cf9f746b6d5 28684 
cdrkit_1.1.11-3.5.debian.tar.xz
 35a62696599aa1afbdf28869e2755d9f7bda36e658398148ee6f11873c5db415 8755 
cdrkit_1.1.11-3.5_amd64.buildinfo
Files:
 eff62ff85dec7cd3bcb64defca0c30e3 2017 otherosfs optional cdrkit_1.1.11-3.5.dsc
 3f880a00d832820b1985fac538c1e8a6 28684 otherosfs optional 
cdrkit_1.1.11-3.5.debian.tar.xz
 b8f8207c81aa9fd1f67468d4dab60bac 8755 otherosfs optional 
cdrkit_1.1.11-3.5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmXzK/sACgkQM2L3AxpJ
kuGaMA//VAICJXY/h6EzGS2ICoCHCk3wGVGnN+/MjfCfrPWeZ4Ai5bYG1Luqyq13
Dv4PpZ7VrUa5QbDE0DpmuBEni24PKANjiSeSSQL2D4c3/7OU1hUw8CMR4caPIK2V
9U4l4wZovIFr2Me0oxD9cPQBcvlqkaWGZU/MfRnyaovwYxkdW0m1qAlgDdi5Tz4U
Cq6zgsqxq5cKsKwNdK8tSKlwGuRk/z5aZNp1LJW2x46ZmbT1X8CIEObKJohy/p8j
neEen8ZfcGs02hmDJ0l+tLTgGdakx4i2/o2YGWz/iPJqhmZ2Iuse77u3Q0G2jndu
P7KGWDkWTHDDgq20C1tRi3rF3grCzI3RYebJpZwibLqNcKiZw/COpJSj5cqzo0fI
mnMcwwjzPrORPgxG8HRxu5aQrvlHU7DUJnbkJjF6BQWqlJpHRvZdZZeP6GXo/B38
JNCQRer5Cy2Jfc7bXajXT5i1xgjngRBm+HmUpTuz/ppEgAfiSkwnl+b1csdOy0+O
iTG1nPgABsYPxJrxclPmJRWJ0bPLdYm4S5WjgD3IWfVgbvRqEij/IQAq5i/Q1QHT
EKMG9+Tn+MRTlXKbrOt5q1qe7vKR+5it9SQYhVPLy+6HHHY9ojLCDP2omES/82Nb
MP07ftmZx+GcBQaKwnONgWKuSbLzZwxAm+IxtkhvG2zt8ruQibc=
=b18a
-----END PGP SIGNATURE-----

Attachment: pgpnLeUY8SomM.pgp
Description: PGP signature


--- End Message ---

Reply via email to