Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695724 - dev-lang/rust-1.38.0: Only looks for llvm:8 even when llvm:9 is installed
Summary: dev-lang/rust-1.38.0: Only looks for llvm:8 even when llvm:9 is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-27 12:23 UTC by Erik Zeek
Modified: 2019-09-27 20:04 UTC (History)
1 user (show)

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


Attachments
emerge --info '=dev-lang/rust-1.38.0::gentoo' (emerge-info.txt,14.66 KB, text/plain)
2019-09-27 12:23 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Zeek 2019-09-27 12:23:40 UTC
Created attachment 591162 [details]
emerge --info '=dev-lang/rust-1.38.0::gentoo'

* Package:    dev-lang/rust-1.38.0
 * Repository: gentoo
 * Maintainer: rust@gentoo.org
 * USE:        abi_x86_32 abi_x86_64 amd64 clippy cpu_flags_x86_sse2 elibc_glibc kernel_linux llvm_targets_AMDGPU llvm_targets_BPF llvm_targets_WebAssembly llvm_targets_X86 rls rustfmt system-llvm userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
 * Checking for at least 9 GiB disk space at "/gentoo/notmp/portage/dev-lang/rust-1.38.0/temp" ...
 [ ok ]
 * ERROR: dev-lang/rust-1.38.0::gentoo failed (setup phase):
 *   No LLVM slot <= 8 found installed!
 * 
 * Call stack:
 *            ebuild.sh, line 125:  Called pkg_setup
 *   rust-1.38.0.ebuild, line 121:  Called llvm_pkg_setup
 *          llvm.eclass, line 204:  Called get_llvm_prefix '8'
 *          llvm.eclass, line 183:  Called die
 * The specific snippet of code:
 *      die "No LLVM slot${1:+ <= ${1}} found installed!"
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/rust-1.38.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/rust-1.38.0::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-lang:rust-1.38.0:20190927-121321.log.gz'.
 * The ebuild environment file is located at '/gentoo/notmp/portage/dev-lang/rust-1.38.0/temp/die.env'.
 * Working directory: '/gentoo/notmp/portage/dev-lang/rust-1.38.0/homedir'
 * S: '/gentoo/notmp/portage/dev-lang/rust-1.38.0/work/rustc-1.38.0-src'
Comment 1 Andy Pettinger 2019-09-27 12:47:36 UTC
Yes LLVM_MAX_SLOT needs changing to 9
Comment 2 Larry the Git Cow gentoo-dev 2019-09-27 20:04:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674706223efe76f2df9df10b604bb51d22f87f0b

commit 674706223efe76f2df9df10b604bb51d22f87f0b
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2019-09-27 20:03:27 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2019-09-27 20:03:58 +0000

    dev-lang/rust: fix llvm max slot for 1.38.0
    
    Closes: https://bugs.gentoo.org/695724
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-lang/rust/rust-1.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Georgy Yakovlev archtester gentoo-dev 2019-09-27 20:04:18 UTC
missed that one sorry. fixed.