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 9BC031581D3 for ; Tue, 28 May 2024 00:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E970E2A4C; Tue, 28 May 2024 00:14:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8994FE2A4C for ; Tue, 28 May 2024 00:14:59 +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 CA1FD340806 for ; Tue, 28 May 2024 00:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31D791161 for ; Tue, 28 May 2024 00:14:57 +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: <1716855229.8cb77397509a76c1eeeb919dedb2b52f744227be.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: 8cb77397509a76c1eeeb919dedb2b52f744227be X-VCS-Branch: master Date: Tue, 28 May 2024 00:14:57 +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: 9c1f134f-a7a0-4fe6-8421-bfe93474377c X-Archives-Hash: 22454e7efdf2329ad99b69cc62a0ad30 commit: 8cb77397509a76c1eeeb919dedb2b52f744227be Author: Sam James gentoo org> AuthorDate: Tue May 28 00:12:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 28 00:13:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb77397 profiles: mask new protobuf & abseil-cpp Breaks reverse dependencies like protobuf-c (bug #932857) and protobuf-26.1 itself isn't compatible with this abseil-cpp version (bug #932848). In addition, we still need to establish a new approach like a virtual for protobuf because of its abseil dependency - see the discussion in bug #912819. I'm not aware of a real hurry for new abseil/protobuf other than the existing need for us to sort out the aforementioned virtual/ABI mess, so masking is better than the status quo. Closes: https://bugs.gentoo.org/932857 Bug: https://bugs.gentoo.org/932848 Bug: https://bugs.gentoo.org/912819 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2935bfaf6d95..59882cd71078 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Sam James (2024-05-28) +# Breaks reverse dependencies like protobuf-c (bug #932857) and protobuf-26.1 +# itself isn't compatible with this abseil-cpp version (bug #932848). +# In addition, we still need to establish a new approach like a virtual +# for protobuf because of its abseil dependency - see the discussion in bug #912819. +~dev-libs/protobuf-26.1 +~dev-cpp/abseil-cpp-20240116.2 + # Hans de Graaff (2024-05-26) # Upstream is gone. No longer compiles with modern C compilers. Last # release in 2011. No reverse dependencies. Masked for removal on