ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* failure with  "luatools --generate"
@ 2010-06-11 15:21 Eythan Weg
  2010-06-11 15:43 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Eythan Weg @ 2010-06-11 15:21 UTC (permalink / raw)
  To: ntg-context


Hi,

I ran into trouble compiling beta of June 10.  It seems to me that
luatools is now a script run under mtxrun.  Under linux I made
executable the scripts scripts/context/stubs/unix/{mtxrun,context,
luatools}.  Now when I run

    luatools --generate 

I get

    
    MTXrun | forcing cache reload
    MTXrun | fileio: warning: no lua configuration files found
    MTXrun |
    MTXrun |
    MTXrun | the resolver databases are not present or outdated
    MTXrun | fileio: using suffix based filetype 'lua'
    MTXrun | fileio: using suffix based filetype 'lua'
    MTXrun | fileio: remembering file 'mtx-base.lua'
    MTXrun | fileio: using suffix based filetype 'lua'
    MTXrun | unknown script 'base.lua' or 'mtx-base.lua'
    MTXrun |
    MTXrun | runtime: 0.008 seconds

What does it mean?

I had no trouble with earlier versions of luatools 

Thank you.

Eythan

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: failure with  "luatools --generate"
  2010-06-11 15:21 failure with "luatools --generate" Eythan Weg
@ 2010-06-11 15:43 ` Hans Hagen
  2010-06-11 16:17   ` Eythan Weg
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2010-06-11 15:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 11-6-2010 5:21, Eythan Weg wrote:
>
> Hi,
>
> I ran into trouble compiling beta of June 10.  It seems to me that
> luatools is now a script run under mtxrun.  Under linux I made
> executable the scripts scripts/context/stubs/unix/{mtxrun,context,
> luatools}.  Now when I run
>
>      luatools --generate

use mtxrun --generate

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: failure with  "luatools --generate"
  2010-06-11 15:43 ` Hans Hagen
@ 2010-06-11 16:17   ` Eythan Weg
  2010-06-13 14:33     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Eythan Weg @ 2010-06-11 16:17 UTC (permalink / raw)
  To: ntg-context


Thank you. I ran
  
mtxrun --generate
    
    MTXrun | fileio: variable 'SELFAUTOLOC' set to '/usr/bin'
    MTXrun | fileio: variable 'SELFAUTODIR' set to '/usr'
    MTXrun | fileio: variable 'SELFAUTOPARENT' set to '/'
    MTXrun | fileio: variable 'TEXMFCNF' set to '/etc/texmf/texmf.cnf'
    MTXrun | fileio: variable 'TEXMF' set to ''
    MTXrun | fileio: variable 'TEXOS' set to '/usr'
    MTXrun |
    MTXrun | fileio: warning: no lua configuration files found
    MTXrun |
    
I have manually exported the TEXMFCNF. 

Here are the commands: 
    
    weg@fermat:~$ ls -l `which mtxrun`
    lrwxrwxrwx 1 root root 56 2010-06-11 10:15 /usr/bin/mtxrun ->
 /usr/local/share/texmf/scripts/context/stubs/unix/mtxrun
 
   weg@fermat:~$ ls -l `which luatools`
    lrwxrwxrwx 1 root root 58 2010-06-11 11:03 /usr/bin/luatools ->
 /usr/local/share/texmf/scripts/context/stubs/unix/luatools

    weg@fermat:~$ ls -l `which context`
    lrwxrwxrwx 1 root root 57 2010-06-11 10:14 /usr/bin/context ->
 /usr/local/share/texmf/scripts/context/stubs/unix/context
    


Eythan 



Hans Hagen <pragma@wxs.nl>
Fri, 11 Jun 2010 17:43:43 +0200

   On 11-6-2010 5:21, Eythan Weg wrote:
   >
   > Hi,
   >
   > I ran into trouble compiling beta of June 10.  It seems to me that
   > luatools is now a script run under mtxrun.  Under linux I made
   > executable the scripts scripts/context/stubs/unix/{mtxrun,context,
   > luatools}.  Now when I run
   >
   >      luatools --generate
   
   use mtxrun --generate
   
   Hans
   

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: failure with  "luatools --generate"
  2010-06-11 16:17   ` Eythan Weg
@ 2010-06-13 14:33     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2010-06-13 14:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 11-6-2010 6:17, Eythan Weg wrote:
>
> Thank you. I ran
>
> mtxrun --generate
>
>      MTXrun | fileio: variable 'SELFAUTOLOC' set to '/usr/bin'
>      MTXrun | fileio: variable 'SELFAUTODIR' set to '/usr'
>      MTXrun | fileio: variable 'SELFAUTOPARENT' set to '/'
>      MTXrun | fileio: variable 'TEXMFCNF' set to '/etc/texmf/texmf.cnf'
>      MTXrun | fileio: variable 'TEXMF' set to ''
>      MTXrun | fileio: variable 'TEXOS' set to '/usr'

looks like another tex system is installed (some old tetex maybe, 
repackaged by a distributor) that sets some environment variables as well

(1) add the minimals bin path to the fron of $PATH
(2) unset TEXMFCNF or set it to the minimals one

or uninstall the other tex tree.

(it's why on my systems i always unset potential clashing variables)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-06-13 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-11 15:21 failure with "luatools --generate" Eythan Weg
2010-06-11 15:43 ` Hans Hagen
2010-06-11 16:17   ` Eythan Weg
2010-06-13 14:33     ` 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).