ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Maurice Diamantini (dom) <mdiam@free.fr>
Subject: Yet Another Install Problem (contextlive)
Date: Thu, 2 Mar 2006 17:17:46 +0100	[thread overview]
Message-ID: <54879A5E-47AE-42A4-B419-3281BC9F5DD1@free.fr> (raw)
In-Reply-To: <43E5E101.7010809@elvenkind.com>


Bonjour à tous,

I trying to update my ConTeXt (and LateX) distribution.
I use an unix style environment either on Macosx (tiger) or various  
linux
plateforms.

I used ConTeXt from Texlive-2004 (osx or linux) and it worked well.
Also (on powerbook) I used Context from tetex3 and it worked well too
(and it is smaller).

Now, I'd like to upgrade my context environment to the last one
(before I need to!) and try to keep in sync with it.

I first try to install the texlive-2005 but fall into problems
with ConTeXt font (awithout using any any customized fonts!).
(I tried the GUTenberg scheme, the full scheme and even de Context  
scheme)

So I'm now trying the standolone ConTeXt distribution which I thought
should be a robust and easy to maintain solution.
I read the wiki at the page :
     http://wiki.contextgarden.net/ 
Linux_Installation#Minimal_ConTeXt_distribution
and some various email archive on this list

So what is the commands I use:

#################################################################
     v=20060215
     s=/usr/local/pack/tex/LOCAL/src
     p=/usr/local/pack/tex/context-$v

     cd $s
     wget http://mirror.contextgarden.net/context/install/linuxtex.zip
     wget http://mirror.contextgarden.net/context/install/macosxtex.zip
     wget http://mirror.contextgarden.net/context/install/justtex.zip

     mkdir $p
     cd $p

     # CAUTION : don't use "unzip -a" which break the "mktexlsr" script
     # (probably because of numerous regex)
     unzip -q $s/justtex.zip
     unzip -qu $s/linuxtex.zip  ;# -u for overloading some existing  
files
     unzip -qu $s/macosxtex.zip

     # size is about => 153M

     chmod a+x $p/tex/*/bin/*

     . tex/setuptex
     type -a mktexlsr texexec ;# to verify

     texexec --make --alone

Error !!
! pdfetex.pool doesn't match; tangle me again (or fix the path).

#################################################################

So, my question is: what am I doing wrong??
Are the above commands suposed to work as is?

Thank very much for any help

Maurice,

  reply	other threads:[~2006-03-02 16:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-05 11:26 New bib beta (release candidate) Taco Hoekwater
2006-03-02 16:17 ` Maurice Diamantini [this message]
2006-03-02 23:22   ` Yet Another Install Problem (contextlive) Hans Hagen
2006-03-03 10:28     ` Maurice Diamantini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54879A5E-47AE-42A4-B419-3281BC9F5DD1@free.fr \
    --to=mdiam@free.fr \
    --cc=Maurice.Diamantini@ensta.fr \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).