Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720376 - dev-util/perf: No LLVM slot <= 9 found installed!
Summary: dev-util/perf: No LLVM slot <= 9 found installed!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-02 07:05 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-05-06 08:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-05-02 07:05:25 UTC
> >>> Emerging (1 of 1) dev-util/perf-5.6.4::gentoo
>  * patch-5.6.4.xz BLAKE2B SHA512 size ;-) ...                                                                    [ ok ]
>  * linux-5.6.tar.xz BLAKE2B SHA512 size ;-) ...                                                                  [ ok ]
>  * ERROR: dev-util/perf-5.6.4::gentoo failed (setup phase):
>  *   No LLVM slot <= 9 found installed!
>  *
>  * Call stack:
>  *           ebuild.sh, line 125:  Called pkg_setup
>  *   perf-5.6.4.ebuild, line  79:  Called llvm_pkg_setup
>  *         llvm.eclass, line 204:  Called get_llvm_prefix '9'
>  *         llvm.eclass, line 183:  Called die
>  * The specific snippet of code:
>  *      die "No LLVM slot${1:+ <= ${1}} found installed!"
>  *

Why don't you enforce that dependency in DEPENDS?
Comment 1 Larry the Git Cow gentoo-dev 2020-05-06 08:26:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a842ccfb8e0fb2873e3bee654520eb7a76ce0b

commit 15a842ccfb8e0fb2873e3bee654520eb7a76ce0b
Author:     Guilherme Amadio <amadio@gentoo.org>
AuthorDate: 2020-05-06 08:03:33 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2020-05-06 08:25:38 +0000

    dev-util/perf: run llvm_pkg_setup only with USE=clang, bug #720376
    
    Closes: https://bugs.gentoo.org/720376
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Guilherme Amadio <amadio@gentoo.org>

 dev-util/perf/perf-5.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)