lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On Mon, Jul 23, 2018 at 10:17 PM, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
>>>>> "Russell" == Russell Haley <russ.haley@gmail.com> writes:

 > On Fri, Jul 20, 2018 at 3:16 PM, Hisham <h@hisham.hm> wrote:
 >> Hello list,
 >>
 >> I am happy to announce LuaRocks 3.0.0, the new major release of
 >> LuaRocks, the Lua package manager

Makefile isn't respecting the convention of prefixing with $(DESTDIR)
for install, which is a huge pain for people trying to do ports or
packages.

 Russell> I'm still seeing an anomaly on FreeBSD where I have to run
 Russell> make twice. The build fails the first time and succeeds the
 Russell> second:

 Russell> /usr/local/bin/lua54: cannot open /src/bin/luarocks: No such file or
 Russell> directory

This is a symptom of the makefile requiring GNU Make, which defines
$(CURDIR), while BSD make does not.

--
Andrew.

Thanks for your help Andrew. I saw your comments on the port as well. I'll clean it up tonight. 

Russ