From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28244 Path: news.gmane.org!not-for-mail From: Neal Lester Newsgroups: gmane.comp.tex.context Subject: Re: Stuck in texmfstart Date: Fri, 26 May 2006 11:30:40 -0700 Message-ID: <7.0.1.0.0.20060526112704.01d00560@3dsafety.com> References: <7.0.1.0.0.20060526091358.0113f130@3dsafety.com> <7.0.1.0.0.20060526094044.0113f558@3dsafety.com> <22af238a0605261038o35a50774tfd3e4a87aff016a3@mail.gmail.com> <22af238a0605261038o35a50774tfd3e4a87aff016a3@mail.gmail.co m> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1148669478 18492 80.91.229.2 (26 May 2006 18:51:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 May 2006 18:51:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri May 26 20:51:14 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FjhOs-0004H2-Bw for gctc-ntg-context-518@m.gmane.org; Fri, 26 May 2006 20:51:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 05AA4127FD; Fri, 26 May 2006 20:51:06 +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 04701-03; Fri, 26 May 2006 20:51:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5AC5C127B5; Fri, 26 May 2006 20:28:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DAAB8127B5 for ; Fri, 26 May 2006 20:28:32 +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 32234-07-3 for ; Fri, 26 May 2006 20:28:31 +0200 (CEST) Original-Received: from mail.mysafetyprogram.com (bdsl.66.15.178.251.gte.net [66.15.178.251]) by ronja.ntg.nl (Postfix) with SMTP id E7918127A0 for ; Fri, 26 May 2006 20:28:28 +0200 (CEST) Original-Received: from PUDGY.3dsafety.com (pudgy [192.168.1.40]) by mail.mysafetyprogram.com (Postfix) with ESMTP id 8648A39422E for ; Fri, 26 May 2006 11:28:27 -0700 (PDT) X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Original-To: mailing list for ConTeXt users In-Reply-To: <22af238a0605261038o35a50774tfd3e4a87aff016a3@mail.gmail.co m> Original-References: <7.0.1.0.0.20060526091358.0113f130@3dsafety.com> <7.0.1.0.0.20060526094044.0113f558@3dsafety.com> <22af238a0605261038o35a50774tfd3e4a87aff016a3@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:28244 Archived-At: At 10:38 AM 5/26/2006, you wrote: >On 5/26/06, Neal Lester wrote: > > At 09:17 AM 5/26/2006, you wrote: > > >This morning, when I try to run texexec, texmfstart gets stuck in the > > >loop at line 262. > > > > Placing > > > > puts f > > > > below line 266 ( f.gsub(...) do > > > > prints: > > > > $TEXROOT/texmf/{-local,}/web2c/texmf.cnf > > > > (over and over again) > >Mine doesn't seem to enter this loop -- nothing is printed. The >above line looks >like the entry from texsetup with an extra "/": > >set TEXMFCNF=%TEXPATH%texmf{-local,}/web2c What I did is copy setuptex to /etc/profile.d/setuptex.sh and then hard coded the value of TEXROOT in setuptex.sh instead of having the script set it from the command line argument. echo $TEXMFCNF prints $TEXROOT/texmf{-local,}/web2c Neal