sorabji Posted February 17, 2019 Report Share Posted February 17, 2019 Hello, Getting this message when doing a world update: !!! The ebuild selected to satisfy "dev-lang/rust:stable" has unmet requirements. - dev-lang/rust-1.32.0::net-kit USE="-clippy -debug -doc -libressl -rls -rustfmt -system-llvm -wasm" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="-AArch64 -AMDGPU -ARM -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -Sparc -SystemZ -X86 -XCore" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARM llvm_targets_BPF llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_X86 llvm_targets_XCore ) The above constraints are a subset of the following complete expression: any-of ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARM llvm_targets_BPF llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_X86 llvm_targets_XCore ) x86? ( cpu_flags_x86_sse2 ) *** *** *** I've tried adding the suggested flags and no difference. Any suggestions on what to do? Thanks you! Link to comment Share on other sites More sharing options...
0 leprosys Posted February 17, 2019 Report Share Posted February 17, 2019 I had the same problem and I fixed this problems with the variable LLVM_TARGETS inside make.conf LLVM_TARGETS="x86" Link to comment Share on other sites More sharing options...
Question
sorabji
Hello,
Getting this message when doing a world update:
!!! The ebuild selected to satisfy "dev-lang/rust:stable" has unmet requirements.
- dev-lang/rust-1.32.0::net-kit USE="-clippy -debug -doc -libressl -rls -rustfmt -system-llvm -wasm" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="-AArch64 -AMDGPU -ARM -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -Sparc -SystemZ -X86 -XCore"
The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARM llvm_targets_BPF llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_X86 llvm_targets_XCore )
The above constraints are a subset of the following complete expression:
any-of ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARM llvm_targets_BPF llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_X86 llvm_targets_XCore ) x86? ( cpu_flags_x86_sse2 )
*** *** ***
I've tried adding the suggested flags and no difference.
Any suggestions on what to do?
Thanks you!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts