We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With with-llvm=/usr/local/llvm10 the build fails:
with-llvm=/usr/local/llvm10
+ LLVM_LOCATION=/usr/local/llvm10 + mkdir -p /usr/local/llvm-10.0.1/bin mkdir: /usr/local/llvm-10.0.1: Permission denied ++ '[' 1 -ne 77 ']' *** Error code 1
It attempts to create a directory in a read-only location that already has llvm installed,
The README says:
with-llvm=, with-llvm-src=, with-llvm-dir= This set of options orders the script to use already built external LLVM
OS: FreeBSD 13.1 STABLE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With
with-llvm=/usr/local/llvm10
the build fails:It attempts to create a directory in a read-only location that already has llvm installed,
The README says:
OS: FreeBSD 13.1 STABLE
The text was updated successfully, but these errors were encountered: