summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-02 22:07:12 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-02 23:40:00 +0000
commit8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e (patch)
tree6ec4d7b592108f7e3f54724a7a1286f86910d53f /dev-libs/elfutils/files
parentmedia-sound/musescore-{3.0.1-r1,9999}: fixes (diff)
downloadgentoo-8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e.tar.gz
gentoo-8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e.tar.bz2
gentoo-8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e.zip
dev-libs/elfutils: disable unstable biarch test
test fails on multilib system when elfutils is built for 32-bit ABI. Bug: https://sourceware.org/PR24158 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils/files')
-rw-r--r--dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch b/dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch
new file mode 100644
index 000000000000..809c3df1efad
--- /dev/null
+++ b/dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch
@@ -0,0 +1,9 @@
+https://sourceware.org/PR24158
+
+Tets fails when 32-bit elfutils tries to dump 64-bit process.
+--- a/tests/run-backtrace-native-biarch.sh
++++ b/tests/run-backtrace-native-biarch.sh
+@@ -17,2 +17,3 @@
+
++ELFUTILS_DISABLE_BIARCH=yes # https://sourceware.org/PR24158
+ if test -n "$ELFUTILS_DISABLE_BIARCH"; then