Gentoo Archives: gentoo-dev

From: "Chad M. Huneycutt" <chad.huneycutt@×××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problem With TeX and opencm
Date: Mon, 08 Jul 2002 09:25:28
Message-Id: 3D29A0D7.3050601@acm.org
In Reply to: [gentoo-dev] Problem With TeX and opencm by Mark Cox
1 Mark Cox wrote:
2 > opencm (www.opencm.org) wants to generate ps documents from info files
3 > when you tell it to compile. The problem is sandbox (I think it is this
4 > that denies access to everything outside of the work dir..someone
5 > correct if it isn't.) causes this to happen .
6 >
7 >
8 > dvips -t letter opencm.dvi -o tmp.ps
9 > This is dvips(k) 5.86 Copyright 1999 Radical Eye Software
10 > (www.radicaleye.com)
11 > ' TeX output 2002.07.08:1220' -> tmp.ps
12 > kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+437/600
13 > --dpi 1037 cmbx12
14 > ACCESS DENIED mkdir: /usr/share/texmf/fonts/pk
15 > mkdir: cannot create directory `/usr/share/texmf/fonts/pk': Permission
16 > denied
17
18
19 Is this an ebuild you are testing, or is this one in portage? The first
20 line up there needs to be removed from the install process. It might
21 possibly be moved to another section of the ebuild, or just removed
22 completely. If this is in portage, then if no bug exists on
23 bugs.gentoo.org, please submit one. If you really want to install it over
24 the sandbox violation, then do
25
26 # FEATURES="-sandbox" ebuild ...
27
28
29 --
30 Chad Huneycutt

Replies

Subject Author
Re: [gentoo-dev] Problem With TeX and opencm Mark Cox <coxhome@×××××××××××××.au>