From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/42084 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: trouble starting context Date: Thu, 03 Jul 2008 11:18:54 +0200 Message-ID: <486C997E.4090503@elvenkind.com> References: <486B34C7.9000509@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215076875 2238 80.91.229.12 (3 Jul 2008 09:21:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2008 09:21:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 03 11:22:02 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KEL05-0007Is-FK for gctc-ntg-context-518@m.gmane.org; Thu, 03 Jul 2008 11:21:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA54C1FE4A; Thu, 3 Jul 2008 11:20:20 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06180-05-5; Thu, 3 Jul 2008 11:19:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C46011FE36; Thu, 3 Jul 2008 11:19:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 294BD1FE36 for ; Thu, 3 Jul 2008 11:19:37 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09527-02-4 for ; Thu, 3 Jul 2008 11:18:55 +0200 (CEST) Original-Received: from plane.elvenkind.com (elvenknd.xs4all.nl [82.95.203.226]) by ronja.ntg.nl (Postfix) with ESMTP id 94FE41FDF5 for ; Thu, 3 Jul 2008 11:18:54 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by plane.elvenkind.com (Postfix) with ESMTP id 2CFDE80416F1 for ; Thu, 3 Jul 2008 11:18:54 +0200 (CEST) User-Agent: Thunderbird 2.0.0.12 (X11/20080305) In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:42084 Archived-At: Jesse Alama wrote: > Taco Hoekwater writes: >> >> I have: >> >> LUAINPUTS=.;$TEXMF/tex/{context,plain/base,generic}//:$TEXMF/scripts/context/lua >> TEXMFSCRIPTS=.;$TEXMF/tex/{context,plain/base,generic,}//;$TEXMF/scripts/context// >> >> and I strongly suspect both are needed. After adjusting the value(s), >> you will have to rerun luatools --generate. > > I modified texmf.cnf to give these variables those values, but I still > get the same error, even after luatools --generate. Further > suggestions? Maybe $ env MPX_INPUT_TRACE=3 context ... will give some hint about what mtxrun is doing. > By the way, I initially modified the "local" texmf.cnf file > > texlive/2008/texmf.cnf > > rather than the "gloal" configuration file > > texlive/2008/texmf/web2c/texmf.cnf > > because the former file says that it should contain changes to the > latter: > > <---snip---> > % If you want to configure something to a value different then the one > % in texmf/web2c/texmf.cnf, just put the changed value here. > <---snip---> > > But I noticed that when I ran luatools --generate, it apparently ignored > this "local" texmf.cnf file; it read only the "global" texmf.cnf file. This seems to be a difference of opinion between luatools and kpathsea, (luatools should probably be adjusted to behave the same as kpathsea). > I inferred that from the output: > > LuaTools | error unable to locate texmfcnf.lua > LuaTools | loading /usr/local/texlive/2008/texmf/web2c/texmf.cnf > LuaTools | preparing configuration for /Users/alama/luatex-cache/context/79597d0cc507e8e510dd517f8850b2ca/trees/ae181585be5454a57ae25fb95c3ccbef.tma > LuaTools | saving configuration in /Users/alama/luatex-cache/context/79597d0cc507e8e510dd517f8850b2ca/trees/ae181585be5454a57ae25fb95c3ccbef.tma > LuaTools | compiling configuration to /Users/alama/luatex-cache/context/79597d0cc507e8e510dd517f8850b2ca/trees/ae181585be5454a57ae25fb95c3ccbef.tmc > ...etc. > > Thus I modified the "global" configuration file instead. By the way, > the variables LUAINPUTS and TEXMFSCRIPTS already had values: > > LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS > TEXMFSCRIPTS = $TEXMF/scripts/{$engine,$progname,}// > > But I overwrote those to give them the values you recommended, to no > avail, unfortunately. > > Jesse > Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________