From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54940 Path: news.gmane.org!not-for-mail From: "Bowen Alan C." Newsgroups: gmane.comp.tex.context Subject: Re: latest beta and file mismatch problem Date: Tue, 01 Dec 2009 14:58:59 -0500 Message-ID: References: <0555F108-805E-425F-ACD4-E854E29E8527@Princeton.edu> <6faad9f00912010740t2596cc3et9ba0d84e92525702@mail.gmail.com> <8F7D3938-42F7-4277-8DA3-4DDF1FC7B9CA@Princeton.EDU> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: multipart/mixed; boundary="===============0048643774==" X-Trace: ger.gmane.org 1259697572 1741 80.91.229.12 (1 Dec 2009 19:59:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 19:59:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 01 20:59:23 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1NFYsb-00065t-Ix for gctc-ntg-context-518@m.gmane.org; Tue, 01 Dec 2009 20:59:21 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A7930C9CBF; Tue, 1 Dec 2009 20:56:11 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0IOtbtoHGAWT; Tue, 1 Dec 2009 20:56:08 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4687DC9BD0; Tue, 1 Dec 2009 20:56:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 28644C9BD0 for ; Tue, 1 Dec 2009 20:56:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QUrQ8cbzlpef for ; Tue, 1 Dec 2009 20:56:03 +0100 (CET) Original-Received: from vms173001.mailsrvcs.net (vms173001pub.verizon.net [206.46.173.1]) by balder.ntg.nl (Postfix) with ESMTP id 4F292C9AAA for ; Tue, 1 Dec 2009 20:56:03 +0100 (CET) Original-Received: from w144173.wireless.ias.edu ([unknown] [192.16.204.74]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KTZ00D58OUCQ200@vms173001.mailsrvcs.net> for ntg-context@ntg.nl; Tue, 01 Dec 2009 13:59:01 -0600 (CST) In-reply-to: <8F7D3938-42F7-4277-8DA3-4DDF1FC7B9CA@Princeton.EDU> X-Mailer: Apple Mail (2.1077) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:54940 Archived-At: --===============0048643774== Content-type: multipart/alternative; boundary=Apple-Mail-1-69982166 --Apple-Mail-1-69982166 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 I should add that when my .bash_profile has . /Applications/ConTeXtMinimals/tex/setuptex = /Applications/ConTeXtMinimals/tex/ I cannot compile any file because of the mismatch between format and = base files. If I change my .bash_profile to . /Applications/ConTeXtMinimals/tex/setuptex = /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin as suggested in When you want to use context, you need to initialize the tree by typing: . /Applications/ConTeXtMinimals/tex/setuptex in your shell or add "/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin" to PATH variable if you want to set it permanently. This can usually be done in .bashrc, .bash_profile (or whatever file is used to initialize your shell). I get the error message =20 The argument "/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin" is not = a valid TEXROOT path. (There is no file = "/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/p= lain.tex") Alan 'On Dec 1, 2009, at 11;15,15 , Bowen Alan C. wrote: > Mojca (at last!)=97 >=20 > I see that I have two texexecs in my Minimals now: > one in > ConTeXtMinimals/tex/texmf-osx-intel/bin > the other in > ConTeXtMinimals/tex/texmf-osx-64/bin >=20 > Which one is the right one? >=20 > Alan >=20 >=20 > On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote: >=20 >> On Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote: >>> I have just installed the latest beta (minimals) and updated my >>> .bash_profile (as advised) so that it now reads: >>> . /Applications/ConTeXtMinimals/tex/setuptex >>> /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin >>=20 >> Why the second argument? (It's optional, but wrong in this case.) >>=20 >>> When I try to compile any file, I get: >>> FatalError : Your format does not match the base files! >>> FormatVersion : 2009.11.26 16:28 MKII >>> FilesVersion : 2009.12.01 00:14 >>> How do I fix this? (texexec --make --all did not do the trick.) >>=20 >> I suspect that you don't call the right texexec when you run it = (maybe >> you have another texexec in TeX Live?) >>=20 >> Mojca >> = __________________________________________________________________________= _________ >> If your question is of interest to others as well, please add an = entry to the Wiki! >>=20 >> maillist : ntg-context@ntg.nl / = http://www.ntg.nl/mailman/listinfo/ntg-context >> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net >> archive : http://foundry.supelec.fr/projects/contextrev/ >> wiki : http://contextgarden.net >> = __________________________________________________________________________= _________ >=20 > = __________________________________________________________________________= _________ > If your question is of interest to others as well, please add an entry = to the Wiki! >=20 > maillist : ntg-context@ntg.nl / = http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > = __________________________________________________________________________= _________ --Apple-Mail-1-69982166 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 I = should add that when my .bash_profile has
. = /Applications/ConTeXtMinimals/tex/setuptex = /Applications/ConTeXtMinimals/tex/
I cannot compile any file = because of the mismatch between format and base = files.

If I change my .bash_profile = to
. /Applications/ConTeXtMinimals/tex/setuptex = /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
as = suggested in
When you want to = use context, you need to initialize the tree by = typing:
  . = /Applications/ConTeXtMinimals/tex/setuptex
= in your shell or = add
  "/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin"
to PATH variable = if you want to set it permanently.
This can usually be done in .bashrc, = .bash_profile
(or whatever file is used to initialize your = shell).
I get the error message =  
The argument "/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin" = is not a valid TEXROOT path.
(There is no file = "/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/p= lain.tex")

Alan
'On Dec 1, 2009, at 11;15,15 , Bowen Alan C. = wrote:

Mojca (at = last!)=97

I see that I have two texexecs in my = Minimals now:
one = in
ConTeXtMinimals/tex/texmf-osx-intel/bin
the other = in
ConTeXtMinimals/tex/texmf-osx-64/bin

Which one is the right = one?

Alan


On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote:

On = Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote:
I have just installed the latest beta (minimals) and = updated my
.bash_profile (as = advised) so that it now reads:
.= /Applications/ConTeXtMinimals/tex/setuptex
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin

Why the second argument? (It's optional, but wrong in this = case.)

When I try to compile any file, = I get:
FatalError    =   : Your format does not match the base = files!
FormatVersion   : = 2009.11.26 16:28 MKII
FilesVersion    : 2009.12.01 = 00:14
How do I fix = this? (texexec --make --all did not do the = trick.)

I suspect that you don't call the right = texexec when you run it (maybe
you have another texexec in TeX = Live?)

Mojca
___________________________________________________= ________________________________
If your question is of interest to = others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/= mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive =  : http://foundry.sup= elec.fr/projects/contextrev/
wiki     : http://contextgarden.net
_______= __________________________________________________________________________= __

___________________________= ________________________________________________________
If your = question is of interest to others as well, please add an entry to the = Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/= mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive =  : http://foundry.sup= elec.fr/projects/contextrev/
wiki     : http://contextgarden.net
________= __________________________________________________________________________= _

= --Apple-Mail-1-69982166-- --===============0048643774== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0048643774==--