Your message dated Tue, 04 Jun 2024 19:34:08 +0000 with message-id <E1sEZv6-004mSA-Hx@fasolo.debian.org> and subject line Bug#1072408: fixed in cyanrip 0.9.3-1 has caused the Debian Bug report #1072408, regarding cyanrip: FTBFS with ffmpeg 7.0: ../src/cyanrip_log.c:371:27: error: implicit declaration of function ‘av_fopen_utf8’ [-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 owner@bugs.debian.org immediately.) -- 1072408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072408 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: cyanrip: FTBFS with ffmpeg 7.0: ../src/cyanrip_log.c:371:27: error: implicit declaration of function ‘av_fopen_utf8’ [-Werror=implicit-function-declaration]
- From: Sebastian Ramacher <sramacher@debian.org>
- Date: Sun, 2 Jun 2024 15:17:25 +0200
- Message-id: <[🔎] Zlxw5fW4xgO3ris9@ramacher.at>
Source: cyanrip Version: 0.9.2-1 Severity: important Tags: trixie sid ftbfs Usertags: ffmpeg-7.0 Hi, during a rebuild of the reverse dependencies for the transition to ffmpeg 7.0, your package failed to build Relevant part (hopefully): > cc -Isrc/cyanrip.p -Isrc -I../src -I/usr/include/aarch64-linux-gnu -I/usr/include/neon -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -D_ISOC11_SOURCE -D_XOPEN_SOURCE=700 -U__STRICT_ANSI__ -Wundef -Wmissing-prototypes -Wshadow -Wparentheses -Wpointer-arith -Wno-pointer-sign -Werror=implicit-function-declaration -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ src/cyanrip.p/cyanrip_log.c.o -MF src/cyanrip.p/cyanrip_log.c.o.d -o src/cyanrip.p/cyanrip_log.c.o -c ../src/cyanrip_log.c > ../src/cyanrip_log.c: In function ‘cyanrip_log_init’: > ../src/cyanrip_log.c:371:27: error: implicit declaration of function ‘av_fopen_utf8’ [-Werror=implicit-function-declaration] > 371 | ctx->logfile[i] = av_fopen_utf8(logfile, "w+"); > | ^~~~~~~~~~~~~ > ../src/cyanrip_log.c:371:25: warning: assignment to ‘FILE *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] > 371 | ctx->logfile[i] = av_fopen_utf8(logfile, "w+"); > | ^ > cc1: some warnings being treated as errors > [5/14] cc -Isrc/cyanrip.p -Isrc -I../src -I/usr/include/aarch64-linux-gnu -I/usr/include/neon -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -D_ISOC11_SOURCE -D_XOPEN_SOURCE=700 -U__STRICT_ANSI__ -Wundef -Wmissing-prototypes -Wshadow -Wparentheses -Wpointer-arith -Wno-pointer-sign -Werror=implicit-function-declaration -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ src/cyanrip.p/cyanrip_main.c.o -MF src/cyanrip.p/cyanrip_main.c.o.d -o src/cyanrip.p/cyanrip_main.c.o -c ../src/cyanrip_main.c > ninja: build stopped: subcommand failed. > dh_auto_build: error: cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 1 > make: *** [debian/rules:4: binary-arch] Error 25 The full build log is available from: https://people.debian.org/~sramacher/ffmpeg-7.0/cyanrip_arm64.build ffmpeg 7.0 is available in experimental. Cheers -- Sebastian Ramacher
--- End Message ---
--- Begin Message ---
- To: 1072408-close@bugs.debian.org
- Subject: Bug#1072408: fixed in cyanrip 0.9.3-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 04 Jun 2024 19:34:08 +0000
- Message-id: <E1sEZv6-004mSA-Hx@fasolo.debian.org>
- Reply-to: Sebastian Ramacher <sramacher@debian.org>
Source: cyanrip Source-Version: 0.9.3-1 Done: Sebastian Ramacher <sramacher@debian.org> We believe that the bug you reported is fixed in the latest version of cyanrip, 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 1072408@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastian Ramacher <sramacher@debian.org> (supplier of updated cyanrip 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 04 Jun 2024 21:19:25 +0200 Source: cyanrip Architecture: source Version: 0.9.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Sebastian Ramacher <sramacher@debian.org> Closes: 1072408 Changes: cyanrip (0.9.3-1) unstable; urgency=medium . * New upstream version 0.9.3 - Fix build with ffmpeg 7.0 (Closes: #1072408) * debian/control: bump Standards-Version Checksums-Sha1: 45b0bf6bb7f9e2ef87dd88088ee16aeedb28fae3 1518 cyanrip_0.9.3-1.dsc 5f7305db752467c8ef85a4f86f9baa3e1a60592e 56968 cyanrip_0.9.3.orig.tar.xz d30ec1bfb50d01bcfb3bd6b37fb05c78d5e5b9d7 2252 cyanrip_0.9.3-1.debian.tar.xz b02422e07ebd285410e344dc63ff9fdde8fe3111 12649 cyanrip_0.9.3-1_amd64.buildinfo Checksums-Sha256: 7760f9851d90b0f2c7ddbee1bf0d714e8469f4ecf8ebc9a0fcad842666bad04a 1518 cyanrip_0.9.3-1.dsc 6bb85cb620db138b6a4d21946f43b54ad8a269a3eb01763e3273c54d91b78ae0 56968 cyanrip_0.9.3.orig.tar.xz 443f12d35848ef78bdbf78c768a7403dc61247d69d5844ab796b1fb89711152f 2252 cyanrip_0.9.3-1.debian.tar.xz bbd3e8f4e51530d95da98e4dffc7a738f8d15b846009ee5930669c1cc038c557 12649 cyanrip_0.9.3-1_amd64.buildinfo Files: a7ca3d2456972abebce41146a000bf76 1518 sound optional cyanrip_0.9.3-1.dsc a67c608e335ea785a0ca633564344bfc 56968 sound optional cyanrip_0.9.3.orig.tar.xz ca2ef2a32b73b038d5ec538e2e59e12b 2252 sound optional cyanrip_0.9.3-1.debian.tar.xz 9f6013b0f84f400f1d1d2098e89ee8ab 12649 sound optional cyanrip_0.9.3-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZl9pvQAKCRAhk2s2YA/N iXQhAP9VK+WZFersdWE+p5dp4CZ+mcx7emCrlXoyu7ZtizXqPQEA9Wp2R5gDfHbo BoZyYCJ9lPdn5sN/8VF01CELkl+nyQ8= =lV7u -----END PGP SIGNATURE-----Attachment: pgpkPDiuFdfIn.pgp
Description: PGP signature
--- End Message ---