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:58 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-05 21:35:58 +0200
commitb11617ca52928e6dd6bef4270e33d0315ada0009 (patch)
tree85f0a12f82672e0df48607914acfbd49c943da9a /core
parentd05a2a9771fd16305db69f8f40b148e2ec254026 (diff)
Revert "core/elfutils: Temporarily remove"
This reverts commit d05a2a9771fd16305db69f8f40b148e2ec254026.
Diffstat (limited to 'core')
-rw-r--r--core/elfutils/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/elfutils/PKGBUILD b/core/elfutils/PKGBUILD
new file mode 100644
index 00000000..47b40de6
--- /dev/null
+++ b/core/elfutils/PKGBUILD
@@ -0,0 +1,17 @@
+# 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/
+ '
+)"