Bug ID | 1006199 |
---|---|
Summary | LLVM: llvm-devel package is missing FileCheck, needed by rust |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | kgronlund@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
It would be desirable to compile rust with the system LLVM library. Rust should be able to compile with LLVM 3.8, which is the version currently in Tumbleweed. However, the build currently fails because rust looks for the FileCheck utility. This is built in the LLVM build process, but is not actually installed. Amusingly, the man page for FileCheck IS installed.