Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-05 21:35:52 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-05 21:35:52 +0200
commitd05a2a9771fd16305db69f8f40b148e2ec254026 (patch)
tree499327bb0812fc6ff8caea8d794e75368496440e /core
parent29b8c5755a5c57ddf7f6d74f64c363370834636a (diff)
core/elfutils: Temporarily remove
Diffstat (limited to 'core')
-rw-r--r--core/elfutils/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/elfutils/PKGBUILD b/core/elfutils/PKGBUILD
deleted file mode 100644
index 47b40de6..00000000
--- a/core/elfutils/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# fails on i486 with glibc 2.36
-#FAIL: run-backtrace-native.sh
-#=============================
-#
-#case 0: expected symname 'raise' got '(null)'
-#./test-subr.sh: line 84: 29497 Aborted (core dumped) LD_LIBRARY_PATH=
-#"${built_library_path}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" $VALGRIND_CMD "$@"
-#backtrace-child: no main
-#FAIL run-backtrace-native.sh (exit status: 1)
-
-# some tests fail also upstream (nose)
-eval "$(
- declare -f check | \
- sed '
- s/make\(.*\)check\(.*\)/make\1check\2 || true/
- '
-)"