Gentoo Archives: gentoo-dev

From: Matthew Kennedy <mkennedy@g.o>
To: Mark Cox <coxhome@×××××××××××××.au>, chadh@g.o
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problem With TeX and opencm
Date: Wed, 10 Jul 2002 01:21:53
Message-Id: 1026280338.11718.4.camel@gentoo.shacknet.nu
In Reply to: Re: [gentoo-dev] Problem With TeX and opencm by Mark Cox
1 It is actually a bug in the opencm ebuild and should goto
2 bugs.gentoo.org. The correct solution is to add:
3
4 addwrite "/var/lib/texmf"
5 addwrite "/usr/share/texmf"
6 addwrite "/var/cache/fonts"
7
8 To the ebuild before the compilation takes place.
9
10 On Tue, 2002-07-09 at 19:31, Mark Cox wrote:
11 > That worked like a charm.
12 >
13 > All you have to do is put
14 > export USE_VARTEXFONTS=1
15 > export VARTEXFONTS=${WORKDIR}/fonts
16 >
17 > and bingo it works.
18 > I wonder who we should talk to to put this somewhere for other people who might
19 > encounter the same problem.
20
21 --
22 Matthew Kennedy
23 Gentoo Linux Developer

Replies

Subject Author
Re: [gentoo-dev] Problem With TeX and opencm Pierre-Henri Jondot <Pierre-Henri.Jondot@×××××××.fr>
Re: [gentoo-dev] Problem With TeX and opencm "Chad M. Huneycutt" <chad.huneycutt@×××.org>