Closed saucisson closed 7 years ago
Hmm... I couldn't get that error. And opeth-core
is registered to luarocks:
(also I registered opeth-all
to luarocks a few ago)
$ luarocks search opeth
Search results:
===============
Rockspecs and source rocks:
---------------------------
opeth-all
0.0-1 (rockspec) - https://luarocks.org
0.0-1 (src) - https://luarocks.org
opeth-core
0.0-1 (rockspec) - https://luarocks.org
0.0-1 (src) - https://luarocks.org
opeth-lasm
0.0-1 (rockspec) - https://luarocks.org
0.0-1 (src) - https://luarocks.org
opeth-lvis
0.0-1 (rockspec) - https://luarocks.org
0.0-1 (src) - https://luarocks.org
opeth-moonstep
0.0-1 (rockspec) - https://luarocks.org
0.0-1 (src) - https://luarocks.org
opeth-opeth
0.0-1 (rockspec) - https://luarocks.org
0.0-1 (src) - https://luarocks.org
I found a typo in opeth-lvis
rockspec and corrected, so when reflected to luarocks.org try again.
My fault: i was trying with a luarocks installed for Lua < 5.3.
But all the rockspecs do not specify a Lua version: some say lua >= 5.3
while others do not state anything.
Oh, you can say that again. This constraint must be added.
Added constarint lua >= 5.3
to core rockspeck.
Sorry for too late to fix it.
When trying to install
opeth
via luarocks, i get the following error:It seems that
opeth-core
is not released.