commit: 7963f202b136d1fffa671ad026832a9325eb8605 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 21 02:47:58 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 21 02:48:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963f202
profiles/features/musl: mask dev-debug/systemtap & USE=systemtap It needs porting to musl and fails to build in a few ways. Avoid collecting dupes by masking it. Closes: https://bugs.gentoo.org/828615 Closes: https://bugs.gentoo.org/925857 Closes: https://bugs.gentoo.org/932181 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ profiles/features/musl/use.mask | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index a31c6934656d..e0afc0437df6 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-08-21) +# Needs porting to musl. Fails to compile in a few ways. See bug #925857. +dev-debug/systemtap + # Robert Förster <[email protected]> (2024-05-06) # needs mongodb net-wireless/unifi diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index 8188a9fef818..36a3df9cb46b 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Select the correct ELIBC -elibc_musl elibc_glibc +# Sam James <[email protected]> (2024-08-21) +# dev-debug/systemtap doesn't work on musl +systemtap + # Sam James <[email protected]> (2022-10-04) # Mask USE flags which pull in a binary package linked against glibc (rolling # mask, use for all such packages)
