Bug#1133531: marked as done (libquvi: ftbfs with GCC-16)
"Debian Bug Tracking System" <[email protected]> Mon, 03 Aug 2026 22:37:01 +0000
| Newsgroups | gmane.linux.debian.qa-packages |
|---|---|
| Message-ID | <handler.1133531.D1133531.17857965473024445.ackdone__3337.40084185905$1785796657$gmane$org@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1785796621-3024715-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Mon, 03 Aug 2026 22:35:44 +0000 with message-id <[email protected]> and subject line Bug#1133531: fixed in libquvi 0.9.4-4 has caused the Debian Bug report #1133531, regarding libquvi: ftbfs with GCC-16 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.) --=20 1133531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1133531 Debian Bug Tracking System Contact [email protected] with problems ------------=_1785796621-3024715-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:06:14 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-116.6 required=4.0 tests=BAYES_00, BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,FVGT_m_MULTI_ODD, HAS_PACKAGE,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY, USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 52; hammy, 150; neutral, 127; spammy, 0. spammytokens: hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311, 0.000-+--H*RT:108 Return-path: <[email protected]> Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:44352) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wCGzW-002lbX-1X for [email protected]; Mon, 13 Apr 2026 13:06:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=kJGViP5n55L+EMOh2aoYs0NTieykMuJcvywl4F9bq0U=; b=Kb1fSecMv716Ryl7SOs+T2sKtC LQ6DaFbj1UbCFpsmHGSMts/rGFKAa8HC91RKLHn4qXCCvbGZVrWXRgz1z6rGvpP9pIb6zVwnuoJrS bc+OrPlEBoMb2eCJqnnlhT0HVGbM4oGyFW73HUUUFP5F2G2QJf36p+/Gt/31LBuzNDneADCgB8QYK E3AKZYHQUZGZ75Z2ZcFPbFTaiF2YQ6e58jMuBh2CiZNmkjfir4pI1ifnJVW8E2DUzWbyVvfi9JiN6 CLuFeHMK7ZM7UFuAXqFdDFsW3GOfIFxjAA1zwRnGzQXqwuGej4a1Gt0z3JYvqU+8V6T17Q54nmjAy pSqQiLBA==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wCGzU-00CJQg-2y for [email protected]; Mon, 13 Apr 2026 13:06:13 +0000 Date: Mon, 13 Apr 2026 15:06:12 +0200 From: Emanuele Rocca <[email protected]> To: [email protected] Subject: libquvi: ftbfs with GCC-16 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debian-User: ema Delivered-To: [email protected] Package: src:libquvi Version: 0.9.4-3 Severity: important Tags: sid forky ftbfs User: [email protected] Usertags: ftbfs-gcc-16 Hi, libquvi fails to build in a test rebuild on at least amd64 and arm64 with gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this report will be raised before the forky release. The full build log can be found at: https://people.debian.org/~ema/gcc-16-rebuilds/output-1/libquvi_arm64.build.xz The last lines of the build log are at the end of this report. To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures include unused (but set) variables, array subscripts partly outside array bounds, and new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-16/porting_to.html Please only close this issue after double-checking that the package can be built correctly with GCC 16. Please do not reassign this bug to another package. If a fix in another package is required, then file a bug for the other package (or clone), and mark this bug as blocked by the bug in the other package. [...] NOTE: Check /build/reproducible-path/libquvi-0.9.4/tests/quvi.xml for details ** (gtester:25365): WARNING **: 16:52:52.755: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/playlist... (pid=25366) /quvi/playlist (core): OK /quvi/playlist (short): OK /quvi/playlist (escaped URL): OK /quvi/playlist (nosupport): OK PASS: ../tests/playlist ** (gtester:25380): WARNING **: 16:52:52.808: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/supports... (pid=25381) /quvi/supports (online): OK /quvi/supports (offline): OK /quvi/supports (network error): OK PASS: ../tests/supports ** (gtester:25397): WARNING **: 16:52:52.909: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/resolve... (pid=25398) /quvi/resolve (core): OK /quvi/resolve (nodst): OK /quvi/resolve (nodst #t param): OK /quvi/resolve (short URL with #t param): OK PASS: ../tests/resolve ** (gtester:25412): WARNING **: 16:52:52.970: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/media... (pid=25413) /quvi/media (core): OK /quvi/media (>1 streams): OK /quvi/media (select): OK /quvi/media (short): OK /quvi/media (escaped URL): OK /quvi/media (escaped UTF8 URL): OK /quvi/media (nosupport): OK /quvi/media (start_time): OK /quvi/media (same handle): OK PASS: ../tests/media ** (gtester:25427): WARNING **: 16:52:53.028: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/scan... (pid=25428) /quvi/scan (core): OK /quvi/scan (short): OK /quvi/scan (noresults): OK /quvi/scan (userdata): OK PASS: ../tests/scan ** (gtester:25442): WARNING **: 16:52:53.081: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/goto... (pid=25443) /quvi/goto URL: OK PASS: ../tests/goto ** (gtester:25457): WARNING **: 16:52:53.134: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/http_metainfo... (pid=25458) /quvi/http_metainfo: OK PASS: ../tests/http_metainfo ** (gtester:25472): WARNING **: 16:52:53.187: Deprecated: Since GLib 2.62, gtester and gtester-report are deprecated. Port to TAP. TEST: ../tests/subtitle... (pid=25473) /quvi/subtitle (core): OK /quvi/subtitle (short): OK /quvi/subtitle (select): OK /quvi/subtitle (nosupport): OK /quvi/subtitle (sameq): OK PASS: ../tests/subtitle make[2]: *** [Makefile:1116: test] Error 1 make[2]: Leaving directory '/build/reproducible-path/libquvi-0.9.4/tests' make[1]: *** [Makefile:966: test] Error 2 make[1]: Leaving directory '/build/reproducible-path/libquvi-0.9.4' dh_auto_test: error: make -j128 test TESTSUITEFLAGS="-j128 --verbose" VERBOSE=1 returned exit code 2 make: *** [debian/rules:13: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 ------------=_1785796621-3024715-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1133531-close) by bugs.debian.org; 3 Aug 2026 22:35:47 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-113.1 required=4.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER, MD5_SHA1_SUM,PGPSIGNATURE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS, USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 81; hammy, 150; neutral, 105; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload, 0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo. Return-path: <[email protected]> Received: from mitropoulos.debian.org ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:55610) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wr1G7-00Cgn8-1v for [email protected]; Mon, 03 Aug 2026 22:35:47 +0000 Received: via submission from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by mitropoulos.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wr1G5-00HIxI-20 for [email protected]; Mon, 03 Aug 2026 22:35:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type: Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID :Content-Description:In-Reply-To:References; bh=z5FSk9rav1xNPY6mFF6/DoL2MMnw3fpM5gJ0GKTZ3co=; b=stGCp3nIqGTDRSQB5IZy1mzNcY 5nwt3ZS+Ddecx7QQPWcdBvph09yLQVjnXFVDXgC5TBSKpeaXsqrn1VyVHt7A3PMS5Xy9AVrfPTHs6 1q86+DIg71JBJC05IqOGjWKWJAFbNUDr+vtexUVFzCVR2okk98kke1zGbIChCy/DOS+hAThIjbk0N iXFiX4VvuMeLj3CKz4yopOkuDp2w2NFwCTWPAe4XJGpkmszKaT+w/7fOaoJpMkiC07McsNqJA070e yMiwe4AGxfpXLXrHCCiT28Y33/GufZTkD5KZ5AonJVHklbzVS7h1nDa14pEh2Gqv9jNbbWnrjmzwX /sTY+FwA==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wr1G4-000000088k2-1vRR; Mon, 03 Aug 2026 22:35:44 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Bastian Germann <[email protected]> To: [email protected] X-DAK: dak process-upload X-Debian: DAK X-Debian-Package: libquvi Debian: DAK Debian-Changes: libquvi_0.9.4-4_source.changes Debian-Source: libquvi Debian-Version: 0.9.4-4 Debian-Architecture: source Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1133531: fixed in libquvi 0.9.4-4 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============3028772511216320075==" Message-Id: <[email protected]> Date: Mon, 03 Aug 2026 22:35:44 +0000 --===============3028772511216320075== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Source: libquvi Source-Version: 0.9.4-4 Done: Bastian Germann <[email protected]> We believe that the bug you reported is fixed in the latest version of libquvi, 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. Bastian Germann <[email protected]> (supplier of updated libquvi 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: Tue, 04 Aug 2026 00:15:21 +0200 Source: libquvi Architecture: source Version: 0.9.4-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <[email protected]> Changed-By: Bastian Germann <[email protected]> Closes: 1133531 Changes: libquvi (0.9.4-4) unstable; urgency=3Dmedium . * QA upload. * Fix undefined behaviour in quvi_errmsg. (Closes: #1133531) Checksums-Sha1: 9651d15fb815003c3d296cdc0f68f6a863c10e86 1981 libquvi_0.9.4-4.dsc 4d1b9fc78b47e0ac5a5f5afc2d57d0d9b84bf285 22512 libquvi_0.9.4-4.debian.tar.xz 5bd7c7511a86958ce05bc03f11c7877d2d7edf6b 9326 libquvi_0.9.4-4_source.buildin= fo Checksums-Sha256: 6ac98d1a0e9c4924f0279de10ab0cc016dfcd7c5ec36c73d7ad2c9fa14e306b4 1981 libquv= i_0.9.4-4.dsc e450d109cca7c2291ea8ce4a752773313494b229f9b7a4a48a381fe5412f16f9 22512 libqu= vi_0.9.4-4.debian.tar.xz 49be736baa82564d955957e4153a5897c6a1ad598b73f4faeeefa97c387be243 9326 libquv= i_0.9.4-4_source.buildinfo Files: 37a4dedfdfc2c7f070826088edcaa82a 1981 libs optional libquvi_0.9.4-4.dsc 9d86bb538ee86911aabbb65583fa15bb 22512 libs optional libquvi_0.9.4-4.debian.= tar.xz 14089bd6345432cf161b5d985b8aeba7 9326 libs optional libquvi_0.9.4-4_source.b= uildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmpxEzgQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFOUUC/9v4Sl0za+IJLPDH+ODNIYUThHqvZUMhbLV 1h3+lUHhJhwi1Yuxenv0VmOvbde9hJTqmmSG0/SPtQdVYMoogFTsYWsI4V8ZxF8Z e3kK7KaCg0rhBBOnKWsMCxc2VbI+k+AFFLer/0ipVIy67flqVktBdC1HYJxQgODy TWA6FMLNpSfve/ImehlG3cwn3c+M60oT61GNcv/9CRfuDj9TBggGJzvgyVtI348c cwFQ7AwzQ5f7fP3cR/80cuiist3jGoBoscxG1s9VuF1Q0uhMXui1ADSicLLU6a62 Iqnc0aHN44sXGFwtUC1TEOnzNOgyMpaMF7DGtPSyMkh/JZeg9FIpDyMXOPh1eeoV 0nB2H8Akw7RM8iP4nhoYCD07WiK878DO3eK+vSX5YNL+0o9JrUVLYynfRLx1L9Df I+SVEdF6ZXQduSdI59APbVzX29kcZngJOOT1IOVMZVS+FWOpLowzHW9Jih+rz+17 wv/gaJq9r7w6W+03lqQOBQfMI2rtFo0=3D =3DUjFg -----END PGP SIGNATURE----- --===============3028772511216320075== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCanEXwAAKCRCb9qggYcy5 IbveAP9Ia64YXMDd9sfVj/33iHF+e2VJCUNylttIPJtCLv/HFAD/S9Ph6dXh+Qy+ WJWEOi/D+wWNq9/fxn1fkx26g12OZQY= =Iz2y -----END PGP SIGNATURE----- --===============3028772511216320075==-- ------------=_1785796621-3024715-0--