Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/, dev-libs/elfutils/files/
Date: Sat, 02 Feb 2019 23:40:19
Message-Id: 1549150800.8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e.slyfox@gentoo
1 commit: 8b8e22f6afc9bdb16bc13ed3997f0c1281a0792e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 2 22:07:12 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 23:40:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8e22f6
7
8 dev-libs/elfutils: disable unstable biarch test
9
10 test fails on multilib system when elfutils is built for 32-bit ABI.
11
12 Bug: https://sourceware.org/PR24158
13 Package-Manager: Portage-2.3.59, Repoman-2.3.12
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-libs/elfutils/elfutils-0.175-r1.ebuild | 1 +
17 .../files/elfutils-0.175-disable-biarch-test-PR24158.patch | 9 +++++++++
18 2 files changed, 10 insertions(+)
19
20 diff --git a/dev-libs/elfutils/elfutils-0.175-r1.ebuild b/dev-libs/elfutils/elfutils-0.175-r1.ebuild
21 index ad1c1988b46..458b215bbe7 100644
22 --- a/dev-libs/elfutils/elfutils-0.175-r1.ebuild
23 +++ b/dev-libs/elfutils/elfutils-0.175-r1.ebuild
24 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
25 PATCHES=(
26 "${FILESDIR}"/${PN}-0.118-PaX-support.patch
27 "${FILESDIR}"/${PN}-0.173-partial-core.patch
28 + "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
29 )
30
31 src_prepare() {
32
33 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
34 new file mode 100644
35 index 00000000000..809c3df1efa
36 --- /dev/null
37 +++ b/dev-libs/elfutils/files/elfutils-0.175-disable-biarch-test-PR24158.patch
38 @@ -0,0 +1,9 @@
39 +https://sourceware.org/PR24158
40 +
41 +Tets fails when 32-bit elfutils tries to dump 64-bit process.
42 +--- a/tests/run-backtrace-native-biarch.sh
43 ++++ b/tests/run-backtrace-native-biarch.sh
44 +@@ -17,2 +17,3 @@
45 +
46 ++ELFUTILS_DISABLE_BIARCH=yes # https://sourceware.org/PR24158
47 + if test -n "$ELFUTILS_DISABLE_BIARCH"; then