Summary: | dev-util/radare2-2.2.0 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Palimaka (kensington) <kensington> |
Component: | Current packages | Assignee: | Sergei Trofimovich (RETIRED) <slyfox> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | davidroman96 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Michael Palimaka (kensington)
![]() Does this error still occur? Seems that it couldn't resolve the github.com domain ("fatal: unable to access 'https://github.com/aquynh/capstone.git/': Couldn't resolve host 'github.com'"), maybe it was a temporal connection problem? (In reply to David from comment #1) > Does this error still occur? Seems that it couldn't resolve the github.com > domain ("fatal: unable to access 'https://github.com/aquynh/capstone.git/': > Couldn't resolve host 'github.com'"), maybe it was a temporal connection > problem? It's likely caused by FEATURES=network-sandbox which makes sure build does not depend on unspecified networking resources. Yes, build passes if I disable network-sandbox. The issue is still present in the 2.5.0 ebuild. -- WARNING: Unknown flag '--without-syscapstone' fatal: unable to access 'https://github.com/aquynh/capstone.git/': Could not resolve host: github.com -- Apart form the issue with the flag a nicer approach would be to provide the ebuild with a capstone snapshot from the next branch as intended, instead of letting the build script access the network. Can you post your full build log as well? I think current workaround is to use USE=system-capstone The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ead6ec63da392259c83b3126c3150b4360403b commit c6ead6ec63da392259c83b3126c3150b4360403b Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2018-04-28 12:20:47 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2018-04-28 12:21:04 +0000 dev-util/radare2: drop USE=-system-capstone Enable system capstone unconditionally for releases. radare2 does not ship bundled capstone in 2.5.0. Reported-by: Michael Palimaka (kensington) Closes: https://bugs.gentoo.org/645552 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-util/radare2/files/radare2-0.9.9-nogit.patch | 13 ------------- dev-util/radare2/radare2-2.5.0.ebuild | 8 ++++---- dev-util/radare2/radare2-9999.ebuild | 1 - 3 files changed, 4 insertions(+), 18 deletions(-) |