Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930921 - dev-lang/rust-1.77.1 failed to build w/ LLVM_TARGETS="*"
Summary: dev-lang/rust-1.77.1 failed to build w/ LLVM_TARGETS="*"
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Randy Barlow
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-29 06:02 UTC by Zhixu Liu
Modified: 2024-04-29 14:48 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 Zhixu Liu 2024-04-29 06:02:02 UTC
when build w/ USE flag: LLVM_TARGETS="*"

configure failed with following message:

CMake Error at CMakeLists.txt:925 (message):
  The target `ARC' is experimental and must be passed via
  LLVM_EXPERIMENTAL_TARGETS_TO_BUILD.


-- Configuring incomplete, errors occurred!

This is similar to https://bugs.gentoo.org/921683, I've provide a patch, please check, thanks.

Reproducible: Always