Bug#1133577: marked as done (nordugrid-arc: ftbfs with GCC-16)
"Debian Bug Tracking System" <[email protected]> Wed, 05 Aug 2026 05:07:02 +0000
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <handler.1133577.D1133577.17859062593870060.ackdone@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1785906422-3871014-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Wed, 05 Aug 2026 05:04:16 +0000 with message-id <[email protected]> and subject line Bug#1133577: fixed in nordugrid-arc 7.1.2-3 has caused the Debian Bug report #1133577, regarding nordugrid-arc: 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 1133577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1133577 Debian Bug Tracking System Contact [email protected] with problems ------------=_1785906422-3871014-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:08:24 +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.7 required=4.0 tests=BAYES_00, BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,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, 174; 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]:60278) 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 1wCH1c-002m7i-2H for [email protected]; Mon, 13 Apr 2026 13:08:24 +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-Transfer-Encoding:Content-Type :MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=0bqeTlze+hIqbwWu0wBmWa+f+f+lEoymzIx55BUZhTI=; b=pS+6eGlgDKQM8COKA4nZCtPp3w lVPMF/1UlrNGpjX0vFddMy0pTmnjrk79Fx1eMOLQzWnV0BcMqlNLi7Hp+iQjAhPrJHaND37JwCH2s gJe3vO0oeFQCb6rAABFTXmcbQqV6TyBpuT8snOVTI9RIEpe0Yz/EBo0QydRhqoxesUwnXf6NwZ1m2 qeW6YfIa9hTcifLc6M0+cg8GuVJQug/UlM+POJzZp6/y98+yjpCg+TdB6D9QMx9AWoeQ7L1DuW6Wf +8rvHvJ4vXunbbr8JUqbkZcITra5SHuMX/ehvRFQAehe5nQgGX8Hd9aKuI4lBuRwLf0owHdPiKKxC ltKbwbEw==; 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 1wCH1b-00CJVH-0H for [email protected]; Mon, 13 Apr 2026 13:08:23 +0000 Date: Mon, 13 Apr 2026 15:08:22 +0200 From: Emanuele Rocca <[email protected]> To: [email protected] Subject: nordugrid-arc: ftbfs with GCC-16 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Debian-User: ema Delivered-To: [email protected] Package: src:nordugrid-arc Version: 7.1.1-2 Severity: important Tags: sid forky ftbfs User: [email protected] Usertags: ftbfs-gcc-16 Hi, nordugrid-arc 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/nordugrid-arc_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. [...] /usr/include/c++/16/bits/std_thread.h: In instantiation of 'std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = int; _Args = {}; <template-parameter-1-3> = void]': Run_unix.cpp:138:65: required from here 138 | thread_ = std::thread(sigc::mem_fun(*this, &RunPump::Pump)); | ^ /usr/include/c++/16/bits/std_thread.h:168:72: error: static assertion failed: std::thread arguments must be invocable after conversion to rvalues 168 | typename decay<_Args>::type...>::value, | ^~~~~ • 'std::integral_constant<bool, false>::value' evaluates to false /usr/include/c++/16/bits/std_thread.h: In instantiation of 'struct std::thread::_Invoker<std::tuple<int> >': /usr/include/c++/16/bits/std_thread.h:247:13: required from 'struct std::thread::_State_impl<std::thread::_Invoker<std::tuple<int> > >' 247 | _Callable _M_func; | ^~~~~~~ /usr/include/c++/16/bits/std_thread.h:175:29: required from 'std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = int; _Args = {}; <template-parameter-1-3> = void]' 175 | _M_start_thread(_State_ptr(new _State_impl<_Wrapper>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 176 | std::forward<_Callable>(__f), std::forward<_Args>(__args)...)), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Run_unix.cpp:138:65: required from here 138 | thread_ = std::thread(sigc::mem_fun(*this, &RunPump::Pump)); | ^ /usr/include/c++/16/bits/std_thread.h:302:11: error: no type named 'type' in 'struct std::thread::_Invoker<std::tuple<int> >::__result<std::tuple<int> >' 302 | _M_invoke(_Index_tuple<_Ind...>) | ^~~~~~~~~ /usr/include/c++/16/bits/std_thread.h:306:9: error: no type named 'type' in 'struct std::thread::_Invoker<std::tuple<int> >::__result<std::tuple<int> >' 306 | operator()() | ^~~~~~~~ make[7]: *** [Makefile:1026: libarccommon_la-UserConfig.lo] Error 1 Run_unix.cpp: In member function 'void Arc::RunInitializerArgument::Run()': Run_unix.cpp:102:31: warning: ignoring return value of 'int setgid(__gid_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 102 | if(group_id_ > 0) ::setgid(group_id_); | ~~~~~~~~^~~~~~~~~~~ Run_unix.cpp:109:33: warning: ignoring return value of 'int setgid(__gid_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 109 | if(group_id_ > 0) ::setgid(group_id_); | ~~~~~~~~^~~~~~~~~~~ Run_unix.cpp: In static member function 'static void Arc::RunPump::sigchld_handler(int)': Run_unix.cpp:158:16: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 158 | (void)write(instance_->loop_kick_[1], &dummy, 1); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Run_unix.cpp: In member function 'void Arc::RunPump::Pump()': Run_unix.cpp:242:25: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 242 | (void)read(handles[0].fd, &dummy, 1); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ Run_unix.cpp: In member function 'void Arc::RunPump::Add(Arc::Run*)': Run_unix.cpp:344:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 344 | (void)write(loop_kick_[1], &dummy, 1); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ Run_unix.cpp: In member function 'void Arc::RunPump::Remove(Arc::Run*)': Run_unix.cpp:360:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 360 | (void)write(loop_kick_[1], &dummy, 1); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ Run_unix.cpp: In function 'void Arc::exit_child(int, const char*)': Run_unix.cpp:478:16: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 478 | (void)write(2, msg, l); | ~~~~~^~~~~~~~~~~ make[7]: *** [Makefile:1096: libarccommon_la-Run_unix.lo] Error 1 make[7]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1/src/hed/libs/common' make[6]: *** [Makefile:1188: all-recursive] Error 1 make[6]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1/src/hed/libs/common' make[5]: *** [Makefile:555: all-recursive] Error 1 make[5]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1/src/hed/libs' make[4]: *** [Makefile:596: all-recursive] Error 1 make[4]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1/src/hed' make[3]: *** [Makefile:542: all-recursive] Error 1 make[3]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1/src' make[2]: *** [Makefile:611: all-recursive] Error 1 make[2]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1' make[1]: *** [Makefile:533: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/nordugrid-arc-7.1.1' dh_auto_build: error: make -j128 returned exit code 2 make: *** [debian/rules:16: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 ------------=_1785906422-3871014-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1133577-close) by bugs.debian.org; 5 Aug 2026 05:04:19 +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=-114.2 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD, HAS_BUG_NUMBER,MD5_SHA1_SUM,PGPSIGNATURE,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, 86; hammy, 150; neutral, 111; 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 mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:44710) 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 1wrTne-00GEmA-25 for [email protected]; Wed, 05 Aug 2026 05:04:19 +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 mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wrTnd-001BIR-0k for [email protected]; Wed, 05 Aug 2026 05:04:17 +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=Tw+PooIE7pkVDutORXrp4EfYXr9q/H/Cw9EffojJW00=; b=fXgzvTZqYQdPYoxhp9Deg/OPoG 07qnHWuc6bqA1PLCzHhovNBK+P9di57DnhopGzkE/drcx38BeMEB4Tm5HTXPNK69NBpO4qTWvlS1+ 13sRz2g8u+zxKiz5Jb7U/V1qF7nqMl6ITETCJVAWA+uHk7HvWqz1iVcVaX92k034JDrMoszZQfL89 SgjPUpI+9p9RORJ4POeb7d7+F7kYiEU7h5e7Bjn+gSA1NPT4T4sHxsfqCHwlIW6fXzUsnOSc9vPNI yNvxqww2zXALEB1Bl6dJ4yl5gI4dmro97uQcVshYgg5OacTbPLGX25mWaqU2ZE5R0weHR1VsUIoTb e7E+4J4w==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wrTnc-0000000Dkwo-16Mn; Wed, 05 Aug 2026 05:04:16 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Mattias Ellert <[email protected]> To: [email protected] X-DAK: dak process-upload X-Debian: DAK X-Debian-Package: nordugrid-arc Debian: DAK Debian-Changes: nordugrid-arc_7.1.2-3_source.changes Debian-Source: nordugrid-arc Debian-Version: 7.1.2-3 Debian-Architecture: source Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1133577: fixed in nordugrid-arc 7.1.2-3 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============0647510725778158508==" Message-Id: <[email protected]> Date: Wed, 05 Aug 2026 05:04:16 +0000 --===============0647510725778158508== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Source: nordugrid-arc Source-Version: 7.1.2-3 Done: Mattias Ellert <[email protected]> We believe that the bug you reported is fixed in the latest version of nordugrid-arc, 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. Mattias Ellert <[email protected]> (supplier of updated nordugrid-= arc 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 19:24:35 +0200 Source: nordugrid-arc Architecture: source Version: 7.1.2-3 Distribution: unstable Urgency: medium Maintainer: Mattias Ellert <[email protected]> Changed-By: Mattias Ellert <[email protected]> Closes: 1133577 Changes: nordugrid-arc (7.1.2-3) unstable; urgency=3Dmedium . * Add missing zlib dependencies (Closes: #1133577) * Change to debhelper compat level 14 Checksums-Sha1: f9a6a4046e34ff566a36b517a345c0e5db7a0cd1 4420 nordugrid-arc_7.1.2-3.dsc a9ffa8a9f03cd44df091ec841e3fb46c723b07f2 31108 nordugrid-arc_7.1.2-3.debian.= tar.xz 40afbb1b87116247da52080fc45425ed97a82413 25774 nordugrid-arc_7.1.2-3_amd64.b= uildinfo Checksums-Sha256: cbe29b020a91d0c8e5ab89d5487586d211e4c62b0dfecc7d19db45f92ba7dd46 4420 nordug= rid-arc_7.1.2-3.dsc 40c8701770b9e62e30bb62d2a843419c47003518e5ead859a893a061e4735472 31108 nordu= grid-arc_7.1.2-3.debian.tar.xz 920359626101c77fe954286911e0aa05fd42d6c1ec26525dfc489ca893b06729 25774 nordu= grid-arc_7.1.2-3_amd64.buildinfo Files: 76aa72ff0cfec436e6a5454396f77be9 4420 net optional nordugrid-arc_7.1.2-3.dsc 091da4aef84c235fb7925d929796d5b8 31108 net optional nordugrid-arc_7.1.2-3.de= bian.tar.xz a76b34c725a45e9c1338b500f4e2857c 25774 net optional nordugrid-arc_7.1.2-3_am= d64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAmpyvbsACgkQ6K7C/zvh qUslrA/9HwBpEmzoasBAabO/Ml8BzJ0rW5n7TbIk59jBcOsqfERV+sKjvCB+kw5a d+VLqBQQWR7VCGuI5Mh4jK8+66iB9eQGna8ZvUAYbUv8YQjQYsPLV5giJk0wk9Bg 5rsOeYu/+an21sB4k6qephVJRPEMX5aXhzQNmDM/JcsxWRWzbN8kf9mM1aTXyL85 GgUkJZhscypVHSqINv3CfXmY1edwu4OPEXddKvM+A2LP1pHyqMeMv9wC0HKMFyjm GwQ4z2tZH7eQDqjOHOW9jeI3jadW0Cy1rBjr6g0f4bSCpzmgf3/zdA5ChLKVMIi6 4EjQX2x879mh5+gEs22OcrIN4q7BU2PZa0ZETLZ9G2IIGAkceOy4sHh86Vr9nyks WZPTtE2MnEYZQcFu7m4/XJkzl5sTlhG4u3aWvYjO81aNx7YJIDMkFwauaPpa09IN n212veSG0+hYchh68XxsaFbLBKVTDB9uufWjpw4Ss8oYk0Wn3djY6cCr8GdrUQG0 svxEgB9UK0kFZvEqhYhzyFcdOPtg7kHDktCLgvoo6+B4yuri8DqsOTiTsauPzA4d prto7o7Mwe1qu/9BoH0Lz6QK2cfDV0txsOXjoXhb3L47obJaInGYec1548GkQ6up 8s06vT3tJVN879TOig0H5Xw8Ic59+/iyWEhQjCkRedHlhs+ADG8=3D =3DSZPs -----END PGP SIGNATURE----- --===============0647510725778158508== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCanLEUAAKCRCb9qggYcy5 IWUZAQC8Cq0C/dZHXP6xUZNJeDZldY+Kk/WAbekOza5nOuJccAD+NbOoFl93LDru TH9qOd7s/BeaJqMQc1zbitj+4atqmg4= =Vkmb -----END PGP SIGNATURE----- --===============0647510725778158508==-- ------------=_1785906422-3871014-0--