On 19 April 2013 03:53, Philipp Janda <siffie...@gmx.net> wrote: > Am 18.04.2013 23:26 schröbte Hisham: >> >> Perhaps this fixes the problem François Perrad was having with his rockspec! > > Yes and no. He definitely hits the bug with one of his patches, but > first you need to change > luarocks/tools/patch.lua:298 > local match = line:match("^--- ([^\t ]+)") > to > local match = line:match("^%-%-%- ([^\t\r\n ]+)") > > and luarocks/tools/patch.lua:332 > local re_filename = "^%+%+%+ ([^ \t]+)" > to > local re_filename = "^%+%+%+ ([^ \t\r\n]+)"
Thank you, I pushed those fixes now. > (or he needs to change his diff flags ...). > > With those modifications it compiles and installs fine for me, but I > haven't actually tested the library. > > There still is a problem with his rockspec: It doesn't use > YAML_INCDIR/YAML_LIBDIR when building ... Well noted! Thanks, -- Hisham http://hisham.hm/ ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers