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
When I compile software inside a shared folder, ar command says /usr/bin/ar: ../lib/libxxx.a: Operation not permitted
ar
/usr/bin/ar: ../lib/libxxx.a: Operation not permitted
strace:
open("lib/stef86TF", O_RDWR|O_CREAT|O_TRUNC, 0666) = -1 EPERM (Operation not permitted)
If I move the folder into /tmp/, everything is ok. I'm using Sierra 10.12.5, Vagrant + docker provider xhyve with virtio-9p option
xhyve
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When I compile software inside a shared folder,
ar
command says/usr/bin/ar: ../lib/libxxx.a: Operation not permitted
strace:
If I move the folder into /tmp/, everything is ok.
I'm using Sierra 10.12.5, Vagrant + docker provider
xhyve
with virtio-9p optionThe text was updated successfully, but these errors were encountered: