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'
Yes LLVM_MAX_SLOT needs changing to 9
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(-)
missed that one sorry. fixed.