commit: ae7e31e30db7921510ce4a0830bc6627f878b5d1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 31 06:04:18 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 31 06:04:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7e31e3
profiles/arch/hppa: mask >=sys-apps/systemd-254 Fails to boot. Bug: https://bugs.gentoo.org/916469 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index ee2eb675422c..b5338568bc80 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -1,6 +1,11 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-10-31) +# Tries to use unsupported MemoryDenyWriteExecute and crashes on boot. +# See https://github.com/systemd/systemd/issues/29775 and bug #916469. +>=sys-apps/systemd-254 + # Sam James <[email protected]> (2023-08-28) # libuv >=1.45.0 starts to use iouring (but via its own implementation, not sys-libs/liburing) # which means CMake then starts using iouring. There are some kernel bugs which
