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 C169915800F for ; Mon, 23 Jan 2023 00:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C75A8E07EA; Mon, 23 Jan 2023 00:43:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AD984E07EA for ; Mon, 23 Jan 2023 00:43:42 +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 8EF66340D39 for ; Mon, 23 Jan 2023 00:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E7B84D for ; Mon, 23 Jan 2023 00:43:39 +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: <1674434561.f76f7528c9fd5f4366bdb53ad9f5741353edcb2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f76f7528c9fd5f4366bdb53ad9f5741353edcb2d X-VCS-Branch: master Date: Mon, 23 Jan 2023 00:43:39 +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: d658c740-cbe7-42bc-a8f2-8ee591e39b61 X-Archives-Hash: 4ecd5df341c5f7265538af67a5b3fda7 commit: f76f7528c9fd5f4366bdb53ad9f5741353edcb2d Author: Sam James gentoo org> AuthorDate: Mon Jan 23 00:40:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 00:42:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76f7528 profiles/features/musl: update musl/gcc segfault masks Bug: https://bugs.gentoo.org/885501 Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 1ca955dea263..1da0c19018eb 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -16,7 +16,12 @@ dev-libs/intel-compute-runtime # Sam James (2022-12-17) # Segfaults when building on musl, bug #885501 ->=sys-devel/gcc-12.2.1_p20221203:12 +=sys-devel/gcc-10.4.1_p20221208:10 +=sys-devel/gcc-10.4.1_p20221222:10 +=sys-devel/gcc-11.3.1_p20221209:11 +=sys-devel/gcc-11.3.1_p20221223:11 +=sys-devel/gcc-12.2.1_p20221231:12 +=sys-devel/gcc-12.2.1_p20230121:12 # Andrey Grozin (2022-12-01) # These packages depend on dev-lisp/sbcl unconditionally