From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41750 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: mtxrun Date: Wed, 18 Jun 2008 13:54:10 +0200 Message-ID: <4858F762.4070702@elvenkind.com> References: <35487094-D1AA-4831-8F6E-FD5CA7E5FD09@uva.nl> 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 1213790535 23461 80.91.229.12 (18 Jun 2008 12:02:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 12:02:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 18 14:02:59 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 1K8wMs-0004O8-A6 for gctc-ntg-context-518@m.gmane.org; Wed, 18 Jun 2008 14:02:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 03BF11FC1A; Wed, 18 Jun 2008 14:01:36 +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 16067-02-28; Wed, 18 Jun 2008 14:00:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BED831FCD9; Wed, 18 Jun 2008 13:56:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC4DC1FCD9 for ; Wed, 18 Jun 2008 13:56:35 +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 17785-02-5 for ; Wed, 18 Jun 2008 13:55:51 +0200 (CEST) Original-Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by ronja.ntg.nl (Postfix) with ESMTP id A6D4F1FD8C for ; Wed, 18 Jun 2008 13:54:14 +0200 (CEST) Original-Received: from [10.10.0.6] (boo.demon.nl [82.161.175.147]) (authenticated bits=0) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id m5IBs9GW015655 for ; Wed, 18 Jun 2008 13:54:14 +0200 (CEST) (envelope-from taco@elvenkind.com) User-Agent: Thunderbird 1.5.0.10 (X11/20070305) In-Reply-To: <35487094-D1AA-4831-8F6E-FD5CA7E5FD09@uva.nl> 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:41750 Archived-At: Hi Hans, Hans van der Meer wrote: > > So, I am still stuck with > "cannot open : No such file or directory." > on calling 'mtxrun --script fonts' etc. I should have tried this myself instead of attempting to guess. :-( The problem is this line in mtx-fonts.lua: dofile(input.find_file("font-syn.lua")) input.find_file fails to find the file and then dofile gives the empty error message. The standalone command luatools failed to find the file, even though it is actually there. After a little experiment, the problem seems to be that discovering of .lua files is controlled by the TEXMFSCRIPTS variable (so *not* LUAINPUTS). I've adjusted my texmf.cnf so that it now contains TEXMFSCRIPTS = .;$TEXMF/scripts/context//;$TEXMF/tex/context/base and suddenly all is well again. I think this is a side-effect of recent change in the file discovery api. Hans? 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 ___________________________________________________________________________________