From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44180 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Updating LuaTeX after MacTeX-TeXLive 2008 (again) Date: Sun, 21 Sep 2008 22:37:27 +0200 Message-ID: <6faad9f00809211337od93fbb8nbeb095482fecd178@mail.gmail.com> References: 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 1222029561 9327 80.91.229.12 (21 Sep 2008 20:39:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 20:39:21 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 21 22:40:18 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 1KhVj7-0006ry-IN for gctc-ntg-context-518@m.gmane.org; Sun, 21 Sep 2008 22:40:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F0D161FF56; Sun, 21 Sep 2008 22:39:10 +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 03307-02-5; Sun, 21 Sep 2008 22:38:07 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 255501FDE4; Sun, 21 Sep 2008 22:38:07 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2D061FDE4 for ; Sun, 21 Sep 2008 22:38:05 +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 03307-02-4 for ; Sun, 21 Sep 2008 22:37:29 +0200 (CEST) Original-Received: from mail-gx0-f16.google.com (mail-gx0-f16.google.com [209.85.217.16]) by ronja.ntg.nl (Postfix) with ESMTP id 0BD731FD1D for ; Sun, 21 Sep 2008 22:37:28 +0200 (CEST) Original-Received: by gxk9 with SMTP id 9so2429411gxk.2 for ; Sun, 21 Sep 2008 13:37:27 -0700 (PDT) Original-Received: by 10.151.38.12 with SMTP id q12mr6149786ybj.169.1222029447637; Sun, 21 Sep 2008 13:37:27 -0700 (PDT) Original-Received: by 10.150.137.7 with HTTP; Sun, 21 Sep 2008 13:37:27 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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:44180 Archived-At: On Sun, Sep 21, 2008 at 9:55 AM, Robert Blackstone wrote: > Hello Mojca, > > I seem to have run into the same or similar problems as Otared Kavian. > I followed the instructions on the ConTeXt wiki, but the command > > ''luatools --generate'' gives the error message: > 'LuaTools | error unable to identify cnf file > LuaTools | error unable to identify cnf file > LuaTools | no cnf files found (TEXMFCNF may not be set/known) > LuaTools | > LuaTools | runtime: 0.008 seconds', > > regardless of the directory from which I issue the command, and though there > is a 28 KB file texmf.cnf sitting in /usr/local/texlive/2008/texmf/web2c. This has been known before the TL freeze, but Hans and Taco were afraid to break other things if they upgraded ConTeXt. The issue only affects mkiv on MacTeX, but users of mkiv should update frequently anyway. > As you succeeded in updating ConTeXt, luatex binary and ConTeXt scripts > manually, could you please share the method with us. I for one am not > sufficiently trained in unix to go there all by myself. > > (I'm working on a G4 PowerBook under OSX-10.4.11) There are many different ways to do that. I use(d) the following (hopefully no typos): # update luatex - single line # you can also use osx-ppc instead of osx-universal # alternatively, use "/usr/local/texlive/2008/bin/universal-darwin" instead of "/usr/texbin" # on other platforms change accordingly rsync -av rsync://contextgarden.net/minimals/current/bin/luatex/osx-universal/bin/luatex /usr/texbin/ # update context - single line (you can also use beta instead of last current) rsync -av rsync://contextgarden.net/minimals/current/context/current/ /usr/local/texlive/2008/texmf-dist/ I have also created (but it's not really needed) /usr/local/texlive/2008/texmf/web2c/texmfcnf.lua with local conf = {} conf.TEXMFCACHE = "~/Library/Caches/luatex" return conf Of course you also need: mktexlsr texexec --make --all texexec --make --xtx --all luatools --generate context --make Mojca ___________________________________________________________________________________ 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 ___________________________________________________________________________________