Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm-root set to incorrect path for llvm-4.0.0 #267

Closed
NTICompass opened this issue Jun 16, 2017 · 1 comment
Closed

llvm-root set to incorrect path for llvm-4.0.0 #267

NTICompass opened this issue Jun 16, 2017 · 1 comment

Comments

@NTICompass
Copy link

NTICompass commented Jun 16, 2017

When I try to install rust-1.16.0, I see:

configure: looking at LLVM
configure:
configure: not reconfiguring LLVM, external LLVM root
configure: error: program '/usr/bin/FileCheck' is missing, please install it

FileCheck is actually installed at /usr/lib/llvm/4/bin/FileCheck. The --llvm-root parameter in the ebuild (when USE=system-llvm) needs to be updated to /usr/lib/llvm/4.

We'll need to add something to the ebuild to set the path to /usr/lib/llvm/4 for llvm-4.0.0 and set to /usr for llvm-3.9 (or < 4 or whatever).

@NTICompass
Copy link
Author

Reading through ponylang/ponyc#1592 and rust-lang/rust#37609 it seems that making rust work with llvm-4 is not an easy task...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant