I'm getting the following output running luarocks make

Missing dependencies for tintwebservice:
> loadkit
>
> Using http://www.luarocks.org/repositories/rocks/loadkit-1.0.0-1.src.rock...
> switching to 'build' mode
> Updating manifest for /usr/local/lib/luarocks/rocks
>
> loadkit 1.0.0-1 is now built and installed in /usr/local (license: MIT)
>
> Error: LuaRocks 2.1.2 bug (please report at
> [email protected]).
> /usr/local/share/lua/5.1/luarocks/build/builtin.lua:200: bad argument #1
> to 'pairs' (table expected, got nil)
> stack traceback:
>     [C]: in function 'pairs'
>     /usr/local/share/lua/5.1/luarocks/build/builtin.lua:200: in function
> 'run'
>     /usr/local/share/lua/5.1/luarocks/build.lua:232: in function
> 'build_rockspec'
>     /usr/local/share/lua/5.1/luarocks/make.lua:77: in function
> </usr/local/share/lua/5.1/luarocks/make.lua:45>
>     (tail call): ?
>     [C]: in function 'xpcall'
>     /usr/local/share/lua/5.1/luarocks/command_line.lua:189: in function
> 'run_command'
>     /usr/local/bin/luarocks:28: in main chunk
>     [C]: ?
>
>
This is my current rockspec file.

package = "TintWebService"
> version = "1.0-1"
> source = {
>    url = "..." -- We don't have one yet
> }
> description = {
>    summary = "An example for the LuaRocks tutorial.",
>    detailed = [[
>       This is an example for the LuaRocks tutorial.
>       Here we would put a detailed, typically
>       paragraph-long description.
>    ]],
>    homepage = "http://...";, -- We don't have one yet
>    license = "MIT/X11" -- or whatever you like
> }
> dependencies = {
>    "lua ~> 5.1",
>    "etlua",
>    "loadkit"
>
>    -- If you depend on other rocks, add them here
> }
> build = {
>   type = "builtin"
>    -- We'll start here.
> }
>

Thanks,
          Joe
------------------------------------------------------------------------------
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to