From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E14E138334 for ; Tue, 9 Apr 2019 21:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CAA4E0943; Tue, 9 Apr 2019 21:44:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD56BE0943 for ; Tue, 9 Apr 2019 21:44:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F70F335D44 for ; Tue, 9 Apr 2019 21:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 664BA543 for ; Tue, 9 Apr 2019 21:44:45 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1554846278.6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/radare2/radare2-3.4.1.ebuild X-VCS-Directories: dev-util/radare2/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d X-VCS-Branch: master Date: Tue, 9 Apr 2019 21:44:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf80c808-9e04-4bf1-bcd3-a183caec3393 X-Archives-Hash: 42f334dfa0f3628157ec42d2f5943226 commit: 6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Apr 9 21:44:28 2019 +0000 Commit: Sergei Trofimovich gentoo 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 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