Bug#751150: texlive-bin also FTBFS on x32

2014-06-18 Thread Thorsten Glaser
On Tue, 17 Jun 2014, Norbert Preining wrote: So, I am not sure if this is supported. But it definitely should *not* fail on native builds. Mh. It does fail on native m68k builds. Maybe there is an exclusion list it should be added to… or better, a whitelist of architectures for which luajit

Bug#751150: texlive-bin also FTBFS on x32

2014-06-18 Thread Norbert Preining
On Wed, 18 Jun 2014, Thorsten Glaser wrote: Mh. It does fail on native m68k builds. Maybe there is an exclusion What is the arch name (dpkg style)? list it should be added to… or better, a whitelist of architectures for which luajit *does* exist as it appears to be an unportable beast. Well,

Bug#751150: texlive-bin also FTBFS on x32

2014-06-18 Thread Daniel Schepler
On Wed, Jun 18, 2014 at 5:24 PM, Norbert Preining prein...@logic.at wrote: On Wed, 18 Jun 2014, Thorsten Glaser wrote: Mh. It does fail on native m68k builds. Maybe there is an exclusion What is the arch name (dpkg style)? I added x32 to LUAJIT_FAIL_ARCHS in debian/rules for my upload to

Bug#751150: texlive-bin also FTBFS on x32

2014-06-18 Thread Norbert Preining
On Wed, 18 Jun 2014, Daniel Schepler wrote: As I indicated earlier, x32 has special reasons why the luajittex configure might think it could build (as it's a variant of amd64 where I guess luajit builds). Yeah, I suppose so. I grokked it only now that x32 is different from x86 ;-) I apologize

Bug#751150: texlive-bin also FTBFS on x32

2014-06-16 Thread dschepler
I'm also getting a luajit related failure when I try to build texlive-bin on x32: ... gcc -DHAVE_CONFIG_H -I. -I../../../../libs/luajit/native -I../../../../libs/luajit/native/../LuaJIT-2.0.3/src -DLUAJIT_ENABLE_LUA52COMPAT `cat ../native_flags` -Wall -g -O2 -c -o

Bug#751150: texlive-bin also FTBFS on x32

2014-06-16 Thread Norbert Preining
On Mon, 16 Jun 2014, dschep...@gmail.com wrote: I'm also getting a luajit related failure when I try to build texlive-bin on x32: Which is cross building ... Try: make HOST_CC=gcc -m32 CROSS=... I guess for getting this to work the rules file has to be adapted to use --host=HOST

Bug#751150: texlive-bin also FTBFS on x32

2014-06-16 Thread Daniel Schepler
On Tuesday, June 17, 2014 12:48:06 PM Norbert Preining wrote: On Mon, 16 Jun 2014, dschep...@gmail.com wrote: I'm also getting a luajit related failure when I try to build texlive-bin on x32: Which is cross building ... Try: make HOST_CC=gcc -m32 CROSS=... I guess for getting this