From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18162 Path: main.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: permissions in texmf/scripts/context/* Date: Tue, 08 Feb 2005 13:03:35 +0100 Message-ID: <4208AA97.80705@seznam.cz> References: <5400d781c3694a8f4cdf8aa0fd8203a3@uni-bonn.de> <420697E4.9070206@wxs.nl> <42079827.7070508@seznam.cz> <42079B96.6070209@wxs.nl> <420873CB.7070809@seznam.cz> <4208846D.20803@wxs.nl> <42089013.8010206@seznam.cz> <42089F5A.30706@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107864195 3774 80.91.229.2 (8 Feb 2005 12:03:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2005 12:03:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 08 13:03:15 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1CyU3j-0005Ly-1D for gctc-ntg-context-518@m.gmane.org; Tue, 08 Feb 2005 13:01:51 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30F99127FD; Tue, 8 Feb 2005 13:02:57 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01506-07; Tue, 8 Feb 2005 13:02:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B6562127ED; Tue, 8 Feb 2005 13:02:54 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 65CFA127ED for ; Tue, 8 Feb 2005 13:02:53 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01385-06 for ; Tue, 8 Feb 2005 13:02:52 +0100 (CET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 7C47C127DE for ; Tue, 8 Feb 2005 13:02:52 +0100 (CET) Original-Received: (qmail 15654 invoked from network); 8 Feb 2005 12:02:51 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@82.142.74.35) by smtp.seznam.cz with SMTP; 8 Feb 2005 12:02:51 -0000 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <42089F5A.30706@wxs.nl> X-Antivirus: avast! (VPS 0505-0, 31.01.2005), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18162 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18162 Hans Hagen wrote: > Vit Zyka wrote: > >> Can't locate strict.pm in @INC (@INC contains: .) at >> c:/TeXLive/texmf-experim/sc >> ripts/context/perl/texexec.pl line 35. >> BEGIN failed--compilation aborted at >> c:/TeXLive/texmf-experim/scripts/context/pe >> rl/texexec.pl line 35. > > can you update your perl installation? strict.pm should be in there I think the problem is not in absence of strict.pm in my (not so old - summer 04) Perl distr. It is present in lib/strict.pm I can use strict in my scripts as well ;-) Problem occures when I run perl via texmfstart. And since it is exe on win I do not known how and with which environment is the Perl called inside. More over, you are using strict in texexec.pl atc., and both it works well: texexec.exe file.tex perl texexec.pl file.tex VZ