From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28209 Path: news.gmane.org!not-for-mail From: gnwiii@gmail.com Newsgroups: gmane.comp.tex.context Subject: Re: Installation Problem Date: Thu, 25 May 2006 13:51:28 -0300 Message-ID: <22af238a0605250951k7e37fa7fr9f5d62edfa8a5572@mail.gmail.com> References: <7.0.1.0.0.20060525074806.01d202f0@3dsafety.com> 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 1148578071 13958 80.91.229.2 (25 May 2006 17:27:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 17:27:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu May 25 19:27:49 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 1FjJcb-0003JA-Ao for gctc-ntg-context-518@m.gmane.org; Thu, 25 May 2006 19:27:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D3516127DC; Thu, 25 May 2006 19:27:40 +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 11158-01; Thu, 25 May 2006 19:27:36 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D5550127D3; Thu, 25 May 2006 19:27:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 175BD127D3 for ; Thu, 25 May 2006 19:27: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 11028-07 for ; Thu, 25 May 2006 19:27:35 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by ronja.ntg.nl (Postfix) with SMTP id 56307127B0 for ; Thu, 25 May 2006 19:27:35 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id k40so2094875ugc for ; Thu, 25 May 2006 10:27:34 -0700 (PDT) Original-Received: by 10.67.124.1 with SMTP id b1mr750542ugn; Thu, 25 May 2006 09:51:28 -0700 (PDT) Original-Received: by 10.67.28.16 with HTTP; Thu, 25 May 2006 09:51:28 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <7.0.1.0.0.20060525074806.01d202f0@3dsafety.com> Content-Disposition: inline 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:28209 Archived-At: On 5/25/06, Neal Lester wrote: > At 05:20 AM 5/25/2006, you wrote: > >I don't get these sed errors using Fedora Core 4. I suspect these come > >from mktexlsr. I have: > >$ rpm -q sed > >sed-4.1.4-1 > >$ sed --version > >GNU sed version 4.1.4 > >$ which sed > >/bin/sed > > The problem was in mktexlsr. I am running sed 4.1.2, but that > apparently wasn't the problem. The problem was using the -a option > to unzip. When I refreshed mktexlsr from the archive without the -a > option (inadvertently) it worked fine. So now The '-a' option shouldn't hurt. I don't see any files flagged as "text" in the archives. $ mv tex/texmf-linux/bin/mktexlsr tex/texmf-linux/bin/mktexlsr.orig $ unzip -a linuxtex.zip tex/texmf-linux/bin/mktexlsr Archive: linuxtex.zip inflating: tex/texmf-linux/bin/mktexlsr [text] $ ls -l tex/texmf-linux/bin/mktexlsr tex/texmf-linux/bin/mktexlsr.orig -rw-r--r-- 1 gwhite bod 5310 May 18 15:15 tex/texmf-linux/bin/mktexlsr -rwxr-xr-x 1 gwhite bod 5310 May 18 15:15 tex/texmf-linux/bin/mktexlsr.orig so, permissions are lost, but: $ diff tex/texmf-linux/bin/mktexlsr tex/texmf-linux/bin/mktexlsr.orig 115,118c115,116 < && test "x`sed '1s/ < $//;1q' \"$db_file\"`" != "x$ls_R_magic" \ < && test "x`sed '1s/ < $//;1q' \"$db_file\"`" != "x$old_ls_R_magic"; then --- $//;1q' \"$db_file\"`" != "x$ls_R_magic" \ $//;1q' \"$db_file\"`" != "x$old_ls_R_magic"; then an embedded ^M in a sed rule is being munged. This should be changed to use '\r' in place of '^M'. > texexec --make en de nl > texexec --make metafun > > Both seem to run fine (output attached in a separate post). > > But when I try > > texexec -pdf temp > > I get: > > TeXExec | processing document 'temp' I see Taco has answered this. -- George N. White III Head of St. Margarets Bay, Nova Scotia