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 097AC15800F for ; Wed, 8 Feb 2023 21:41:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 187D6E07EA; Wed, 8 Feb 2023 21:41:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF5D6E07EA for ; Wed, 8 Feb 2023 21:41:07 +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 C17CF340441 for ; Wed, 8 Feb 2023 21:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80EBB7FB for ; Wed, 8 Feb 2023 21:41:04 +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: <1675892420.5a3ff0fc1159b74ad7be0f6be28d9ab53bbc76aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/arm/17.0/musl/package.use.mask X-VCS-Directories: profiles/default/linux/arm/17.0/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a3ff0fc1159b74ad7be0f6be28d9ab53bbc76aa X-VCS-Branch: master Date: Wed, 8 Feb 2023 21:41:04 +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: 327357b0-366e-45eb-b2bc-bf473b5761ab X-Archives-Hash: 7e79338936045e677cbf0675427b58ee commit: 5a3ff0fc1159b74ad7be0f6be28d9ab53bbc76aa Author: Sam James gentoo org> AuthorDate: Wed Feb 8 21:40:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 8 21:40:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3ff0fc profiles/default/linux/arm/17.0/musl: mask sys-devel/gcc[sanitize] Bug: https://bugs.gentoo.org/892079 Signed-off-by: Sam James gentoo.org> profiles/default/linux/arm/17.0/musl/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/default/linux/arm/17.0/musl/package.use.mask b/profiles/default/linux/arm/17.0/musl/package.use.mask new file mode 100644 index 000000000000..cff3d1daadfa --- /dev/null +++ b/profiles/default/linux/arm/17.0/musl/package.use.mask @@ -0,0 +1,9 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2023-02-08) +# libsanitizer needs porting to arm on musl: +# - https://archives.gentoo.org/gentoo-releng-autobuilds/message/c59c5775309deef44162d1337e6fb650 +# - https://archives.gentoo.org/gentoo-releng-autobuilds/message/e94e893c954fa50b84b84086a40c359f +# - https://bugs.gentoo.org/892079#c10 (bug otherwise unrelated) +sys-devel/gcc sanitize