From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id AF1341582EF for ; Mon, 03 Mar 2025 20:52:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9ABA53408DD for ; Mon, 03 Mar 2025 20:52:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 97A3B1102D2; Mon, 03 Mar 2025 20:52:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 8D8E81102D0 for ; Mon, 03 Mar 2025 20:52:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C55233BF36 for ; Mon, 03 Mar 2025 20:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6273C271B for ; Mon, 03 Mar 2025 20:52:26 +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: <1741035024.5f88644752f1c7080d1bb74de7c556c79f2d5cee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/systemtap/systemtap-5.1-r1.ebuild dev-debug/systemtap/systemtap-5.2.ebuild dev-debug/systemtap/systemtap-9999.ebuild X-VCS-Directories: dev-debug/systemtap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f88644752f1c7080d1bb74de7c556c79f2d5cee X-VCS-Branch: master Date: Mon, 03 Mar 2025 20:52:26 +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: c97b170b-9f62-4a90-a07c-13e1b76176e5 X-Archives-Hash: de4524fa448fa936909a4687e685e7d9 commit: 5f88644752f1c7080d1bb74de7c556c79f2d5cee Author: Sam James gentoo org> AuthorDate: Mon Mar 3 20:50:24 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 3 20:50:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f886447 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 gentoo.org> 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 37bf4f0569ef..9a18eb9519e0 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 109764c069e8..c844b43c840e 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 109764c069e8..c844b43c840e 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" )