Le 26/04/2011 22:48, mathew a écrit :
On Tue, Apr 26, 2011 at 10:54, Matthieu Stigler
wrote: I just tried to get the most recent version of context minima, following instructions at: http://wiki.contextgarden.net/Ubuntu_installation#Maverick_.2810.10.29_with_...
I get however following message once every thing has run: I get the same unknown configuration file error messages during the first-setup.sh process:
[...] mtxrun | forcing cache reload resolvers | resolving | unknown configuration file '/usr/local/texmf-local/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmf-local/web2c/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmf/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmf/web2c/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmfcnf.lua' resolvers | resolving | resolvers | resolving | warning: no lua configuration files found resolvers | resolving | no texmf paths are defined (using TEXMF) resolvers | resolving | mtxrun | the resolver databases are not present or outdated mtx-update | state, loaded mtx-update | mtx-update | update, start [...]
However, ConTeXt works fine afterwards. (I'm the person who added those Ubuntu 10.10 instructions to the wiki.)
Did you remember to either start a clean shell or source ~/.bashrc after changing .bashrc?
Do echo $TEXROOT echo $PATH echo $OSFONTDIR to check what the environment variables are set to when you're trying to run ConTeXt.
yes, I had done.... so echoing these variables work... The message I get is however a little bit different: [snip]... resolvers | resolving | warning: no lua configuration files found resolvers | resolving | no texmf paths are defined (using TEXMF) resolvers | resolving | mtxrun | the resolver databases are not present or outdated resolvers | resolving | using suffix based filetype 'lua' resolvers | resolving | using suffix based filetype 'lua' resolvers | resolving | remembered file 'mtx-context.lua' resolvers | resolving | using suffix based filetype 'lua' mtxrun | unknown script 'context.lua' or 'mtx-context.lua' Is this linked to the problem of no texmf paths? I tried also this mtxrun --generate and got: resolvers | resolving | variable 'SELFAUTOLOC' set to '/usr/local/context/bin' resolvers | resolving | variable 'SELFAUTODIR' set to '/usr/local/context' resolvers | resolving | variable 'SELFAUTOPARENT' set to '/usr/local' resolvers | resolving | variable 'TEXMFCNF' set to '' resolvers | resolving | variable 'TEXMF' set to '' resolvers | resolving | variable 'TEXOS' set to 'context' resolvers | resolving | resolvers | resolving | unknown configuration file '/usr/local/texmf-local/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmf-local/web2c/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmf/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmf/web2c/texmfcnf.lua' resolvers | resolving | unknown configuration file '/usr/local/texmfcnf.lua' resolvers | resolving | resolvers | resolving | warning: no lua configuration files found resolvers | resolving | no texmf paths are defined (using TEXMF) resolvers | resolving | So is the problem around texmf and texmfcnf ? Thanks!!!
mathew