Re: [NTG-context] Re: Installation problem

2004-06-22 Thread Hans Hagen
Patrick Gundlach wrote:
  TeX run : 1
warning: Could not open char translation file `cp8bit.tcx'.
This is pdfeTeX, Version 3.141592-1.11a-2.1 (Web2C 7.5.2)
kpathsea: Running mktexfmt cont-en.efmt
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2)
\write18 enabled.
%-line parsing enabled.
(/opt/texlive/8/texmf/web2c/cp8bit.tcx)
**
! End of file on the terminal... why?
running `pdfetex -ini   -jobname=cont-en -progname=context *cont-en.ini' ...
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2) (INITEX)
\write18 enabled.
%-line parsing enabled.
(/opt/texlive/8/texmf/web2c/cp8bit.tcx)
entering extended mode
(/opt/context/2004.6.21/texmf/tex/context/config/cont-en.ini{/opt/local/texmf/p
dftex/config/pdftex.cfg}
...
cp8bit is not found in the first line, but ok in the 7th. 

Do you have an idea what is going on?
 

maybe some interference with cont-en.ini; does
 texexec --make --alone
work ok?
it should not bark on the cp8bit (btw the latest version should use natural.tcx which is in the context distribution, cp8bit is flawed and not really 8 bit [straight in-out mapping is needed for instance for 
runtime xslt processign and such]; next year we can use -8bit 

(this whole 8 bit mess-up has been hauting me for years -)  

-
 Hans Hagen | PRAGMA ADE
 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Installation problem

2004-06-21 Thread Matt Gushee
On Mon, Jun 21, 2004 at 10:46:40AM +0200, Thomas A. Schmitz wrote:
 cont-en.efmt is a format file that ConTeXt need to run. In order for 
 this file to be built, run
 
 texexec --make en de nl

Yes, I knew about that, and had already created the en and nl formats
(since I don't work with German documents at all, I don't need de, do
I?).

Just as a side note, why would the shell think the format is supposed to
be a command? That makes me wonder if there is some incorrect quoting in
the Perl script.

On Mon, Jun 21, 2004 at 10:45:37AM +0200, Patrick Gundlach wrote:
 
  But what exactly is this 'cont-en'? 
 
 probably a hard link to pdftex or pdfetex.

Could be, but it's never been necessary in the past. As I mentioned, I
have two working ConTeXt installations with no such command.

teTeX 1.0.2
  * Note that teTeX comes with an old and not-properly-configured
version of ConTeXt. I unzipped the new package over that ...
 
 oh, bad thing ;-)

Yes, I suppose so.

Well, I've deleted all the old ConTeXt directories, reinstalled the new
version, copied the *.rme files to *.ini (or whatever they are supposed
to be ... I think), regenerated the 'en', 'nl', and 'metafun' formats,
and run texhash ... I'm still getting the same error.

I also ran a diff comparing the texmf.cnf from the new installation with
one from one of my working installation. The files are identical in
everything related to ConTeXt.

So, thank you both for your quick replies, but it looks like there's
some other problem.

BTW, this is a very new release of ConTeXt--June 16, according to the 
Pragma Web site. Has anyone used this version successfully?

-- 
Matt Gushee When a nation follows the Way,
Englewood, Colorado, USAHorses bear manure through
[EMAIL PROTECTED]   its fields;
http://www.havenrock.com/   When a nation ignores the Way,
Horses bear soldiers through
its streets.

--Lao Tzu (Peter Merel, trans.)
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Installation problem

2004-06-21 Thread Matt Gushee
On Mon, Jun 21, 2004 at 11:29:17AM +0200, Patrick Gundlach wrote:
 Hello,
 
  Well, I've deleted all the old ConTeXt directories, reinstalled the new
  version, copied the *.rme files to *.ini (or whatever they are supposed
  to be ... I think), regenerated the 'en', 'nl', and 'metafun' formats,
  and run texhash ... I'm still getting the same error.
 
 did you update texexec and texutil?

They are symlinks, so yes, unzipping the new archive updated them.

  BTW, this is a very new release of ConTeXt--June 16, according to the 
  Pragma Web site. Has anyone used this version successfully?
 
 The current beta is 2004.6.20 (see
 http://members.ping.de:8062/context/show/HomePage ;-)

Okay, tried that, no change.

I also tried creating /usr/bin/cont-en as a symlink to pdfetex and
pdftex (not at the same time, of course). The results were, well,
different:

First, with cont-en as a link to pdftex:

| [EMAIL PROTECTED]:/var/tmp$ texexec ut.tex 
| 
|  TeXExec 4.3 - ConTeXt / PRAGMA ADE 1997-2004
| 
| executable : pdfetex
| format : cont-en
|  inputfile : ut
| output : standard
|  interface : en
|   current mode : none
|TeX run : 1
| 
| This is pdfTeX, Version 3.14159-1.00a-pretest-2004-ojmw (Web2C 7.3.7)
| I can't find the format file `cont-en.fmt'!
| 
|return code : 256
|   run time : 1 seconds
| 
| total run time : 4 seconds

Can't find 'cont-en.fmt'? Well, that makes sense, doesn't it? Since, as
I understand it, ConTeXt normally uses pdfetex, which would need
cont-en.efmt. But it was worth a try.

So then I tried pdfetex:

| [EMAIL PROTECTED]:/var/tmp$ texexec ut.tex 
| 
|  TeXExec 4.3 - ConTeXt / PRAGMA ADE 1997-2004
| 
| executable : pdfetex
| format : cont-en
|  inputfile : ut
| output : standard
|  interface : en
|   current mode : none
|TeX run : 1
| 
| This is pdfeTeX, Version 3.14159-1.00a-pretest-2004-ojmw-2.1 (Web2C 7.3.7)
| This is pdfeTeX, Version 3.14159-1.00a-pretest-2004-ojmw-2.1 (Web2C 7.3.7)
| (/usr/share/texmf/web2c/natural.tcx)
| **
| ! End of file on the terminal... why?
| entering extended mode
| (./ut.tex
| Error: cont-en (file pdftex.cfg): cannot open config file
| 
|return code : 65280
|   run time : 3 seconds
| 
| total run time : 6 seconds

Hmm ... two questions here: what is the 'End of file on the terminal?'
Is that referring to natural.tcx (which comes from the ConTeXt
distribution)? And what about pdftex.cfg? Indeed, it doesn't exist. But
it doesn't exist on the machines where I have ConTeXt working, either.
So I don't know if either of the above results are meaningful.

Oh, by the way, the input file was this:

  \usetypescriptfile [type-utopia]
  \usetypescript [UtopiaFace]

  \showbodyfont [Utopia]

  \end

And yes, the typescript in question is available; both it and this test
file have worked for me on another machine.

-- 
Matt Gushee When a nation follows the Way,
Englewood, Colorado, USAHorses bear manure through
[EMAIL PROTECTED]   its fields;
http://www.havenrock.com/   When a nation ignores the Way,
Horses bear soldiers through
its streets.

--Lao Tzu (Peter Merel, trans.)
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Installation problem

2004-06-21 Thread Hans Hagen
Patrick Gundlach wrote:
Hi Matt,
I just came across the same error. I don't know why I didn't notice
before, but texexec seems to be 'broken'. Well, I don't know if it is
really broken, but it just does not to the same thing it used to. It
gives me same error as you get.
Using an old texexec works fine for me. I didn't look into this yet.
 

hm, maybe some bug due to changed as a result of the new tds and binaries; i'll upload my local latest -) 

Hans 

-
 Hans Hagen | PRAGMA ADE
 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Installation problem

2004-06-21 Thread Matt Gushee
On Mon, Jun 21, 2004 at 04:57:00PM +0200, Patrick Gundlach wrote:
 
 I just came across the same error. I don't know why I didn't notice
 before, but texexec seems to be 'broken'. Well, I don't know if it is
 really broken, but it just does not to the same thing it used to. It
 gives me same error as you get.
 
 Using an old texexec works fine for me. I didn't look into this yet.

Ah-ha! Nice to know I'm not crazy after all.

On Mon, Jun 21, 2004 at 05:11:44PM +0200, Hans Hagen wrote:

 hm, maybe some bug due to changed as a result of the new tds and binaries; 
 i'll upload my local latest -) 

Thanks to Hans and all!

-- 
Matt Gushee When a nation follows the Way,
Englewood, Colorado, USAHorses bear manure through
[EMAIL PROTECTED]   its fields;
http://www.havenrock.com/   When a nation ignores the Way,
Horses bear soldiers through
its streets.

--Lao Tzu (Peter Merel, trans.)
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context