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 0B405159C96 for ; Sat, 27 Jul 2024 19:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A00A2BC118; Sat, 27 Jul 2024 19:37:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EC7F2BC118 for ; Sat, 27 Jul 2024 19:37:36 +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 36372341B27 for ; Sat, 27 Jul 2024 19:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99D391952 for ; Sat, 27 Jul 2024 19:37:33 +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: <1722109038.6b3fd0c32591d73716dff6c424f23d2775c58923.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 profiles/features/musl/package.use.stable.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b3fd0c32591d73716dff6c424f23d2775c58923 X-VCS-Branch: master Date: Sat, 27 Jul 2024 19:37:33 +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: 562e0ace-80c8-4de2-96bd-2e3a7ba6f8d1 X-Archives-Hash: 817189ced35ea68e8ed8514b5e1be9d9 commit: 6b3fd0c32591d73716dff6c424f23d2775c58923 Author: Sam James gentoo org> AuthorDate: Sat Jul 27 19:36:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 27 19:37:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3fd0c3 profiles/features/musl: mask binutils[gprofng] everywhere Not just on stable. Bug: https://bugs.gentoo.org/912284 Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.use.mask | 5 +++++ profiles/features/musl/package.use.stable.mask | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 59aa13aa33cf..fc7357eef0bc 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -58,6 +58,11 @@ sys-devel/gcc cet sys-libs/binutils-libs cet sys-libs/glibc cet +# Andreas K. Hüttel (2024-03-05) +# gprofng is still somewhat messed up with musl-1.2.4, does not build +# bug 912284 +sys-devel/binutils gprofng + # Violet Purcell (2024-01-25) # f16c support in gtk4 requires the ifunc attribute, which # is not available on musl. There is a configure check for diff --git a/profiles/features/musl/package.use.stable.mask b/profiles/features/musl/package.use.stable.mask index 0a42768ac43b..a903356e7e0b 100644 --- a/profiles/features/musl/package.use.stable.mask +++ b/profiles/features/musl/package.use.stable.mask @@ -1,16 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Andreas K. Hüttel (2024-03-07) # This doesn't work yet with musl-1.2.4, bug 906603 sys-libs/compiler-rt-sanitizers msan -# Andreas K. Hüttel (2024-03-05) -# gprofng is still somewhat messed up with musl-1.2.4, does not build -# let's hope this is fixed with the next release -# bug 912284 - (2022-10-04) # libxcrypt migration isn't yet stable on musl. sys-auth/pambase yescrypt