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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14E0915808B for ; Tue, 1 Oct 2024 08:03:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78876E29C0; Tue, 1 Oct 2024 08:03:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60568E29C0 for ; Tue, 1 Oct 2024 08:03:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A296634301F for ; Tue, 1 Oct 2024 08:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC5A5BE7 for ; Tue, 1 Oct 2024 08:03:48 +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: <1727769790.2b7de2c956266fd4748ccffff8bcdff4db15da66.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ada-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild X-VCS-Directories: dev-lang/ada-bootstrap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b7de2c956266fd4748ccffff8bcdff4db15da66 X-VCS-Branch: master Date: Tue, 1 Oct 2024 08:03:48 +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: 6e5c8f81-5476-4a30-a0e4-fd368faa81c6 X-Archives-Hash: 95b475fa488b6a947efc40a0cbda85fa commit: 2b7de2c956266fd4748ccffff8bcdff4db15da66 Author: Sam James gentoo org> AuthorDate: Tue Oct 1 08:01:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 1 08:03:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7de2c9 dev-lang/ada-bootstrap: try harder to strip flags I can't reproduce the failure reported but let's try this. Closes: https://bugs.gentoo.org/940599 Signed-off-by: Sam James gentoo.org> dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild b/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild index 287f987fce2c..df26633eb5b6 100644 --- a/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild +++ b/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild @@ -140,6 +140,8 @@ src_configure() { # conservative, we just want it to build for bootstrapping proper # sys-devel/gcc[ada]. We don't need it to be fast. strip-flags + CC="${WORKDIR}"/${BTSTRP}/bin/gcc strip-unsupported-flags + CC="${WORKDIR}"/${GNATDIR}/bin/gcc strip-unsupported-flags strip-unsupported-flags filter-lto append-flags -O2