dev-lang/spidermonkey-78.10.1:78::gentoo [78.8.0:78::gentoo] USE="jit test* -clang -debug -lto" 0 KiB
www-client/firefox-78.10.1:0/esr78::gentoo [78.9.0:0/esr78::gentoo] USE="clang dbus gmp-autoupdate openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp -debug -eme-free -geckodriver -hardened -hwaccel -jack -lto -pgo -pulseaudio (-screencast) (-selinux) -wayland -wifi" L10N="ca ca-valencia en-GB es-ES -ach -af -an -ar -ast -az -be -bg -bn -br -bs -cak -cs -cy -da -de -dsb -el -en-CA -eo -es-AR -es-CL -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -ne -nl -nn -oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tl -tr -trs -uk -ur -uz -vi -xh -zh-CN -zh-TW" 0 KiB
My rust version is:
dev-lang/rust-1.51.0-r2:stable/1.51::gentoo USE="-clippy -debug -doc (-miri) (-nightly) (-parallel-compiler) -rls -rustfmt (-system-bootstrap) (-system-llvm) -test -verify-sig -wasm" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86) -AArch64 -AMDGPU -ARM -AVR -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -RISCV -Sparc -SystemZ -WebAssembly -XCore" 0 KiB
I have the next error
Code: Select all
DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.10.1/temp/conftestilsipo_2.rs` with content:
DEBUG: | pub extern fn hello() { println!("Hello world"); }
DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /var/tmp/portage/dev-lang/spidermonkey-78.10.1/temp/conftestjzih02dk.rlib /var/tmp/portage/dev-lang/spidermonkey-78.10.1/temp/conftestilsipo_2.rs`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | error[E0514]: found crate `std` compiled by an incompatible version of rustc
DEBUG: | |
DEBUG: | = help: please recompile that crate using this compiler (rustc 1.51.0 (gentoo))
DEBUG: | = note: the following crate versions were found:
DEBUG: | crate `std` compiled by rustc 1.41.1: /usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libstd-df80314b15e1832a.rlib
DEBUG: |
DEBUG: | error: aborting due to previous error
DEBUG: |
ERROR: Cannot compile for x86_64-pc-linux-gnu with /usr/bin/rustc
The target may be unsupported, or you may not have
a rust std library for that target installed. Try:
rustup target add x86_64-unknown-linux-gnu
.......
* Messages for package dev-lang/spidermonkey-78.10.1:
* sys-devel/llvm:12 is missing! Cannot use LLVM slot 12 ...
* ERROR: dev-lang/spidermonkey-78.10.1::gentoo failed (configure phase):
* econf failed

