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-util/radare2/
Date: Tue, 09 Apr 2019 21:44:50
Message-Id: 1554846278.6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d.slyfox@gentoo
1 commit: 6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 21:44:28 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 21:44:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe4c06d
7
8 dev-util/radare2: disable parallel build, bug #682564
9
10 'hexagon_disas.o' does not have correct dependencies and
11 gets into archive before final artifact is ready.
12
13 Disable prallel build as a workaround.
14
15 Reported-by: Andrew Udvare
16 Bug: https://bugs.gentoo.org/682564
17 Package-Manager: Portage-2.3.62, Repoman-2.3.12
18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
19
20 dev-util/radare2/radare2-3.4.1.ebuild | 6 ++++++
21 1 file changed, 6 insertions(+)
22
23 diff --git a/dev-util/radare2/radare2-3.4.1.ebuild b/dev-util/radare2/radare2-3.4.1.ebuild
24 index 0b3f4cfb432..c746c047f48 100644
25 --- a/dev-util/radare2/radare2-3.4.1.ebuild
26 +++ b/dev-util/radare2/radare2-3.4.1.ebuild
27 @@ -37,6 +37,12 @@ src_configure() {
28 $(use_with ssl openssl)
29 }
30
31 +src_compile() {
32 + # bug #682564: upstream build system has a problem with
33 + # 'hexagon_disas.o'. Workaround it until the fix is found.
34 + emake -j1
35 +}
36 +
37 src_install() {
38 default