From 8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 2 Feb 2019 22:07:12 +0000 Subject: [PATCH] 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 --- dev-libs/elfutils/elfutils-0.175-r1.ebuild | 1 + .../elfutils-0.175-disable-biarch-test-PR24158.patch | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch 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 -- 2.26.2