Hi! I was trying to build Kepler but I was getting an unexpected error in Lua io.popen, used by LuaRocks, when installing the first Kepler dependency (coxpcall)
Error: LuaRocks 1.0.1 bug (please report at [email protected]). /usr/local/share/lua/5.1//luarocks/fs/unix.lua:195: 'popen' not supported stack traceback: [C]: in function 'popen' /usr/local/share/lua/5.1//luarocks/fs/unix.lua:195: in function 'dir' /usr/local/share/lua/5.1//luarocks/search.lua:136: in function 'disk_search' /usr/local/share/lua/5.1//luarocks/manif.lua:302: in function 'make_manifest' /usr/local/share/lua/5.1//luarocks/manif.lua:270: in function 'update_manifest' ... Then I noticed there was a error before, when installing Lua: cd lua-5.1.4 && patch -p1 < ../lua-5.1.4-easylua.diff /bin/sh: patch: not found make: ** [lua-5.1.4] Erro 127 But the script did not stop. It compiled Lua, LuaRocks and only failed when installing coxpcall. I would suggest to stop the installation at this point, because I think the error regarding "io.popen" will always happen when "patch" is not installed. After installing "patch" everything work fine :-) Sérgio ____________________________________________________________________________________ Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
