From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41743 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: mtxrun Date: Wed, 18 Jun 2008 10:12:58 +0200 Message-ID: <35487094-D1AA-4831-8F6E-FD5CA7E5FD09@uva.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213777051 9388 80.91.229.12 (18 Jun 2008 08:17:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 08:17:31 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 18 10:18:14 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 1K8srr-0002jN-G6 for gctc-ntg-context-518@m.gmane.org; Wed, 18 Jun 2008 10:18:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D9E661FD60; Wed, 18 Jun 2008 10:17:12 +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 27168-05; Wed, 18 Jun 2008 10:16:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 589C11FC84; Wed, 18 Jun 2008 10:16:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 120581FB89 for ; Wed, 18 Jun 2008 10:16:16 +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 27831-01-4 for ; Wed, 18 Jun 2008 10:15:36 +0200 (CEST) Original-Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by ronja.ntg.nl (Postfix) with ESMTP id 16C4D1FC84 for ; Wed, 18 Jun 2008 10:15:35 +0200 (CEST) Original-Received: from Mindolluin.lan (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id m5I8FUqt032843 for ; Wed, 18 Jun 2008 10:15:35 +0200 (CEST) (envelope-from H.vanderMeer@uva.nl) In-Reply-To: X-Mailer: Apple Mail (2.924) X-Virus-Scanned: by XS4ALL Virus Scanner 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:41743 Archived-At: On 17 jun 2008, at 21:47, Aditya Mahajan wrote: > On Tue, 17 Jun 2008, Hans van der Meer wrote: > >> Following the article "The luafication of TeX and Context" in the >> recent issue of the NTG-MAPS I tried the example given: >> mtxrun --script fonts >> and this should return the options list for this script. >> However, I get: >> 101 ~: mtxrun --script fonts >> cannot open : No such file or directory >> While otherwise a bare mtxrun returns info and thus was found as a >> runnable script: >> 102 ~: mtxrun >> MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT >> MtxRun | --script run an mtx script >> In my .bashrc I had the lua scripts in the path: >> 103 ~: echo $PATH >> ..:/usr/local/texlive/texmf-context/scripts/context/lua/:.. >> And I had called luatools --generate to make the database plus I made >> certain the script has execute permissions: >> /usr/local/texlive/texmf-context/scripts/context/lua/mtx-fonts.lua - >> rwxr-xr-x >> >> What is wrong or what I am doing wrong? > > With old (almost 6-8 months ago) mtxrun, I had to set LUAINPUTS to get > mtxrun --script to work. Now it works without the LUAINPUTS > variable. I > don't remember when the change happened. > > Your mtxrun says version 1.0.2, mine says 1.1.0. So, try with the > LUAINPUTS variable, or try mtxrun --selfupdate. That is strange. I have the context distribution from 2008-05-21 and in it mtxrun.lua has the line: banner = "version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT". Is version 1.1.0 in an experimental version? (I keep away from beta versions, fearing something will break at the wrong moment -- surely one of Murphy's law will take over at a time when one cannot afford it ;-) I did 'mtxrun --selfupdate', as Hans Hagen suggested, but no change. Also I have a path variable LUAINPUTS to no avail: 103 ~: echo $LUAINPUTS /usr/local/texlive/texmf-context/scripts/context/lua Running 'luatools --generate' makes no difference. Taco Hoekwater suggested the culprit might be msdos line-endings, but I don't have these. Could it be the directory structure in my setup? /usr/local/texlive/2007/bin/powerpc-darwin/mtxrun (symlink with 'ln -s') /usr/local/texlive/texmf-context/scripts/context/lua/mtx-*.lua So, I am still stuck with "cannot open : No such file or directory." on calling 'mtxrun --script fonts' etc. The most strange of all is that 'mtxrun --script cache' and all the others do give me the list op options on the cache script. (mtx- web.lua being absent in the distribution). So only script fonts seems to have something wrong. Hans van der Meer ___________________________________________________________________________________ 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 ___________________________________________________________________________________