commit: 643bce1ebe75a781ffd53ce3e4c1f6b3b96e6abf Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Dec 31 10:30:07 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Dec 31 10:30:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643bce1e
profiles/prefix/sunos/solaris: mask dev-debug/gdb-17.1 Non-functional, fails with memory access errors. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/sunos/solaris/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index fe45577b6beb..00ac195209b4 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2025-12-31) +# Fails when setting breakpoints, cannot access memory at address +=dev-debug/gdb-17.1 + # Benda Xu <[email protected]> (2023-07-09) # Requires Glibc <sys/xattr.h> to work properly. # For example, 'lgetxattr' is not available on Solaris or gnulib.
