-
Notifications
You must be signed in to change notification settings - Fork 34
Install error: permission denied (with sudo) #16
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
Comments
Hi @saizai, that's surprising... Are you able to install other rocks? What OS are you using (and what version)? I see that the |
OSX 10.13.3. And yes, able to install others just fine. I don't have luajit installed. |
Thanks. Could you try to install LuaJIT? Publishing rocks is something I don't do often, I'm not sure I still have my password handy and I have little time right now. |
$ luajit -v
LuaJIT 2.0.5 -- Copyright (C) 2005-2017 Mike Pall. http://luajit.org/
$ CC=clang CXX=clang++ sudo -H luarocks install lulpeg
Password:
Installing https://luarocks.org/lulpeg-0.1.0-1.src.rock
scripts/make.sh
sh: scripts/make.sh: Permission denied
Error: Build error: Failed building. |
Thanks that's odd, I can't reproduce the issue locally. It may be related to the file permissions. No need for the I'll look into this later this evening. |
sudo -H luarocks install lulpeg
:The text was updated successfully, but these errors were encountered: