Gentoo Archives: gentoo-dev

From: Mark Cox <coxhome@×××××××××××××.au>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Problem With TeX and opencm
Date: Sun, 07 Jul 2002 21:41:06
Message-Id: 1026096423.19963.23.camel@mango
1 opencm (www.opencm.org) wants to generate ps documents from info files
2 when you tell it to compile. The problem is sandbox (I think it is this
3 that denies access to everything outside of the work dir..someone
4 correct if it isn't.) causes this to happen .
5
6
7 dvips -t letter opencm.dvi -o tmp.ps
8 This is dvips(k) 5.86 Copyright 1999 Radical Eye Software
9 (www.radicaleye.com)
10 ' TeX output 2002.07.08:1220' -> tmp.ps
11 kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+437/600
12 --dpi 1037 cmbx12
13 ACCESS DENIED mkdir: /usr/share/texmf/fonts/pk
14 mkdir: cannot create directory `/usr/share/texmf/fonts/pk': Permission
15 denied
16 kpsestat: /usr/share/texmf/fonts/pk/..: No such file or directory
17 chmod: too few arguments
18 Try `chmod --help' for more information.
19 ACCESS DENIED mkdir: /usr/share/texmf/fonts/pk/ljfour
20 mkdir: cannot create directory `/usr/share/texmf/fonts/pk/ljfour':
21 Permission denied
22 kpsestat: /usr/share/texmf/fonts/pk/ljfour/..: No such file or directory
23 chmod: too few arguments
24 Try `chmod --help' for more information.
25 ACCESS DENIED mkdir: /usr/share/texmf/fonts/pk/ljfour/public
26 mkdir: cannot create directory
27 `/usr/share/texmf/fonts/pk/ljfour/public': Permission denied
28 kpsestat: /usr/share/texmf/fonts/pk/ljfour/public/..: No such file or
29 directory
30 chmod: too few arguments
31 Try `chmod --help' for more information.
32 ACCESS DENIED mkdir: /usr/share/texmf/fonts/pk/ljfour/public/cm
33 mkdir: cannot create directory
34 `/usr/share/texmf/fonts/pk/ljfour/public/cm': Permission denied
35 kpsestat: /usr/share/texmf/fonts/pk/ljfour/public/cm/..: No such file or
36 directory
37 chmod: too few arguments
38 Try `chmod --help' for more information.
39 mktexpk: mktexdir /usr/share/texmf/fonts/pk/ljfour/public/cm failed.
40 kpathsea: Appending font creation commands to missfont.log.
41 dvips: Font cmbx12 not found, characters will be left blank.
42
43 This is repeated for every font it uses. Giving this in the missfont.log
44 file.
45
46 mktexpk --mfmode ljfour --bdpi 600 --mag 1+437/600 --dpi 1037 cmbx12
47 mktexpk --mfmode ljfour --bdpi 600 --mag 1+120/600 --dpi 720 cmbx12
48 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmr10
49 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmsy10
50 mktexpk --mfmode ljfour --bdpi 600 --mag 1+264/600 --dpi 864 cmbx12
51 mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 cmr12
52 mktexpk --mfmode ljfour --bdpi 600 --mag 1+264/600 --dpi 864 cmbxti10
53 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmti10
54 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmtt10
55 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmsl10
56 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmbx12
57 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmsltt10
58 mktexpk --mfmode ljfour --bdpi 600 --mag 1+57/600 --dpi 657 cmb10
59 mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 cmr7
60 mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 cmr9
61 mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 cmti9
62 mktexpk --mfmode ljfour --bdpi 600 --mag 1+0/600 --dpi 600 cmtt9
63
64 Does anyone know how to fix this ??
65
66 Mark Cox

Replies

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