commit:     6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 21:44:28 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 21:44:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe4c06d

dev-util/radare2: disable parallel build, bug #682564

'hexagon_disas.o' does not have correct dependencies and
gets into archive before final artifact is ready.

Disable prallel build as a workaround.

Reported-by: Andrew Udvare
Bug: https://bugs.gentoo.org/682564
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/radare2/radare2-3.4.1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-util/radare2/radare2-3.4.1.ebuild 
b/dev-util/radare2/radare2-3.4.1.ebuild
index 0b3f4cfb432..c746c047f48 100644
--- a/dev-util/radare2/radare2-3.4.1.ebuild
+++ b/dev-util/radare2/radare2-3.4.1.ebuild
@@ -37,6 +37,12 @@ src_configure() {
                $(use_with ssl openssl)
 }
 
+src_compile() {
+       # bug #682564: upstream build system has a problem with
+       # 'hexagon_disas.o'. Workaround it until the fix is found.
+       emake -j1
+}
+
 src_install() {
        default
 

Reply via email to