From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4942E1582EF for ; Fri, 07 Mar 2025 01:35:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 363E333FE7D for ; Fri, 07 Mar 2025 01:35:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F9491102D2; Fri, 07 Mar 2025 01:35:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 118ED1102D2 for ; Fri, 07 Mar 2025 01:35:18 +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 B682133C84E for ; Fri, 07 Mar 2025 01:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E30A26A0 for ; Fri, 07 Mar 2025 01:35:16 +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: <1741311283.46671e8c6b8f390812a0d075cd1ef6789db176e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 46671e8c6b8f390812a0d075cd1ef6789db176e2 X-VCS-Branch: master Date: Fri, 07 Mar 2025 01:35:16 +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: cd62c2bc-203f-422a-ac52-a2d66650d7c9 X-Archives-Hash: 3ba1dfdd64316dc9c551df3b99d185a8 commit: 46671e8c6b8f390812a0d075cd1ef6789db176e2 Author: Sam James gentoo org> AuthorDate: Fri Mar 7 01:34:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 01:34:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46671e8c profiles: mask =dev-util/pkgconf-2.4.1 May cause emerge to hang (bug #950707). Tests hang on one machine and another strange report upstream: https://github.com/pkgconf/pkgconf/issues/383. Mask out of caution for now. Bug: https://bugs.gentoo.org/950707 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 38e78ffdfc8d..b57f14deece4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James (2025-03-07) +# May cause emerge to hang (bug #950707). Tests hang on one machine +# and another strange report upstream: https://github.com/pkgconf/pkgconf/issues/383. +# Mask out of caution for now. +=dev-util/pkgconf-2.4.1 + # Andreas Sturmlechner (2025-03-06) # Last release in 2018 and no upstream activity ever since. # Please migrate to an alternative backup solution. Bug #947894