From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D07D5158232 for ; Mon, 9 Dec 2024 05:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28AFCE0BC0; Mon, 9 Dec 2024 05:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14A8FE0BC0 for ; Mon, 9 Dec 2024 05:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C3613430F8 for ; Mon, 9 Dec 2024 05:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD64AED for ; Mon, 9 Dec 2024 05:18:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733721451.4be86f0473bac479a77fb238d7259ddded7a5287.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-3.0.10-r102.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4be86f0473bac479a77fb238d7259ddded7a5287 X-VCS-Branch: master Date: Mon, 9 Dec 2024 05:18:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4961b50-e266-41f2-a8f2-76d94ccb7ddf X-Archives-Hash: 153860f45b457d77725870075d1e1a02 commit: 4be86f0473bac479a77fb238d7259ddded7a5287 Author: Sam James gentoo org> AuthorDate: Mon Dec 9 05:17:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 9 05:17:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be86f04 dev-scheme/guile: build 3.0.10-r102 w/ -std=gnu17 The fix from bug #944029 seems insufficient and master has changed a fair bit so I've not gone through commits to see if it's fixed there yet. Bug: https://bugs.gentoo.org/943712 Closes: https://bugs.gentoo.org/944029 Signed-off-by: Sam James gentoo.org> dev-scheme/guile/guile-3.0.10-r102.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-scheme/guile/guile-3.0.10-r102.ebuild b/dev-scheme/guile/guile-3.0.10-r102.ebuild index 479ed6113c66..b8a32af274ce 100644 --- a/dev-scheme/guile/guile-3.0.10-r102.ebuild +++ b/dev-scheme/guile/guile-3.0.10-r102.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions" HOMEPAGE="https://www.gnu.org/software/guile/" @@ -64,6 +64,9 @@ src_configure() { # See bug #676468 (may be able to drop this if we adapt fix-32bit-BE.patch)? mv prebuilt/32-bit-big-endian{,.broken} || die + # bug #944029 + append-cflags -std=gnu17 + local -a myconf=( --program-suffix="-${SLOT}" --infodir="${GUILE_INFODIR}"