ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with new cont-tmf
@ 2005-06-07 11:55 François Fasoli
  2005-06-07 12:31 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: François Fasoli @ 2005-06-07 11:55 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1508 bytes --]

I have a problem with new cont-tmf :
When I run old texexec --version I obtain the following and ConteXt runs very well

 TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005

               texexec : TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005
               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
                   tex : pdfeTeXk, 3.141592-1.20a-2.2 (Web2c 7.5.3)
               context : ver: 2005.01.31
               cont-en : ver: 2005.01.31  fmt: 2005.3.29  mes: english
               cont-cz : ver: 2005.01.31  fmt: 2005.3.29  mes: english
               cont-de : ver: 2005.01.31  fmt: 2005.3.29  mes: english
               cont-it : ver: 2005.01.31  fmt: 2005.3.29  mes: english
               cont-nl : ver: 2005.01.31  fmt: 2005.3.29  mes: english
               cont-ro : ver: 2005.01.31  fmt: 2005.3.29  mes: english
               cont-uk : ver: 2005.01.31  fmt: 2005.3.29  mes: english

        total run time : 3 seconds

After downloading new cont-tmf in texmf-dist I have the following result :

Can't locate File/Temp.pm in @INC (@INC contains: C:\MesPGM\TeXLive\xemtex\perl\
lib C:\MesPGM\TeXLive\xemtex\perl\site\lib .) at c:/MesPGM/TeXLive/texmf-dist/sc
ripts/context/perl/texexec.pl line 53.
BEGIN failed--compilation aborted at c:/MesPGM/TeXLive/texmf-dist/scripts/contex
t/perl/texexec.pl line 53.

I have the same result with texexec --make --language=en

I have a Windows XP system and TexLive 7

What is the problem ?

Thanks.

[-- Attachment #1.2: Type: text/html, Size: 3352 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with new cont-tmf
  2005-06-07 11:55 Problem with new cont-tmf François Fasoli
@ 2005-06-07 12:31 ` Taco Hoekwater
  2005-06-07 12:42   ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2005-06-07 12:31 UTC (permalink / raw)



Perl cannot find the File::Temp module. Since this is a core
module, it should have been present in the installation
already, probably as:

   C:\MesPGM\TeXLive\xemtex\perl\lib\File\Temp.pm

Double-check your perl, because it is broken.

Taco

François Fasoli wrote:
>  
> Can't locate File/Temp.pm in @INC (@INC contains: 
> C:\MesPGM\TeXLive\xemtex\perl\
> lib C:\MesPGM\TeXLive\xemtex\perl\site\lib .) at 
> c:/MesPGM/TeXLive/texmf-dist/sc
> ripts/context/perl/texexec.pl line 53.
> BEGIN failed--compilation aborted at 
> c:/MesPGM/TeXLive/texmf-dist/scripts/contex
> t/perl/texexec.pl line 53.
>  
> I have the same result with texexec --make --language=en
>  
> I have a Windows XP system and TexLive 7
>  
> What is the problem ?
>  
> Thanks.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with new cont-tmf
  2005-06-07 12:31 ` Taco Hoekwater
@ 2005-06-07 12:42   ` Taco Hoekwater
  2005-06-07 17:36     ` François Fasoli
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2005-06-07 12:42 UTC (permalink / raw)



Or .. you could comment out (add a hash mark in column one of) just
three lines in texexec.pl:

53:   use File::Temp;
2432: my $dir = File::Temp::tempdir(CLEANUP=>1) ;
2433: my ($fh, $filename) = File::Temp::tempfile(DIR=>$dir, UNLINK=>1);

(that is harmless, but your perl installation would remain broken)

Taco

Taco Hoekwater wrote:
> 
> Perl cannot find the File::Temp module. Since this is a core
> module, it should have been present in the installation
> already, probably as:
> 
>   C:\MesPGM\TeXLive\xemtex\perl\lib\File\Temp.pm
> 
> Double-check your perl, because it is broken.
> 
> Taco
> 
> François Fasoli wrote:
> 
>>  
>> Can't locate File/Temp.pm in @INC (@INC contains: 
>> C:\MesPGM\TeXLive\xemtex\perl\
>> lib C:\MesPGM\TeXLive\xemtex\perl\site\lib .) at 
>> c:/MesPGM/TeXLive/texmf-dist/sc
>> ripts/context/perl/texexec.pl line 53.
>> BEGIN failed--compilation aborted at 
>> c:/MesPGM/TeXLive/texmf-dist/scripts/contex
>> t/perl/texexec.pl line 53.
>>  
>> I have the same result with texexec --make --language=en
>>  
>> I have a Windows XP system and TexLive 7
>>  
>> What is the problem ?
>>  
>> Thanks.
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with new cont-tmf
  2005-06-07 12:42   ` Taco Hoekwater
@ 2005-06-07 17:36     ` François Fasoli
  2005-06-07 17:53       ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: François Fasoli @ 2005-06-07 17:36 UTC (permalink / raw)


> 53:   use File::Temp;
> 2432: my $dir = File::Temp::tempdir(CLEANUP=>1) ;
> 2433: my ($fh, $filename) = File::Temp::tempfile(DIR=>$dir, UNLINK=>1);
> 
> (that is harmless, but your perl installation would remain broken)
> 
> Taco
> 
> Taco Hoekwater wrote:

I do this and now texexec --version gives the expected result.
Thank you very much.
But when I try the following test :
\starttext
test
\stoptext
I have the following error :

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

fixing engine variable : pdfetex
            executable : pdfetex
                format : c:/MesPGM/TeXLive/texmf-var/web2c/cont-en
             inputfile : TeX
                output : pdftex
             interface : en
          current mode : none
               TeX run : 1

This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
 %&-line parsing enabled.
 (c:/MesPGM/TeXLive/texmf/web2c/natural.tcx)
output format initialized to DVI
entering extended mode
(./TeX.tex

ConTeXt  ver: 2005.01.31  fmt: 2005.3.29  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
system (E-TEX) : [line 378]
color           : palette rollover is available
system (E-TEX) : [line 1368]
system (E-TEX) : [line 1423]
)
system          : cont-old loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/user/cont-sys.rme
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/type-syn.tex
! Undefined control sequence.
l.14 \starttypescriptcollection
                               [synonyms]
?
I never had this error with the old version.
What happens ?
Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with new cont-tmf
  2005-06-07 17:36     ` François Fasoli
@ 2005-06-07 17:53       ` Taco Hoekwater
  0 siblings, 0 replies; 5+ messages in thread
From: Taco Hoekwater @ 2005-06-07 17:53 UTC (permalink / raw)



Hi François,

You are still using the old cont-en format, not the new one. You have
to edit texmf.cnf to enable engine support in the file search engine
of texlive.

This section of the wiki page will probably apply to your situation
as well:

http://contextgarden.net/TeTeX_3.0_installation#Install_the_latest_ConTeXt

Taco

François Fasoli wrote:
> 
> 
> ConTeXt  ver: 2005.01.31  fmt: 2005.3.29  int: english  mes: english

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-06-07 17:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-07 11:55 Problem with new cont-tmf François Fasoli
2005-06-07 12:31 ` Taco Hoekwater
2005-06-07 12:42   ` Taco Hoekwater
2005-06-07 17:36     ` François Fasoli
2005-06-07 17:53       ` Taco Hoekwater

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).