I installed tex-live 2010. It gives the same version info as the one that was installed by openSUSE: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD Following http://wiki.contextgarden.net/TeX_Live_2010 I try to do luatools --generate, but this gives: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,.local,}/web2c} LuaTools | fileio: no cnf files found (TEXMFCNF may not be set/known) LuaTools | LuaTools | runtime: 0.010 seconds So I suppose that I have to set TEXMFCNF. But to what? -- Cecil Westerhof
2011/3/9 Cecil Westerhof
I installed tex-live 2010. It gives the same version info as the one that was installed by openSUSE: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD
Following http://wiki.contextgarden.net/TeX_Live_2010 I try to do luatools --generate, but this gives: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,.local,}/web2c} LuaTools | fileio: no cnf files found (TEXMFCNF may not be set/known) LuaTools | LuaTools | runtime: 0.010 seconds
So I suppose that I have to set TEXMFCNF. But to what?
It looks like that I need to do: export TEXMFCNF=/usr/local/texlive/2010/ But when executing luatools --generate as root I get: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to /usr/local/texlive/2010/ LuaTools | fileio: loading /usr/local/texlive/2010/texmf.cnf LuaTools | fileio: preparing configuration for /usr/local/texlive/2010 LuaTools | fileio: configuration saved in /root/luatex-cache/context/bbbf913b89565c8436595715076b9dd7/trees/6f5db95b334d5e9ed5a1672187d8e65e.lua LuaTools | fileio: configuration compiled to /root/luatex-cache/context/bbbf913b89565c8436595715076b9dd7/trees/6f5db95b334d5e9ed5a1672187d8e65e.luc LuaTools | LuaTools | runtime: 0.015 seconds When executing as a normal user I get: LuaTools | fileio: variable 'SELFAUTOLOC' set to '/usr/local/texlive/2010/bin/i386-linux' LuaTools | fileio: variable 'SELFAUTODIR' set to '/usr/local/texlive/2010/bin' LuaTools | fileio: variable 'SELFAUTOPARENT' set to '/usr/local/texlive/2010' LuaTools | fileio: variable 'TEXMFCNF' set to '/usr/local/texlive/2010/' LuaTools | fileio: loading configuration file /usr/local/texlive/2010/texmf.cnf LuaTools | fileio: preparing 'configuration' for '/usr/local/texlive/2010' LuaTools | fileio: 'configuration' saved in '/tmp/luatex-cache/context/bbbf913b89565c8436595715076b9dd7/trees/6f5db95b334d5e9ed5a1672187d8e65e.lua' LuaTools | fileio: 'configuration' compiled to '/tmp/luatex-cache/context/bbbf913b89565c8436595715076b9dd7/trees/6f5db95b334d5e9ed5a1672187d8e65e.luc' LuaTools | LuaTools | runtime: 0.013 seconds Is that what should happen? When I now run texexec --version, I get TXrun | kpse fallback with progname 'context' initialized in 0 seconds instead of: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD -- Cecil Westerhof
On 9-3-2011 9:20, Cecil Westerhof wrote:
I installed tex-live 2010. It gives the same version info as the one that was installed by openSUSE: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD
Following http://wiki.contextgarden.net/TeX_Live_2010 I try to do luatools --generate, but this gives: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,.local,}/web2c} LuaTools | fileio: no cnf files found (TEXMFCNF may not be set/known) LuaTools | LuaTools | runtime: 0.010 seconds
So I suppose that I have to set TEXMFCNF. But to what?
just install the minimals ... luatex/mkiv is a moving target and we don't bother about versions that old 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 -----------------------------------------------------------------
2011/3/9 Hans Hagen
On 9-3-2011 9:20, Cecil Westerhof wrote:
I installed tex-live 2010. It gives the same version info as the one that was installed by openSUSE: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD
Following http://wiki.contextgarden.net/TeX_Live_2010 I try to do luatools --generate, but this gives: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,.local,}/web2c} LuaTools | fileio: no cnf files found (TEXMFCNF may not be set/known) LuaTools | LuaTools | runtime: 0.010 seconds
So I suppose that I have to set TEXMFCNF. But to what?
just install the minimals ... luatex/mkiv is a moving target and we don't bother about versions that old
You mean http://wiki.contextgarden.net/ConTeXt_Minimals? -- Cecil Westerhof
On Wed, Mar 9, 2011 at 9:46 AM, Cecil Westerhof
2011/3/9 Hans Hagen
On 9-3-2011 9:20, Cecil Westerhof wrote:
I installed tex-live 2010. It gives the same version info as the one that was installed by openSUSE: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD
Following http://wiki.contextgarden.net/TeX_Live_2010 I try to do luatools --generate, but this gives: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,.local,}/web2c} LuaTools | fileio: no cnf files found (TEXMFCNF may not be set/known) LuaTools | LuaTools | runtime: 0.010 seconds
So I suppose that I have to set TEXMFCNF. But to what?
just install the minimals ... luatex/mkiv is a moving target and we don't bother about versions that old
You mean http://wiki.contextgarden.net/ConTeXt_Minimals? yes
-- luigi
On Wed, Mar 9, 2011 at 09:20, Cecil Westerhof wrote:
I installed tex-live 2010. It gives the same version info as the one that was installed by openSUSE: MTXrun | kpse fallback with progname 'context' initialized in 0.09 seconds TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD
Following http://wiki.contextgarden.net/TeX_Live_2010 I try to do luatools --generate, but this gives: LuaTools | fileio: variable SELFAUTOLOC set to /usr/lib/texmf/bin/i586-linux LuaTools | fileio: variable SELFAUTODIR set to /usr/lib/texmf/bin LuaTools | fileio: variable SELFAUTOPARENT set to /usr/lib/texmf LuaTools | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,.local,}/web2c} LuaTools | fileio: no cnf files found (TEXMFCNF may not be set/known) LuaTools | LuaTools | runtime: 0.010 seconds
So I suppose that I have to set TEXMFCNF. But to what?
1. Try to figure out where texmfcnf.lua is located. 2. Set TEXMFCNF to that folder. 3. You need to edit TEXMFCNF to match settings in texmf.cnf (you need to locate it first). 4. Send a bug report to suse. I can try to help you (for the sake of fixing distribution in suse), but you need to send the contents of texmf.cnf (at least the part that defines paths to files, like TEXMFHOME, TEXMF<whatever> etc.) and location of configuration files. However if you want support (bugfixes etc.), I would suggest you to install minimals in parallel to systemwide distribution. Mojca
participants (5)
-
Cecil Westerhof
-
Hans Hagen
-
luigi scarso
-
Martin Schröder
-
Mojca Miklavec