Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339591 - dev-tex/hevea-1.10 does not install hevea.sty where tex can find it
Summary: dev-tex/hevea-1.10 does not install hevea.sty where tex can find it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 316131
  Show dependency tree
 
Reported: 2010-10-03 13:38 UTC by Andreas K. Hüttel
Modified: 2010-10-06 18:29 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 Andreas K. Hüttel archtester gentoo-dev 2010-10-03 13:38:22 UTC
/usr/lib64/hevea/hevea.sty is kind of useless...
Comment 1 Alexis Ballier gentoo-dev 2010-10-03 13:59:02 UTC
that's why it installs /etc/env.d/99hevea
containing:
TEXINPUTS=/usr/lib/hevea:

which works in most cases but is not additive wrt our env.d system, hence if something else sets TEXINPUTS (eg ocaml) it becomes useless.
Comment 2 Alexis Ballier gentoo-dev 2010-10-06 18:29:00 UTC
but you're right: it should be installed in a better place and we shouldn't use this hack
I've removed the TEXINPUTS hack in 1.10-r1 and made it install hevea.sty in a suitable location