diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-01 20:24:34 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-02 12:31:20 -0600 |
commit | 3f82c173f67ff0d17933e02f816b89ab0bad6f0c (patch) | |
tree | c13bef4d55de86994f0d97897f00c73ab83bb160 /system/elfutils/skip-run-backtrace-native-core.patch | |
parent | 7deac5a99f757466211c6c53ad8a6adfbebf5f0e (diff) | |
download | packages-3f82c173f67ff0d17933e02f816b89ab0bad6f0c.tar.gz packages-3f82c173f67ff0d17933e02f816b89ab0bad6f0c.tar.bz2 packages-3f82c173f67ff0d17933e02f816b89ab0bad6f0c.tar.xz packages-3f82c173f67ff0d17933e02f816b89ab0bad6f0c.zip |
system/elfutils: Fix dependencies, disable 2 tests
* Tests require musl debugging symbols.
* Build requires M4, and also violated 80 char limit.
* Two tests are broken upstream, and have been reported.
Closes: #1263
Diffstat (limited to 'system/elfutils/skip-run-backtrace-native-core.patch')
-rw-r--r-- | system/elfutils/skip-run-backtrace-native-core.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/elfutils/skip-run-backtrace-native-core.patch b/system/elfutils/skip-run-backtrace-native-core.patch new file mode 100644 index 000000000..b17a9adbe --- /dev/null +++ b/system/elfutils/skip-run-backtrace-native-core.patch @@ -0,0 +1,11 @@ +Fails on at least ppc64. + +Upstream-URL: https://sourceware.org/bugzilla/show_bug.cgi?id=32406 +--- elfutils-0.192/tests/run-backtrace-native-core.sh.old 2024-10-18 14:03:43.000000000 -0500 ++++ elfutils-0.192/tests/run-backtrace-native-core.sh 2024-12-02 12:16:35.094705219 -0600 +@@ -1,4 +1,5 @@ + #! /usr/bin/env bash ++exit 77 + # Copyright (C) 2013 Red Hat, Inc. + # This file is part of elfutils. + # |