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 DB67B15808D for ; Sat, 23 Apr 2022 01:12:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E0EE0844; Sat, 23 Apr 2022 01:12:49 +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 32BE6E0844 for ; Sat, 23 Apr 2022 01:12:49 +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 CA9443419DF for ; Sat, 23 Apr 2022 01:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2084B35A for ; Sat, 23 Apr 2022 01:12:46 +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: <1650676282.fa186331d767ecf358e92245e6b423f390eddc14.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.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa186331d767ecf358e92245e6b423f390eddc14 X-VCS-Branch: master Date: Sat, 23 Apr 2022 01:12:46 +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: 5a994a94-1a4b-4887-9a0e-9f0b0c9e16bb X-Archives-Hash: 6e8d61a7c8f92e81d24fd05b567e3465 commit: fa186331d767ecf358e92245e6b423f390eddc14 Author: Sam James gentoo org> AuthorDate: Sat Apr 23 01:11:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 23 01:11:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa186331 profiles/features/musl: mask binary compatibility packages on musl Closes: https://bugs.gentoo.org/716438 Closes: https://bugs.gentoo.org/716526 Closes: https://bugs.gentoo.org/828917 Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index e484a821488b..b44b8b38b209 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2022-04-22) +# Compatibility packages for binary/pre-built software shouldn't +# be needed on musl (and these fail to build anyway). +sys-libs/libtermcap-compat +sys-libs/libstdc++-v3 + # Sam James (2022-04-22) # Needs strndupa, upstream not interested in supporting musl # bug #713542