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

Build fails when with-llvm=... is supplied #233

Open
yurivict opened this issue Oct 10, 2022 · 0 comments
Open

Build fails when with-llvm=... is supplied #233

yurivict opened this issue Oct 10, 2022 · 0 comments

Comments

@yurivict
Copy link

With with-llvm=/usr/local/llvm10 the build fails:

+ 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

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