From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/51191 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: minimals missing etex? Date: Wed, 10 Jun 2009 22:16:30 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: multipart/mixed; boundary="===============0610798043==" X-Trace: ger.gmane.org 1244665051 30332 80.91.229.12 (10 Jun 2009 20:17:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 20:17:31 +0000 (UTC) To: NTG ConTeXt Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 10 22:17:28 2009 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 lo.gmane.org with esmtp (Exim 4.50) id 1MEUEh-0006E2-EN for gctc-ntg-context-518@m.gmane.org; Wed, 10 Jun 2009 22:17:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1A7A01FADC; Wed, 10 Jun 2009 22:17:27 +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 29130-09-2; Wed, 10 Jun 2009 22:16:45 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 667281FA41; Wed, 10 Jun 2009 22:16:45 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 913151FA41 for ; Wed, 10 Jun 2009 22:16:43 +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 04160-02-2 for ; Wed, 10 Jun 2009 22:16:36 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by ronja.ntg.nl (Postfix) with ESMTP id 006B81FA2B for ; Wed, 10 Jun 2009 22:16:35 +0200 (CEST) Original-Received: from pony.ic.uva.nl (pony.ic.uva.nl [145.18.40.181]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5) with ESMTP id n5AKGZUF008596 for ; Wed, 10 Jun 2009 22:16:35 +0200 Original-Received: from [192.168.178.21] (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by pony.ic.uva.nl (8.13.1/8.13.1) with ESMTP id n5AKGUru029932 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 10 Jun 2009 22:16:32 +0200 X-Mailer: Apple Mail (2.935.3) X-CanIt-Geo: ip=145.18.40.181; country=NL; region=07; city=Amsterdam; latitude=52.3500; longitude=4.9167; http://maps.google.com/maps?q=52.3500,4.9167&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 241013366 - 5318e0c1fbdd - 20090610 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-Scanned-By: CanIt (www . roaringpenguin . com) on 145.18.40.181 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:51191 Archived-At: --===============0610798043== Content-Type: multipart/alternative; boundary=Apple-Mail-14-69818561 --Apple-Mail-14-69818561 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit After loading context stable minimals with the following script: #!/bin/bash curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh mkdir tex ln -s $HOME/Library/texmf tex/texmf-local sh ./first-setup.sh --context=current >first-setup.log source ./tex/setuptex I get this message on ETEX in the call to first-setup.sh. ...hans/TeX/context/stable/tex/texmf-osx-ppc/bin/mtxrun:8707: attempt to concate nate a nil value (/Users/hans/TeX/context/stable/tex/texmf-context/tex/context/base/ cont-en.tex ( /Users/hans/TeX/context/stable/tex/texmf-context/tex/context/base/ context.tex SORRY CONTEXT NOW NEEDS ETEX ) ) Is there something wrong here? Hans van der Meer --Apple-Mail-14-69818561 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
After loading context = stable minimals with the following = script:

#!/bin/bash
mkdir = tex
ln -s $HOME/Library/texmf tex/texmf-local
sh = ./first-setup.sh --context=3Dcurrent = >first-setup.log
source = ./tex/setuptex

I get this message on ETEX in = the call = to first-setup.sh.

...hans/TeX/context= /stable/tex/texmf-osx-ppc/bin/mtxrun:8707: attempt to = concate
nate a nil = value
(/Users/hans/TeX/context/stable/tex/texmf-context/tex/cont= ext/base/cont-en.tex = (
/Users/hans/TeX/context/stable/tex/texmf-context/tex/context/b= ase/context.tex
SORRY CONTEXT NOW NEEDS ETEX
 ) = )

Is there something wrong = here?

Hans van der = Meer



=

= --Apple-Mail-14-69818561-- --===============0610798043== 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0610798043==--