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
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>
-rw-r--r--dev-libs/elfutils/elfutils-0.175-r1.ebuild1
-rw-r--r--dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch9
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/elfutils/elfutils-0.175-r1.ebuild b/dev-libs/elfutils/elfutils-0.175-r1.ebuild
index ad1c1988b467..458b215bbe7a 100644
--- a/dev-libs/elfutils/elfutils-0.175-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.175-r1.ebuild
@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-0.118-PaX-support.patch
"${FILESDIR}"/${PN}-0.173-partial-core.patch
+ "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
)
src_prepare() {
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