Re: luajit,lua52 uses the wrong lua abi

2016-11-03 Thread Juan Francisco Cantero Hurtado
On jueves, 3 de noviembre de 2016 12:14:55 (CET) Jonathan Gray wrote: > On Tue, Nov 01, 2016 at 07:30:10AM -0600, Aaron Bieber wrote: > > On Tue, Nov 1, 2016, at 06:23 AM, Jeremie Courreges-Anglas wrote: > > > Jonathan Gray writes: > > > > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courrege

Re: luajit,lua52 uses the wrong lua abi

2016-11-02 Thread Aaron Bieber
On Wed, Nov 2, 2016, at 07:14 PM, Jonathan Gray wrote: > On Tue, Nov 01, 2016 at 07:30:10AM -0600, Aaron Bieber wrote: > > > > > > On Tue, Nov 1, 2016, at 06:23 AM, Jeremie Courreges-Anglas wrote: > > > Jonathan Gray writes: > > > > > > > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Cour

Re: luajit,lua52 uses the wrong lua abi

2016-11-02 Thread Ted Unangst
Aaron Bieber wrote: > > On the other hand: > > - other OSes don't seem to enable it (granted, I only checked Debian and > > FreeBSD) > > - I didn't hear anyone step up to keep LUAJIT_ENABLE_LUA52COMPAT. :) > > > > I'd just kill it, unless you or abieber@ see value in keeping it. > > IIRC tedu@

Re: luajit,lua52 uses the wrong lua abi

2016-11-02 Thread Jonathan Gray
On Tue, Nov 01, 2016 at 07:30:10AM -0600, Aaron Bieber wrote: > > > On Tue, Nov 1, 2016, at 06:23 AM, Jeremie Courreges-Anglas wrote: > > Jonathan Gray writes: > > > > > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courreges-Anglas wrote: > > >> > > >> lua.port.mk doesn't automatically ad

Re: luajit,lua52 uses the wrong lua abi

2016-11-01 Thread Aaron Bieber
On Tue, Nov 1, 2016, at 06:23 AM, Jeremie Courreges-Anglas wrote: > Jonathan Gray writes: > > > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courreges-Anglas wrote: > >> > >> lua.port.mk doesn't automatically add lua52 and lua53 to FLAVORS any > >> more. So right now the ,lua52 package i

Re: luajit,lua52 uses the wrong lua abi

2016-11-01 Thread Jeremie Courreges-Anglas
Jonathan Gray writes: > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courreges-Anglas wrote: >> >> lua.port.mk doesn't automatically add lua52 and lua53 to FLAVORS any >> more. So right now the ,lua52 package is broken and I've removed it >> from lang/Makefile. Either it is decided to kee

Re: luajit,lua52 uses the wrong lua abi

2016-10-31 Thread Jonathan Gray
On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courreges-Anglas wrote: > > lua.port.mk doesn't automatically add lua52 and lua53 to FLAVORS any > more. So right now the ,lua52 package is broken and I've removed it > from lang/Makefile. Either it is decided to keep this FLAVOR (which > require

Re: luajit,lua52 uses the wrong lua abi

2016-10-31 Thread Jeremie Courreges-Anglas
lua.port.mk doesn't automatically add lua52 and lua53 to FLAVORS any more. So right now the ,lua52 package is broken and I've removed it from lang/Makefile. Either it is decided to keep this FLAVOR (which requires explicitely declaring it in the port Makefile) or the port can be cleaned up. I'd

Re: luajit,lua52 uses the wrong lua abi

2016-10-17 Thread Jonathan Gray
On Tue, Oct 18, 2016 at 09:16:22AM +1100, Jonathan Gray wrote: > On Tue, Apr 26, 2016 at 03:15:53PM +1000, Jonathan Gray wrote: > > If the bit32 compat lua module is built against lua 5.2 and used with > > luajit52 it fails with: > > > > $ luajit52 > > LuaJIT 2.0.4 -- Copyright (C) 2005-2015 Mik

Re: luajit,lua52 uses the wrong lua abi

2016-10-17 Thread Jonathan Gray
On Tue, Apr 26, 2016 at 03:15:53PM +1000, Jonathan Gray wrote: > If the bit32 compat lua module is built against lua 5.2 and used with > luajit52 it fails with: > > $ luajit52 > LuaJIT 2.0.4 -- Copyright (C) 2005-2015 Mike Pall. http://luajit.org/ > JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd

luajit,lua52 uses the wrong lua abi

2016-04-25 Thread Jonathan Gray
If the bit32 compat lua module is built against lua 5.2 and used with luajit52 it fails with: $ luajit52 LuaJIT 2.0.4 -- Copyright (C) 2005-2015 Mike Pall. http://luajit.org/ JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse > bit32 = require "bit32" luajit52:/usr/loca