On Tue, 14 Aug 2007 15:27:05 +0200
Taco Hoekwater
hat version of the dejavu fonts do you use, exactly? These fonts are a little rough around the edges as well as being in active delopment, so it is a hard target to test against. Over here, all of the fonts in release 2.19 them worked ok in luatex 0.10.2 (on linux)
I use release 2.19 too and luatex 0.10.2 on linux too. # luatex -v This is luaTeX, Version 3.141592-beta-0.10.2-2007081408 LuaTeX merges and builds upon (parts of) the code from these projects: . . . Compiled with libpng 1.2.15; using libpng 1.2.15 Compiled with zlib 1.2.3; using zlib 1.2.3 Compiled with xpdf version 3.01 This simple code: % ---- \starttext \font\test=dejavusans*default \test Hello \stoptext % ---- processed by "texexec --luatex pokus2.tex" ends without anything useful. This is the output: TeXExec | processing document 'pokus2.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file pokus2.top TeXExec | using randomseed 743 TeXExec | tex engine: luatex TeXExec | tex format: cont-en This is luaTeX, Version 3.141592-beta-0.10.2-2007081408 (Web2C 7.5.6) (./pokus2.tex ConTeXt ver: 2007.08.08 14:35 MKIV fmt: 2007.8.14 int: english/english language : language en is active system : cont-new loaded (/usr/local/context/tex/texmf-local/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (/usr/local/context/tex/texmf-local/tex/context/base/cont-new.mkiv) (/usr/local/context/tex/texmf-local/tex/context/base/cont-mtx.tex)) system : cont-old loaded (/usr/local/context/tex/texmf-local/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (/usr/local/context/tex/texmf-local/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys loaded (/usr/local/context/tex/texmf-local/tex/context/user/cont-sys.tex) bodyfont : 12pt rm is loaded language : patterns nl->default:default->1->2:3 fr->default:default->2->2:3 de->default:default->3->2:3 it->default:default->4->2:3 pt->default:default->5->2:3 hr->default:default->6->2:3 pl->default:default->7->2:3 cz->default:default->8->2:3 sk->default:default->9->2:3 sl->default:default->10->2:3 ru->default:default->12->2:3 en->default:default->13->2:3 uk->default:default->14->2:3 us->default:default->[13]->2:3 agr->default:default->15->2:3 da->default:default->16->2:3 sv->default:default->17->2:3 af->default:default->[1]->2:3 no->default:default->18->2:3 deo->default:default->19->2:3 es->default:default->20->2:3 ca->default:default->21->2:3 la->default:default->22->2:3 ro->default:default->23->2:3 tr->default:default->24->2:3 fi->default:default->26->2:3 hu->default:default->27->2:3 loaded specials : tex,postscript,rokicki loaded system : pokus2.top loaded (./pokus2.top specials : loading definition file tpd (/usr/local/context/tex/texmf-local/tex/context/base/spec-tpd.tex specials : loading definition file fdf (/usr/local/context/tex/texmf-local/tex/context/base/spec-fdf.tex (/usr/local/context/tex/texmf-local/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded ) specials : fdf,tpd loaded ) (./pokus2.tuo) (./pokus2.tuo) systems : begin file pokus2 at line 3 LuaTools | running command: luatex --fmt="/tmp/luatex-cache/context/d41b0d1caeb97e3062158db2245649d2/formats/cont-en" --lua="/tmp/luatex-cache/context/d41b0d1caeb97e3062158db2245649d2/formats/cont-en.lua" "pokus2.tex" LuaTools | LuaTools | runtime: 0.04 seconds TeXUtil | parsing file pokus2.tui TeXUtil | shortcuts : 0 TeXUtil | expansions: 0 TeXUtil | reductions: 0 TeXUtil | divisions : 0 TeXUtil | loaded files: 0 TeXUtil | temporary files: 0 TeXUtil | commands: 0 TeXUtil | programs: 0 TeXUtil | tuo file saved TeXExec | renaming pokus2.tua into pokus2.tuc TeXExec | runtime: 3.116736 I tried to run: luatex --fmt="/tmp/luatex-cache/context/d41b0d1caeb97e3062158db2245649d2/formats/cont-en" --lua="/tmp/luatex-cache/context/d41b0d1caeb97e3062158db2245649d2/formats/cont-en.lua" "pokus2.tex" That ends with "Segmentation fault", what is probably the point. I tried to recompile luatex double checking that no CFLAGS are set, but got the same result. ...but if nobody except me uses dejavu fonts or have these troubles, I can choose other fonts. There are probably more crucial things to bother about. Anyway, thanks for interest. ZS