commit: a1fddfb8cfff6555b93afd60a0b74ab7da0a87e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 07:30:46 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 07:30:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fddfb8
profiles/arch/hppa: mask =strace-6.2 Bug: https://github.com/strace/strace/issues/241 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index 1ff307a672b3..16cb03e861ec 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -1,6 +1,11 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-03-10) +# Fails to build on HPPA w/ sys-kernel/linux-headers-6.2: +# https://github.com/strace/strace/issues/241 +=dev-util/strace-6.2 + # Quote from <[email protected]>: # "Compilation fails with: #error You need to define CycleTimer for # your OS and CPU"
