commit: 44d71756fd4bddb8101344d3c6d279e07b0c8286 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 11 05:46:21 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 05:46:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d71756
profiles/features/musl: mask gdb-17.1 Doesn't build on musl. Bug: https://sourceware.org/PR33747 Bug: https://bugs.gentoo.org/968134 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index db56ea7c640f..4a8c4b4ef4b8 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2026-02-11) +# Fails to build on musl (bug #968134, https://sourceware.org/PR33747) +~dev-debug/gdb-17.1 + # Mike Gilbert <[email protected]> (2026-02-07) # Waiting for >=sys-apps/systemd-259 to be stable. dev-python/python-systemd
