| Summary: | =sys-devel/llvm-7.1.0 - armv7a-unknown-linux-gnueabihf: src_configure(): error: llvm-tblgen not found in /usr/lib/llvm/7/7/bin/ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tt_1 <herrtimson> |
| Component: | Current packages | Assignee: | LLVM support project <llvm> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
tt_1
2019-05-12 11:46:08 UTC
this is due to the subslot used here:
local tblgen="${EPREFIX}/usr/lib/llvm/${SLOT%.*}/bin/llvm-tblgen"
hence the ebuild tries to be too clever.
the subslot is needed to trigger rebuilds due to the changed api, so not sure what to do here?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8067956ae7040fe576d79949e76f9b3d852f520 commit d8067956ae7040fe576d79949e76f9b3d852f520 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2019-05-12 15:08:11 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2019-05-12 15:10:22 +0000 sys-devel/llvm: Fix typo in tblgen path, in 7.1.0 Closes: https://bugs.gentoo.org/685716 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-devel/llvm/llvm-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) works now, thanks! |