Re: Luarocks error installing luaproc
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Luarocks error installing luaproc
- From: Philipp Janda <siffiejoe@...>
- Date: 2014年9月01日 06:41:56 +0200
Am 01.09.2014 um 05:29 schröbte Rena:
$ luarocks search proc
Search results:
===============
Rockspecs and source rocks:
---------------------------
luaproc
1.0-1 (rockspec) - http://www.luarocks.org/repositories/rocks
1.0-1 (src) - http://www.luarocks.org/repositories/rocks
$ sudo luarocks install luaproc
[sudo] password for rena:
Error: No results matching query were found.
Am I doing something dumb or is something broken?
Are you trying to build for Lua 5.2 by any chance? It could be that
`luarocks search` doesn't take dependencies into account (and it
shouldn't except *maybe* the Lua version), while `luarocks install` does.
Philipp