Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381193 - dev-texlive/texlive-context-2011 - Missing shell variables: TEXMF and TEXMFCNF
Summary: dev-texlive/texlive-context-2011 - Missing shell variables: TEXMF and TEXMFCNF
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 17:00 UTC by Michael Schmid
Modified: 2011-10-11 14:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schmid 2011-08-30 17:00:29 UTC
Essential shell variables TEXMF and TEXMFCNF for the ebuild are not set.


Reproducible: Always

Steps to Reproduce:
Run "luatools --variables" (provided by ebuild in question)
Actual Results:  
Error message:
mtxrun          | unknown script 'base.lua' or 'mtx-base.lua'.

The file in question was obviously not found.

Expected Results:  
A long list of resolved variables.

Also affects the main program of this ebuild, "context", which will not work as-is.


One possible solution appears to be:
export TEXMF="/usr/share/texmf-dist/"


Additionally (for "mtxrun --generate"), it may be wise to:
export TEXMFCNF="/etc/texmf/web2c"
Comment 1 Alexis Ballier gentoo-dev 2011-10-11 14:43:13 UTC
should be fixed by upgrading to texlive-basic-2011-r1, thanks for the report!