commit:     8cb77397509a76c1eeeb919dedb2b52f744227be
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 00:12:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (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 <[email protected]> (2024-05-26)
 # Upstream is gone. No longer compiles with modern C compilers. Last
 # release in 2011. No reverse dependencies. Masked for removal on

Reply via email to