From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10327 Path: main.gmane.org!not-for-mail From: Simon Pepping Newsgroups: gmane.comp.tex.context Subject: Re: Installation Problem: "sh: cont-en: command not found" Date: Tue, 14 Jan 2003 20:46:25 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030114194625.GC868@scaprea> References: <20030114022530.143d8ae6.grosso@mail.ru> <20030113214214.GC2454@scaprea> <20030114120204.42f6e05b.grosso@mail.ru> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042573860 29380 80.91.224.249 (14 Jan 2003 19:51:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2003 19:51:00 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18YX5O-0007dc-00 for ; Tue, 14 Jan 2003 20:50:58 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D049510B0F; Tue, 14 Jan 2003 20:52:15 +0100 (MET) Original-Received: from hgatenl.hobby.nl (ns.hobby.nl [212.72.224.8]) by ref.ntg.nl (Postfix) with ESMTP id B658610B08 for ; Tue, 14 Jan 2003 20:51:00 +0100 (MET) Original-Received: from hgatenl.hobby.nl (localhost [127.0.0.1]) by hgatenl.hobby.nl (8.12.5/8.12.2) with ESMTP id h0EJouEx099833 for ; Tue, 14 Jan 2003 20:50:56 +0100 (CET) (envelope-from spepping@scaprea.hobby.nl) Original-Received: (from uucp@localhost) by hgatenl.hobby.nl (8.12.5/8.12.2/Submit) with UUCP id h0EJouBf099832 for ntg-context@ntg.nl; Tue, 14 Jan 2003 20:50:56 +0100 (CET) Original-Received: from simon by scaprea.salix.nl with local (Exim 3.35 #1 (Debian)) id 18YX0z-0000S8-00; Tue, 14 Jan 2003 20:46:25 +0100 Original-To: ntg-context@ntg.nl Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: <20030114120204.42f6e05b.grosso@mail.ru> User-Agent: Mutt/1.3.28i Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10327 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10327 On Tue, Jan 14, 2003 at 12:02:04PM +0800, Pavel Stupin wrote: > On Mon, 13 Jan 2003 22:42:14 +0100 > Simon Pepping wrote: > > > It is small: > > > > #!/bin/sh > > test -f "`kpsewhich cont-en.efmt`" || fmtutil --byfmt cont-en > > exec pdfetex -efmt=cont-en -progname=context "$@" > > > > > Well, running ConTeXt this way _works_. Thank you. > However, I'm just curious why texexec fails. Your error message was: sh: cont-en: command not found This means that texexec.pl asks the shell to execute the command cont-en, and then the shell fails because it cannot find cont-en. So it is not a failure of texexec, but the absence of cont-en that is the problem. Or if cont-en exists, it is not in your path or not executable. Regards, Simon -- Simon Pepping email: spepping@scaprea.hobby.nl