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

one of dependency (cqueues) not compatible with Lua 5.1 #38

Closed
iwanbk opened this issue Aug 5, 2016 · 3 comments
Closed

one of dependency (cqueues) not compatible with Lua 5.1 #38

iwanbk opened this issue Aug 5, 2016 · 3 comments
Labels

Comments

@iwanbk
Copy link

iwanbk commented Aug 5, 2016

In this project's README

Compatible with Lua 5.1, 5.2, 5.3 and LuaJIT

My system has Luajit and Lua 5.1, but it needs Lua 5.3 to be installed

Missing dependencies for cqueues:
lua == 5.3

Complete error log with the command

$ sudo luarocks install --server=http://luarocks.org/dev http
Installing http://luarocks.org/dev/http-scm-0.rockspec...
Using http://luarocks.org/dev/http-scm-0.rockspec... switching to 'build' mode

Missing dependencies for http:
cqueues >= 20150907
lpeg_patterns >= 0.2
luaossl >= 20150727
bit32 

Using http://luarocks.org/repositories/rocks/cqueues-20160316.53-0.src.rock... switching to 'build' mode
Archive:  /tmp/luarocks_luarocks-rock-cqueues-20160316.53-0-4753/cqueues-20160316.53-0.src.rock
  inflating: cqueues-20160316.53-0.rockspec  
  inflating: rel-20160316.tar.gz     

Missing dependencies for cqueues:
lua == 5.3


Error: Failed installing dependency: http://luarocks.org/repositories/rocks/cqueues-20160316.53-0.src.rock - Could not satisfy dependency: lua == 5.3
@daurnimator
Copy link
Owner

Cqueues does work with 5.1. I think this is a symptom of a too-old version of luarocks.

@RyanSquared
Copy link
Contributor

Try installing LuaRocks from source to get cqueues working with 5.1.

@iwanbk
Copy link
Author

iwanbk commented Aug 19, 2016

haven't tried it, but closing it because it is not really an issue of this project.

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

No branches or pull requests

3 participants