From 5f88644752f1c7080d1bb74de7c556c79f2d5cee Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 3 Mar 2025 20:50:24 +0000 Subject: [PATCH] dev-debug/systemtap: restrict tests They don't pass on Gentoo -- some investigation is needed but when I last looked at it, even cloning from git & running outside of the ebuild, they fail because of some assumptions that would need fixing. No point in these blocking stabilisation right now. Closes: https://bugs.gentoo.org/923597 Closes: https://bugs.gentoo.org/935333 Closes: https://bugs.gentoo.org/946628 Signed-off-by: Sam James --- dev-debug/systemtap/systemtap-5.1-r1.ebuild | 3 ++- dev-debug/systemtap/systemtap-5.2.ebuild | 5 +++-- dev-debug/systemtap/systemtap-9999.ebuild | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild b/dev-debug/systemtap/systemtap-5.1-r1.ebuild index 37bf4f0569efa..9a18eb9519e0f 100644 --- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild +++ b/dev-debug/systemtap/systemtap-5.1-r1.ebuild @@ -73,7 +73,8 @@ ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - DOCS="AUTHORS HACKING NEWS README" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" +# bug #935333, bug #923597, and so on; needs work to get passing on Gentoo. +RESTRICT="!test? ( test ) test" PATCHES=( "${FILESDIR}/${PN}-3.1-ia64.patch" ) diff --git a/dev-debug/systemtap/systemtap-5.2.ebuild b/dev-debug/systemtap/systemtap-5.2.ebuild index 109764c069e8b..c844b43c840e8 100644 --- a/dev-debug/systemtap/systemtap-5.2.ebuild +++ b/dev-debug/systemtap/systemtap-5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -73,7 +73,8 @@ ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - DOCS="AUTHORS HACKING NEWS README" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" +# bug #935333, bug #923597, and so on; needs work to get passing on Gentoo. +RESTRICT="!test? ( test ) test" PATCHES=( "${FILESDIR}/${PN}-3.1-ia64.patch" ) diff --git a/dev-debug/systemtap/systemtap-9999.ebuild b/dev-debug/systemtap/systemtap-9999.ebuild index 109764c069e8b..c844b43c840e8 100644 --- a/dev-debug/systemtap/systemtap-9999.ebuild +++ b/dev-debug/systemtap/systemtap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -73,7 +73,8 @@ ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - DOCS="AUTHORS HACKING NEWS README" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" +# bug #935333, bug #923597, and so on; needs work to get passing on Gentoo. +RESTRICT="!test? ( test ) test" PATCHES=( "${FILESDIR}/${PN}-3.1-ia64.patch" )