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 18159158094 for ; Sat, 17 Sep 2022 01:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A9DE0788; Sat, 17 Sep 2022 01:30:57 +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 DD7C0E0788 for ; Sat, 17 Sep 2022 01:30:56 +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 CB6C7340D87 for ; Sat, 17 Sep 2022 01:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37FA6D4 for ; Sat, 17 Sep 2022 01:30:54 +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: <1663378243.a4941b7f1e8eff76e7092f7db4d47f699a6e6dab.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: a4941b7f1e8eff76e7092f7db4d47f699a6e6dab X-VCS-Branch: master Date: Sat, 17 Sep 2022 01:30:54 +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: ea0aba30-5e77-469c-afbf-fcb5e6a22f2b X-Archives-Hash: ebe9f78c1a102c534f7ce65a1a8c238d commit: a4941b7f1e8eff76e7092f7db4d47f699a6e6dab Author: Sam James gentoo org> AuthorDate: Sat Sep 17 01:30:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 17 01:30:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4941b7f profiles/features/musl: mask sys-apps/uutils Closes: https://bugs.gentoo.org/832868 Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 8a5625dab7b6..0e5b6a5db232 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2022-09-17) +# Fails to compile on musl: bug #832868 +sys-apps/uutils + # Sam James (2022-09-12) # The libxcrypt migration is optional for musl. -virtual/libcrypt:0/1