Bug#1133642: marked as done (taskflow: ftbfs with GCC-16)
"Debian Bug Tracking System" <[email protected]> Tue, 04 Aug 2026 19:57:02 +0000
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <handler.1133642.D1133642.17858732653626901.ackdone@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1785873422-3627922-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Tue, 04 Aug 2026 19:54:22 +0000 with message-id <[email protected]> and subject line Bug#1133642: fixed in taskflow 3.9.0+ds-2 has caused the Debian Bug report #1133642, regarding taskflow: 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 1133642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1133642 Debian Bug Tracking System Contact [email protected] with problems ------------=_1785873422-3627922-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:11:37 +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, 34; hammy, 150; neutral, 134; 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]:38700) 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 1wCH4j-002n73-0K for [email protected]; Mon, 13 Apr 2026 13:11:37 +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=HxvGSNvTuGPIoJ3zGuU1T55G9flvu3TEU6gmYWabS2M=; b=VjvswolbsuwHGNJ+1s44XZxgni l9G9TAx/2ejLg/Sqd1IuF/Mm4tvuz4w1BmtnBy5j8aIpRhFs+7qYQZsladt5ul2e/QR4yoMzlLusf FFi5Os/9L4fqIXm6/n3XIRfh2fneo0nBqAZu67g6yCvka9B77ChedhhxvBMqDR4iiZHz0m8427l0t ZmcMnG6Td1c9sLipfks4Un79vxbtBoUc+bu5TrEX4Bldr1mHmh4uB12l3gdx9IgX0rIMCDhVAn6q6 kqSluUPjsDpw8rQPBhCkhiMZKSIBr3up0RbomRi803xBIAIvVDgJnd6R//0RLO4ju3zQoMYd9KFVV 7lRlr9Ww==; 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 1wCH4h-00CJiy-1U for [email protected]; Mon, 13 Apr 2026 13:11:35 +0000 Date: Mon, 13 Apr 2026 15:11:35 +0200 From: Emanuele Rocca <[email protected]> To: [email protected] Subject: taskflow: 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:taskflow Version: 3.9.0+ds-1 Severity: important Tags: sid forky ftbfs User: [email protected] Usertags: ftbfs-gcc-16 Hi, taskflow 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/taskflow_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. [...] [doctest] test cases: 1 | 0 passed | 1 failed | 83 skipped [doctest] assertions: 3 | 2 passed | 1 failed | [doctest] Status: FAILURE! Start 954: InclusiveScan.string.4threads 4/6 Test #954: InclusiveScan.string.4threads ....***Failed 0.00 sec [doctest] doctest version is "2.4.12" [doctest] run with "--help" for options =============================================================================== ./unittests/test_scan.cpp:129: TEST CASE: InclusiveScan.string.4threads ./unittests/test_scan.cpp:61: FATAL ERROR: REQUIRE( input == golden ) is NOT correct! values: REQUIRE( {?} == {?} ) =============================================================================== [doctest] test cases: 1 | 0 passed | 1 failed | 83 skipped [doctest] assertions: 3 | 2 passed | 1 failed | [doctest] Status: FAILURE! Start 955: InclusiveScan.string.8threads 5/6 Test #955: InclusiveScan.string.8threads ....***Failed 0.01 sec [doctest] doctest version is "2.4.12" [doctest] run with "--help" for options =============================================================================== ./unittests/test_scan.cpp:133: TEST CASE: InclusiveScan.string.8threads ./unittests/test_scan.cpp:61: FATAL ERROR: REQUIRE( input == golden ) is NOT correct! values: REQUIRE( {?} == {?} ) =============================================================================== [doctest] test cases: 1 | 0 passed | 1 failed | 83 skipped [doctest] assertions: 3 | 2 passed | 1 failed | [doctest] Status: FAILURE! Start 956: InclusiveScan.string.12threads 6/6 Test #956: InclusiveScan.string.12threads ...***Failed 0.01 sec [doctest] doctest version is "2.4.12" [doctest] run with "--help" for options =============================================================================== ./unittests/test_scan.cpp:137: TEST CASE: InclusiveScan.string.12threads ./unittests/test_scan.cpp:61: FATAL ERROR: REQUIRE( input == golden ) is NOT correct! values: REQUIRE( {?} == {?} ) =============================================================================== [doctest] test cases: 1 | 0 passed | 1 failed | 83 skipped [doctest] assertions: 3 | 2 passed | 1 failed | [doctest] Status: FAILURE! 0% tests passed, 6 tests failed out of 6 Total Test time (real) = 0.07 sec The following tests FAILED: 951 - InclusiveScan.string.1thread (Failed) 952 - InclusiveScan.string.2threads (Failed) 953 - InclusiveScan.string.3threads (Failed) 954 - InclusiveScan.string.4threads (Failed) 955 - InclusiveScan.string.8threads (Failed) 956 - InclusiveScan.string.12threads (Failed) Errors while running CTest make[2]: *** [Makefile:74: test] Error 8 make[2]: Leaving directory '/build/reproducible-path/taskflow-3.9.0+ds/buildtest' make[1]: *** [debian/rules:67: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/build/reproducible-path/taskflow-3.9.0+ds' make: *** [debian/rules:15: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 ------------=_1785873422-3627922-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1133642-close) by bugs.debian.org; 4 Aug 2026 19:54:25 +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, 95; hammy, 150; neutral, 152; 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]:56360) 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 1wrLDV-00FDVn-0R for [email protected]; Tue, 04 Aug 2026 19:54:25 +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 1wrLDT-000e28-0x for [email protected]; Tue, 04 Aug 2026 19:54:23 +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=Pqypw0OEtzJlC2eOk7nqWn1XOBGDS/GbeZALOA9q1tQ=; b=FuKXEUIZHlfsy/S+l1ylELoi3N ttGBW/EuRw9uU0UmxKSlAdg+OqN0YDj4oOrW2EHWKzRnjOhKr/8yJcPBRnL6aw8eDIDq6VbIP80Oh kyrjgBL7V1cqnH5l/RhCTpGhXjtXDZVaVcfOZIY+1+Ele3vW4sl6g8bXGH5cwVkRYyWZiA2XSmNkh rli400EfWqJntelCxbIjV8ZMalIPgJLOTGt/ztOhHs5f534ZyXVjayDy1OXPHUoVLIYWV/5cZaA2E SlkcuDozm8nZB9wY9+3Q79NbAdag5pFwUpUwDB4usSXglVV3gS2lVn9LoxxLSWwBHSvhK6bx2ISNc T97/WYng==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wrLDS-0000000Bx6l-0VhB; Tue, 04 Aug 2026 19:54:22 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Anton Gladky <[email protected]> To: [email protected] X-DAK: dak process-upload X-Debian: DAK X-Debian-Package: taskflow Debian: DAK Debian-Changes: taskflow_3.9.0+ds-2_source.changes Debian-Source: taskflow Debian-Version: 3.9.0+ds-2 Debian-Architecture: source Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1133642: fixed in taskflow 3.9.0+ds-2 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============0643742931919199841==" Message-Id: <[email protected]> Date: Tue, 04 Aug 2026 19:54:22 +0000 --===============0643742931919199841== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Source: taskflow Source-Version: 3.9.0+ds-2 Done: Anton Gladky <[email protected]> We believe that the bug you reported is fixed in the latest version of taskflow, 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. Anton Gladky <[email protected]> (supplier of updated taskflow 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 20:28:37 +0200 Source: taskflow Architecture: source Version: 3.9.0+ds-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Team <[email protected]> Changed-By: Anton Gladky <[email protected]> Closes: 1133642 Changes: taskflow (3.9.0+ds-2) unstable; urgency=3Dmedium . * Team upload. * [7721360] Add basic salsa-ci-yml * [370a211] Fix debian/copyright license mismatches found by licenserecon * [6610798] Fix data corruption in InclusiveScan with gcc-16/libstdc++-16. (Closes: #1133642) * [6aa691a] Make Doxygen search index generation reproducible Checksums-Sha1: 1a3ebac0757253208359927e68f1502f7bd30f5c 3687 taskflow_3.9.0+ds-2.dsc 0e67e6e4920698d4d8b61557e513b3dcda8a463a 12024 taskflow_3.9.0+ds-2.debian.ta= r.xz c63105c9b2e05047d6a88f96b3b5d593db1eda22 27316968 taskflow_3.9.0+ds-2.git.ta= r.xz 48e9785e175158530193bacb34b3ff71443005a6 17568 taskflow_3.9.0+ds-2_source.bu= ildinfo Checksums-Sha256: 859359ef11434acb2ab9ef8d7a680787f892c0ade35a88f498acf5b3041f44ae 3687 taskfl= ow_3.9.0+ds-2.dsc 7180ac0f74dac12ac6c288d7ed30d5f265fc00f85cbe3491980fb9ed4737ad34 12024 taskf= low_3.9.0+ds-2.debian.tar.xz e6a2d478b2c0723d571e577521fccac7d125ab4224b7603f47f857eadcbc1017 27316968 ta= skflow_3.9.0+ds-2.git.tar.xz 4c7237122575c325907882b0cbf1c811fdb15d0088efcc877c02ff8e37856fa4 17568 taskf= low_3.9.0+ds-2_source.buildinfo Files: 54ed85b89540175c542b2828bba02c54 3687 libs optional taskflow_3.9.0+ds-2.dsc d02eeb84c2b49a41f8e04ef18aa5d5e7 12024 libs optional taskflow_3.9.0+ds-2.deb= ian.tar.xz 27d861b0afc43aff2b1a11bf3699cbd5 27316968 libs optional taskflow_3.9.0+ds-2.= git.tar.xz dd5c92063c9d985a041a7b518d13b72d 17568 libs optional taskflow_3.9.0+ds-2_sou= rce.buildinfo Git-Tag-Info: tag=3D9103f1f145ed7f94de4deb119f3f8a1eec68cdaf fp=3Dbbbd45ea818= ab86ff67e7285d3e17383cfa7ff06 Git-Tag-Tagger: Anton Gladky <[email protected]> -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmpyPLkACgkQYG0ITkaD wHnvig/8CSpNpe0WDPZH3z4QK/q28OJr4pu6NeOL6CdoPwDhrbYZJNRaSHNIywv1 t7KmMhTCmjACUJ+EeJOPoASqY+OfH3c/7nF7IpyCky72N7Kbt/py5UnEbyovkx4P Gvho6omJAlcVD8KBBTfqeNx2fRY6zTN0dmAKh/7/u93uTKaiz8iAKp2u1v0v59U1 mVr8ZCCrm8bwZeF8ay9Y/NhlB51tlN40z1HIYI4RLbyQeQ9JRPKvfN4j4LSc09wW 3CG378NJ/R3CyfqRqrOohQsjHQOYEfsGdJWIQoALseZjeRT5NhoqXvQg885caL3e fXGLnyV2OnzHDG6SC4fG84MfpzK49j/KY68iUdrwYeq4DA9ksxI78CsJc9kezoih 4CQI2xIiJrmTLuPmNWrKd/qzgYIw8Ijyl4qobb0AvTK2IV07oS2hjXdw1e0E+VV4 BugdmjxD4pcNM3H7dWQIQC3VAnLmR/Thuzn/Yh+5r+C3dqOhBUXwaBFjYFmXKloR W4qDKhkT93bsaD5yxrCfHXcqgRMaG5aoXNnm1PU4MaiGUM5vCRvGi7ETavNKNL2z 6DRNGi4SQCB8mveqWC/c2CtErb5+jiLayCU39sj333sD0IXF5jsqDmIaLx9Y0mN1 //Eh++n8yOxCUPZza4CrIo1j3hMMCwjPZTU+VNobX44olHURNaE=3D =3DBruC -----END PGP SIGNATURE----- --===============0643742931919199841== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCanJDbgAKCRCb9qggYcy5 IU9YAP4xL6xair82Ky2kFwaRO7IbKuQ0q+RDc1aXgf1KDIDqLAD9ErQB+Pwa+V2n 0JEslvDVxmtcmppkxxoPze7EAiV04wE= =eEST -----END PGP SIGNATURE----- --===============0643742931919199841==-- ------------=_1785873422-3627922-0--