commit: ac1b61f6f73005a6eec7897c1a1bcf965d6890ad Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Wed Oct 9 05:44:32 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Oct 14 07:14:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1b61f6
profiles/base: use mask abseil for dev-cpp/gtest No problem building and installing the package but when building against other packages like dev-cpp/ms-gsl-4.0.0[test], for instance, it fails with "undefined reference to `testing::internal::RE::~RE()'" and the like. Mask for testing, for now. Signed-off-by: Peter Levine <plevine457 <AT> gmail.com> Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index af4363abeff9..f992146fb80d 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,11 @@ # New entries go on top. +# Peter Levine <[email protected]> (2024-10-09) +# Leads to missing symbols while building testcases +# Masked for further testing. +dev-cpp/gtest abseil + # Yongxiang Liang <[email protected]> (2024-10-10) # Fcitx 4 has been archived. app-i18n/mozc fcitx4
