The URL of the manifest is now https://luarocks.org. If possible you should update the latest version of LuaRocks. If not you can override the default manifest URL with the server flag:
luarocks install penlight --local --server=https://luarocks.org Or adding a config file and specifying the default server there: > cat .luarocks/config.lua rocks_servers = { "https://luarocks.org", } On Thu, Oct 29, 2015 at 4:19 AM, jackson tim <[email protected]> wrote: > I use luarocks to install package with the command `luarocks install > penlight --local` but it complains > > Warning: Failed searching manifest: Failed fetching manifest for > https://rocks.moonscript.org - Failed downloading > https://rocks.moonscript.org/manifest > Warning: Failed searching manifest: Failed fetching manifest for > > https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/ > - Failed downloading > > https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/manifest > Warning: Failed searching manifest: Failed fetching manifest for > http://luafr.org/moonrocks/ - Failed downloading > http://luafr.org/moonrocks/manifest > Warning: Failed searching manifest: Failed fetching manifest for > http://luarocks.logiceditor.com/rocks - Failed downloading > http://luarocks.logiceditor.com/rocks/manifest > > Error: No results matching query were found. > > I find that mainifest file existed at > https://rocks.moonscript.org/manifest. > > How can I fix this error? > > Lua version 5.1 > LuaRocks version 2.2.0 > > Thanks > > > ------------------------------------------------------------------------------ > _______________________________________________ > Luarocks-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/luarocks-developers >
------------------------------------------------------------------------------
_______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
