From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFE7F158089 for ; Tue, 31 Oct 2023 06:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA87F2BC016; Tue, 31 Oct 2023 06:05:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A93AC2BC016 for ; Tue, 31 Oct 2023 06:05:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D65D9335CD2 for ; Tue, 31 Oct 2023 06:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EB3911C6 for ; Tue, 31 Oct 2023 06:05:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698732258.ae7e31e30db7921510ce4a0830bc6627f878b5d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/hppa/package.mask X-VCS-Directories: profiles/arch/hppa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae7e31e30db7921510ce4a0830bc6627f878b5d1 X-VCS-Branch: master Date: Tue, 31 Oct 2023 06:05:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b351bcb-8d0a-4d62-98ed-59e9a0f16c15 X-Archives-Hash: b47922afb6ab5f6994c906da1c2cd9a6 commit: ae7e31e30db7921510ce4a0830bc6627f878b5d1 Author: Sam James gentoo org> AuthorDate: Tue Oct 31 06:04:18 2023 +0000 Commit: Sam James gentoo 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 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 (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 (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