commit:     254013ac7749cf335be5d3314de1b8a30bdadcdc
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 21:36:14 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 22:09:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254013ac

dev-util/ltrace: restrict tests

Effectively abandoned upstream (no git activity in testsuite/ since late
2015 apart from the merging of two arm64-related Fedora patches) and not
run by their CI. EXTREMELY fragile.

Upstream appears to have got a bit more alive in 2022 so let's hope they
will sort this out before ltrace stops working altogether.

Bug: https://bugs.gentoo.org/894386
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-util/ltrace/ltrace-0.7.3.6.1.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild 
b/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
index 6e833e04a3cf..abc626186b4c 100644
--- a/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
+++ b/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,11 +27,9 @@ DEPEND="${RDEPEND}
        sys-libs/binutils-libs
        test? ( dev-util/dejagnu )"
 
-# under musl tests need major work upstream, half of them does not work.
-RESTRICT="
-       !test? ( test )
-       elibc_musl? ( test )
-"
+# Effectively abandoned upstream. Extremely sensitive to the sandbox, versions
+# of core libraries, kernel security settings...
+RESTRICT="test"
 
 S=${WORKDIR}/${PN}-${LTRACE_V}
 

Reply via email to