From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27558 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt 2006.04.27 released Date: Fri, 28 Apr 2006 00:21:01 +0100 Message-ID: References: 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 1146180078 430 80.91.229.2 (27 Apr 2006 23:21:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 23:21:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 28 01:21: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 1FZFnN-0000sM-Ae for gctc-ntg-context-518@m.gmane.org; Fri, 28 Apr 2006 01:21:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A8D5E127BB; Fri, 28 Apr 2006 01:21:12 +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 07873-07; Fri, 28 Apr 2006 01:21:07 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9DD631279E; Fri, 28 Apr 2006 01:21:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B4AB11279E for ; Fri, 28 Apr 2006 01:21:04 +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 10613-02 for ; Fri, 28 Apr 2006 01:21:03 +0200 (CEST) Original-Received: from mraos.ra.phy.cam.ac.uk (mraos.ra.phy.cam.ac.uk [131.111.48.8]) by ronja.ntg.nl (Postfix) with SMTP id 6688112772 for ; Fri, 28 Apr 2006 01:21:03 +0200 (CEST) Original-Received: from skye.ra.phy.cam.ac.uk ([131.111.48.158] ident=mail) by mraos.ra.phy.cam.ac.uk with esmtp (Exim 4.43) id 1FZFnB-0004XC-Uk; Fri, 28 Apr 2006 00:21:01 +0100 Original-Received: from sanjoy by skye.ra.phy.cam.ac.uk with local (Exim 3.36 #1) id 1FZFnB-0001Gv-00; Fri, 28 Apr 2006 00:21:01 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: Your message of "Thu, 27 Apr 2006 15:16:42 PDT." 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:27558 Archived-At: >> indeed, so you have a mismatch (do a recursive delete of the fmt files) >> and remake again > cd ~/texmf && rm -r *.fmt && texexec --make && texexec --version Since that worked, the old formats must have been in ~/texmf itself (not in a subdirectory). Lucky! But if they are in a subdirectory, then "rm -r *.fmt" won't get rid of them. You'd instead want: cd ~/texmf && rm -f `find -name '*.fmt'` && etc. And it can be worse: my old ones were ~/.texmf-var/web2c/*.fmt -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.