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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D078D158094 for ; Thu, 23 Jun 2022 04:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69D7E0A5D; Thu, 23 Jun 2022 04:47:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B5050E0A5D for ; Thu, 23 Jun 2022 04:47:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B07C3341BEC for ; Thu, 23 Jun 2022 04:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 123A3105 for ; Thu, 23 Jun 2022 04:47:27 +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: <1655959077.2d065285ca961bee491176c3b8e9bf54a5476b4c.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.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d065285ca961bee491176c3b8e9bf54a5476b4c X-VCS-Branch: master Date: Thu, 23 Jun 2022 04:47:27 +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: 37ae4650-affe-4083-950b-93e26864b35e X-Archives-Hash: 974b55acc211deda8195a058879daa4e commit: 2d065285ca961bee491176c3b8e9bf54a5476b4c Author: Sam James gentoo org> AuthorDate: Thu Jun 23 04:37:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 23 04:37:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d065285 profiles/features/musl: update compiler-rt-sanitzers masks Bug: https://bugs.gentoo.org/852983 Thanks-to: ayuayuayu aaathats3as.com Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.use.mask | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index ca8da2f795bf..24959cbeda7e 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -37,11 +37,12 @@ sys-apps/sysvinit nls # Sam James (2021-11-07) # Disable some sanitizers for LLVM, see bug #753935 # Needs libexecinfo on musl, not yet packaged -sys-libs/compiler-rt-sanitizers gwp-asan libfuzzer +sys-libs/compiler-rt-sanitizers gwp-asan + (2021-11-07) # Broken as "error: unknown type name '_Unwind_Word'" -sys-libs/compiler-rt-sanitizers hwasan + # Restore mask here that is gone elsewhere