ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: textools --fixtexmftrees : parse error !
@ 2004-11-02 12:00 Steffen Wolfrum
  2004-11-02 12:18 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum @ 2004-11-02 12:00 UTC (permalink / raw)


Steffen Wolfrum wrote:

> /usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees ~/Library/texmf
> -:1: parse error
> /usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees ~/Library/texmf
>           ^

what happens if you replace ~ with /home/yourname/

Hans



Same bad results:

[powerbook:~] steffen% sudo ruby
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees /home/steffen/Library/texmf
-:1: parse error
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees /home/steffen/Library/texmf
          ^
and

[powerbook:~] steffen% sudo ruby
Password:
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees /Users/steffen/Library/texmf
-:1: parse error
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees /Users/steffen/Library/texmf
          ^


But I thought, the fact that the latest context update doesn't find files in my old tetex set anymore, is related to the map files, no?
So shouldn't it be /usr/local/teTeX/share/texmf.local instead of /Users/steffen/Library/texmf ?

Nevertheless it again provides the same error:

[powerbook:~] steffen% sudo ruby
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb  --fixtexmftrees /usr/local/teTeX/share/texmf.local
-:1: parse error
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb  --fixtexmftrees /usr/local/teTeX/share/texmf.local
          ^

So it seems as if I something fundamental is wrong/missing?


Steffen

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

* Re: Re: textools --fixtexmftrees : parse error !
  2004-11-02 12:00 textools --fixtexmftrees : parse error ! Steffen Wolfrum
@ 2004-11-02 12:18 ` Hans Hagen
  2004-11-02 13:23   ` Adam Lindsay
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2004-11-02 12:18 UTC (permalink / raw)


Steffen Wolfrum wrote:

> Steffen Wolfrum wrote:
> 
> 
>>/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees ~/Library/texmf
>>-:1: parse error
>>/usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees ~/Library/texmf
>>          ^
> 
> 
> what happens if you replace ~ with /home/yourname/
> 
> Hans
> 
> 
> 
> Same bad results:
> 
> [powerbook:~] steffen% sudo ruby
> /usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees /home/steffen/Library/texmf
> -:1: parse error
> /usr/local/teTeX/share/texmf.local/scripts/context/ruby/textools.rb --fixtexmftrees /home/steffen/Library/texmf

what version of ruby do you run, 1.8.1+?

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

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

* Re: Re: textools --fixtexmftrees : parse error !
  2004-11-02 12:18 ` Hans Hagen
@ 2004-11-02 13:23   ` Adam Lindsay
  2004-11-02 13:38     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Lindsay @ 2004-11-02 13:23 UTC (permalink / raw)


Hans Hagen said this at Tue, 2 Nov 2004 13:18:03 +0100:

>what version of ruby do you run, 1.8.1+?

:o good point.
My version on an up-to-date MacOSX 10.3 system is:
 ruby 1.6.8 (2002-12-24) [powerpc-darwin7.0]
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: Re: textools --fixtexmftrees : parse error !
  2004-11-02 13:23   ` Adam Lindsay
@ 2004-11-02 13:38     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2004-11-02 13:38 UTC (permalink / raw)


Adam Lindsay wrote:
> Hans Hagen said this at Tue, 2 Nov 2004 13:18:03 +0100:
> 
> 
>>what version of ruby do you run, 1.8.1+?
> 
> 
> :o good point.
> My version on an up-to-date MacOSX 10.3 system is:
>  ruby 1.6.8 (2002-12-24) [powerpc-darwin7.0]

hm, should be ok i think, but going 1.8 is not a bad idea

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

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

end of thread, other threads:[~2004-11-02 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-02 12:00 textools --fixtexmftrees : parse error ! Steffen Wolfrum
2004-11-02 12:18 ` Hans Hagen
2004-11-02 13:23   ` Adam Lindsay
2004-11-02 13:38     ` Hans Hagen

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