pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51338: TeX not usable on platforms not supported by JIT-LuaTeX
The following reply was made to PR pkg/51338; it has been noted by GNATS.
From: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/51338: TeX not usable on platforms not supported by
JIT-LuaTeX
Date: Thu, 14 Jul 2016 09:20:40 +1200
This is a multi-part message in MIME format.
--------------8E4F662E94B8668B0275BA0F
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
On 14/07/16 02:10, joern.clausen%uni-bielefeld.de@localhost wrote:
> As far as I understood the discussions and patches during the recent weeks, all JIT features of LuaTeX have been disabled. Unfortunately, the configure script of print/luatex still fails fatally on Sparc (and probably other exotic platforms) with
>
> configure: error: Sorry, can not preprocess <lj_arch.h>
>
> which means that all depending TeX packages can't be build.
Try this patch. Seems that --disable-mf isn't enough to stop building
mfluajit, which is what was pulling in the luajit build.
cheers
mark
--------------8E4F662E94B8668B0275BA0F
Content-Type: text/plain; charset=UTF-8;
name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="diff"
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/luatex/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- Makefile 9 Jul 2016 06:38:51 -0000 1.51
+++ Makefile 13 Jul 2016 21:17:55 -0000
@@ -24,7 +24,7 @@
CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \
--enable-luatex --disable-mf --disable-mf-nowin \
--with-x=no \
- --disable-luajittex \
+ --disable-luajittex --disable-mfluajit \
--disable-mp --disable-pmp --disable-upmp \
--disable-ptex --disable-eptex --disable-uptex --disable-euptex \
--disable-web-progs \
@@ -51,7 +51,7 @@
--with-gmp-libdir=${BUILDLINK_PREFIX.gmp}/lib
CONFIGURE_DIRS= libs/lua52
-CONFIGURE_DIRS+= libs/luajit
+#CONFIGURE_DIRS+= libs/luajit
CONFIGURE_DIRS+= texk/web2c
INSTALLATION_DIRS+= bin lib
--------------8E4F662E94B8668B0275BA0F--
Home |
Main Index |
Thread Index |
Old Index