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 9229D158094 for ; Thu, 15 Sep 2022 23:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96691E0929; Thu, 15 Sep 2022 23:20:20 +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 78B0AE0929 for ; Thu, 15 Sep 2022 23:20:20 +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 6FC6B33BF5B for ; Thu, 15 Sep 2022 23:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B35CC5B5 for ; Thu, 15 Sep 2022 23:20:17 +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: <1663284006.acacd8e179eb737f7e36c82ca6d8cf236eff0c9a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/features/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/features/clang/package.use.mask X-VCS-Directories: profiles/features/clang/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: acacd8e179eb737f7e36c82ca6d8cf236eff0c9a X-VCS-Branch: master Date: Thu, 15 Sep 2022 23:20:17 +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: 1141772f-37b1-417c-9e82-238d9ddfa0dc X-Archives-Hash: 6e4f52c08fe9203a0b7b45301c0db661 commit: acacd8e179eb737f7e36c82ca6d8cf236eff0c9a Author: Sam James gentoo org> AuthorDate: Thu Sep 15 23:19:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 15 23:20:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acacd8e1 profiles: mask dev-lang/rust[llvm-libunwind] on non-LLVM profiles Doesn't work on e.g. glibc systems. Unmasked on the LLVM profiles. It doesn't matter much as llvm-libunwind has different semantics to other packages, i.e. -llvm-libunwind doesn't force use of sys-libs/libunwind on glibc, so it doesn't prevent usage of llvm-libunwind for other packages. Closes: https://bugs.gentoo.org/870211 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 8 ++++++++ profiles/features/clang/package.use.mask | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 4aac007f6130..79a03f96f100 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2022-09-15) +# Doesn't work on e.g. glibc systems. Unmasked on the LLVM profiles. +# It doesn't matter much as llvm-libunwind has different semantics +# to other packages, i.e. -llvm-libunwind doesn't force use of sys-libs/libunwind +# on glibc, so it doesn't prevent usage of llvm-libunwind for other packages. +# bug #870211. +dev-lang/rust -llvm-libunwind + # Sam James (2022-09-15) # Patch not rebased and supporting it is not a priority: bug #824018. >=media-libs/libpng-1.6.38 apng diff --git a/profiles/features/clang/package.use.mask b/profiles/features/clang/package.use.mask index 2aa65931d7b2..0975580eab0d 100644 --- a/profiles/features/clang/package.use.mask +++ b/profiles/features/clang/package.use.mask @@ -1,5 +1,9 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2022-09-15) +# Works on pure LLVM systems: bug #870211. +dev-lang/rust -llvm-libunwind + # libquadmath is gcc-specific dev-lang/perl quadmath