From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52429 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: Context-minimal installation problem. Date: Tue, 18 Aug 2009 18:57:50 +0200 Message-ID: <5BE6163C-388B-46C5-97DA-8E43F8A172F7@uva.nl> References: <200908181215.03276.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============1926338168==" X-Trace: ger.gmane.org 1250614714 30130 80.91.229.12 (18 Aug 2009 16:58:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2009 16:58:34 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 18 18:58:17 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 1MdS0l-0004TM-Pp for gctc-ntg-context-518@m.gmane.org; Tue, 18 Aug 2009 18:58:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2BF4FC9AB7; Tue, 18 Aug 2009 18:58:15 +0200 (CEST) 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 IfEiX3kTgiE2; Tue, 18 Aug 2009 18:58:08 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C9EFCC9A97; Tue, 18 Aug 2009 18:58:08 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1EE1CC9A97 for ; Tue, 18 Aug 2009 18:58:07 +0200 (CEST) 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 F+6cX1f7tC1e for ; Tue, 18 Aug 2009 18:57:55 +0200 (CEST) Original-Received: from postduif.ic.uva.nl (postduif.ic.uva.nl [145.18.40.180]) by balder.ntg.nl (Postfix) with ESMTP id 521DCC9A92 for ; Tue, 18 Aug 2009 18:57:55 +0200 (CEST) Original-Received: from [192.168.178.21] (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by postduif.ic.uva.nl (8.13.1/8.13.1) with ESMTP id n7IGvpQb021921 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 18 Aug 2009 18:57:52 +0200 In-Reply-To: X-Mailer: Apple Mail (2.936) X-CanIt-Geo: ip=82.95.102.36; 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: auth (inherits from default) X-Canit-Stats-ID: Bayes signature not available X-Scanned-By: CanIt (www . roaringpenguin . com) on 145.18.40.180 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:52429 Archived-At: --===============1926338168== Content-Type: multipart/alternative; boundary=Apple-Mail-2--422952188 --Apple-Mail-2--422952188 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit This is the install script I am using. It might be a starting point for you: #!/bin/bash CONTEXTVERSION="beta" CONTEXTDIRECTORY=$HOME/TeX/context/$CONTEXTVERSION rm -R $CONTEXTDIRECTORY mkdir -p $CONTEXTDIRECTORY/tex cd $CONTEXTDIRECTORY ln -s $HOME/Library/texmf tex/texmf-local #cp -R $HOME/Library/texmf/* tex/texmf-local curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh sh ./first-setup.sh >first-setup.log cd tex echo "installation context $CONTEXTVERSION minimals done" Hans van der Meer On 18 aug 2009, at 18:55, luigi scarso wrote: > On Tue, Aug 18, 2009 at 6:15 PM, John > Culleton wrote: >> Tried to install context minimals including the steps >> mktexlsr >> texexec --make --all >> No errors at this point. But when I tried to run pdftex >> I get the error message >> I can't find the format file `pdftex.fmt!' > Did you source setuptex ? > > Under linux I do > . setuptext > in tex dir > > -- > luigi > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ --Apple-Mail-2--422952188 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
This is the = install script I am using. It might be a starting point for = you:
#!/bin/bash
CONTEXTVERSION=3D"beta"
CONTEXTDIRECTORY=3D$HOME/TeX/context/$CONTEXTVERSION
rm= -R $CONTEXTDIRECTORY
mkdir -p = $CONTEXTDIRECTORY/tex
cd $CONTEXTDIRECTORY
ln -s = $HOME/Library/texmf tex/texmf-local
#cp -R = $HOME/Library/texmf/* tex/texmf-local
sh = ./first-setup.sh >first-setup.log
cd tex
echo = "installation context $CONTEXTVERSION minimals = done"

Hans van der Meer



=

On 18 aug 2009, at 18:55, luigi scarso = wrote:

On Tue, Aug 18, 2009 at 6:15 PM, John Culleton<john@wexfordpress.com> = wrote:
Tried to install context minimals = including the steps
mktexlsr
texexec = --make --all
No errors at this = point.  But when I tried to run pdftex
I get the error message
I can't find the format file = `pdftex.fmt!'
Did you source setuptex ?

Under = linux I do
. setuptext
in tex dir

-- =
luigi
_____________________________________________________________= ______________________
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.s= upelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
________= __________________________________________________________________________= _

= --Apple-Mail-2--422952188-- --===============1926338168== 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 ___________________________________________________________________________________ --===============1926338168==--