From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1618536-garchives=archives.gentoo.org@lists.gentoo.org> 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 4E4AD158041 for <garchives@archives.gentoo.org>; Sun, 7 Apr 2024 15:22:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94800E2ABE; Sun, 7 Apr 2024 15:22:46 +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 755A7E2ABE for <gentoo-commits@lists.gentoo.org>; Sun, 7 Apr 2024 15:22:46 +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 8E504343029 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Apr 2024 15:22:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE1431692 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Apr 2024 15:22:42 +0000 (UTC) From: "Marek Szuba" <marecki@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1712503346.b7bc253350babe529a09c417efd240e04d6bb268.marecki@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: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b7bc253350babe529a09c417efd240e04d6bb268 X-VCS-Branch: master Date: Sun, 7 Apr 2024 15:22:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cde7a3be-b8d5-43ef-a398-359b6288cae2 X-Archives-Hash: 8bbd595299ad7638f5f3844a2e390128 commit: b7bc253350babe529a09c417efd240e04d6bb268 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sun Apr 7 15:18:22 2024 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sun Apr 7 15:22:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bc2533 profiles/features/musl: mask app-emulation/protontricks It's a helper tool for Steam. Steam does not, and likely never will according to upstream, support musl. As such, no point in even trying to switch from 'ldconfig -XNv' to something supported by musl for retrieving the host library path. Closes: https://bugs.gentoo.org/922391 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/features/musl/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 07351f961a50..1c6aa91f0df2 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2024-04-07) +# Relies on musl-incompatible ldconfig behaviour to determine the list of host +# library directories. More importantly however, protontricks is useless without +# Steam and Steam will almost certainly never support musl (see e.g. +# https://github.com/ValveSoftware/steam-for-linux/issues/9284). +app-emulation/protontricks + # Matthew Smith <matthew@gentoo.org> (2024-04-07) # Mask until execinfo.h use can be properly patched, bug #853856 media-gfx/renderdoc