From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 18 11:03:37 2022 Received: (at submit) by debbugs.gnu.org; 18 Jan 2022 16:03:37 +0000 Received: from localhost ([127.0.0.1]:51460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9qxK-0005Sv-13 for submit@debbugs.gnu.org; Tue, 18 Jan 2022 11:03:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:58194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9mBv-0002yV-KT for submit@debbugs.gnu.org; Tue, 18 Jan 2022 05:58:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9mBt-000794-3i for bug-guix@gnu.org; Tue, 18 Jan 2022 05:58:19 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:9282) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9mBo-00040J-Hl for bug-guix@gnu.org; Tue, 18 Jan 2022 05:58:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:message-id:subject:mime-version: content-transfer-encoding; bh=sRPRasKAjBDeCCa+rBQ4W0HdIYJRAkzl9kJiO3Zl328=; b=KHDImS3pk1j36tnpMQr+EWut8PTQhenwx7rTgPNKsvW8oD1upOJ9/74Y pfOMKQ0i/fYDpbPYtS4lx23+raI6HMNwaIlOQZib4j1XL+jApYLRq9o3h MQrBTZYKei9Tp/Jn+Qb53Gxc10yIp07wVyvw11ebp9cab6A26ZKw6cNDt Q=; X-IronPort-AV: E=Sophos;i="5.88,297,1635199200"; d="scan'208";a="16547443" X-MGA-submission: =?us-ascii?q?MDFAOPNlnwiHGGUnu0P6CZoSrYPdWwxIQPk1Zg?= =?us-ascii?q?3sAereLusixtW31A3t4MX2Rvz8yYwj7LSIShKy7+AKAeEFTQMQDyseL5?= =?us-ascii?q?iUcIHFJGhy7jiNE+a/+/IARipkumX7EW/pAtog74x2DkP1lhXAstySe/?= =?us-ascii?q?D5PGi7g35b0W1eqaPw0Owq6Q=3D=3D?= Received: from zcs-store5.inria.fr ([128.93.142.32]) by mail2-relais-roc.national.inria.fr with ESMTP; 18 Jan 2022 11:58:04 +0100 Date: Tue, 18 Jan 2022 11:58:03 +0100 (CET) From: Clement Barthelemy To: bug-guix Message-ID: <231949393.6432238.1642503483957.JavaMail.zimbra@inria.fr> Subject: Compilation error on package Papi 5.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [80.67.177.99] X-Mailer: Zimbra 8.8.15_GA_4180 (ZimbraWebClient - FF91 (Linux)/8.8.15_GA_4177) Thread-Index: 7Io73b8bl0LwdYffW0xiSkqjlV0o8g== Thread-Topic: Compilation error on package Papi 5.5.1 Received-SPF: pass client-ip=192.134.164.83; envelope-from=clement.barthelemy@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 18 Jan 2022 11:03:32 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.6 (-) Hi, The package papi@5.5.1 does not compile. It fails with an error during the = build phase : =E2=80=98%s=E2=80=99 directive output may be truncated writing up to 255 by= tes into a region of size between 0 and 4095 [-Werror=3Dformat-truncation= =3D] While this is a problem in the application itself, GCC started diagnosing t= hese problems in version 7.1=C2=B9 and expanded coverage in version 8=C2=B2= , so a change in the compiler version probably triggered the problem. Also, I believe this is fixed in newer releases of PAPI=C2=B3 but I don't k= now if updating the version would be acceptable. Cl=C3=A9ment 1. https://gcc.gnu.org/gcc-7/changes.html section -Wformat-truncation=3Dlev= el 2. https://gcc.gnu.org/gcc-8/changes.html 3. https://bitbucket.org/icl/papi/issues/51/build-failed-using-gcc-810 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 18 12:50:18 2022 Received: (at 53347-done) by debbugs.gnu.org; 18 Jan 2022 17:50:18 +0000 Received: from localhost ([127.0.0.1]:51575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9scb-0008NR-RL for submit@debbugs.gnu.org; Tue, 18 Jan 2022 12:50:17 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:27291) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9scZ-0008N5-2h for 53347-done@debbugs.gnu.org; Tue, 18 Jan 2022 12:50:16 -0500 X-IronPort-AV: E=Sophos;i="5.88,297,1635199200"; d="scan'208";a="16656655" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2022 18:50:08 +0100 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Clement Barthelemy Subject: Re: bug#53347: Compilation error on package Papi 5.5.1 References: <231949393.6432238.1642503483957.JavaMail.zimbra@inria.fr> Date: Tue, 18 Jan 2022 18:50:08 +0100 In-Reply-To: <231949393.6432238.1642503483957.JavaMail.zimbra@inria.fr> (Clement Barthelemy's message of "Tue, 18 Jan 2022 11:58:03 +0100 (CET)") Message-ID: <877daxdjcf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53347-done Cc: 53347-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Clement Barthelemy skribis: > The package papi@5.5.1 does not compile. It fails with an error during th= e build phase : > > =E2=80=98%s=E2=80=99 directive output may be truncated writing up to 255 = bytes into a region of size between 0 and 4095 [-Werror=3Dformat-truncation= =3D] Indeed, and that was in a bundled library. Fixed with the upgrade in 775203e52083235a067e7a737a75b24eae375afb. Thanks! Ludo=E2=80=99. From unknown Mon Jun 23 04:15:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 16 Feb 2022 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator