Gentoo Archives: gentoo-user

From: Thomas Kahle <tom111@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Sandbox Violation
Date: Tue, 10 Feb 2009 14:56:13
Message-Id: 20090210145505.GH16489@denkmatte.mis.mpg.de
1 Hi everyone,
2
3 recently I killed a running merge of app-emacs/auctex with C-c in the
4 shell. Now after that I am not able to install the package anymore. I
5 get a sandbox when kpathsea is run.
6
7 Hints anybody ?
8 Thanks.
9
10 Here's a snippet of the build log:
11
12
13 kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi
14 600 cmtt9
15 ACCESS DENIED mkdir: /var/cache/fonts/pk/ljfour/public/cm
16 mkdir: cannot create directory
17 `././var/cache/fonts/pk/ljfour/public/cm': Permission denied
18 mktexpk: /usr/share/texmf/web2c/mktexdir
19 /var/cache/fonts/pk/ljfour/public/cm failed.
20 kpathsea: Appending font creation commands to missfont.log.
21 (see the transcript file for additional information)
22 !pdfTeX error: /usr/bin/pdflatex (file cmtt9): Font cmtt9 at 600 not
23 found
24 ==> Fatal error occurred, no output PDF file produced!
25 make[2]: *** [preview.pdf] Error 70
26 make[2]: Leaving directory
27 `/var/tmp/portage/app-emacs/auctex-11.85/work/auctex-11.85/preview/latex'
28 make[1]: *** [texmf] Error 2
29 make[1]: Leaving directory
30 `/var/tmp/portage/app-emacs/auctex-11.85/work/auctex-11.85/preview'
31 make: *** [all] Error 2
32 *
33 * ERROR: app-emacs/auctex-11.85 failed.
34 * Call stack:
35 * ebuild.sh, line 49: Called src_compile
36 * environment, line 2860: Called die
37 * The specific snippet of code:
38 * emake || die "emake failed";
39 * The die message:
40 * emake failed
41 *
42 * If you need support, post the topmost build error, and the call
43 stack if relevant.
44 * A complete build log is located at
45 '/var/tmp/portage/app-emacs/auctex-11.85/temp/build.log'.
46 * The ebuild environment file is located at
47 '/var/tmp/portage/app-emacs/auctex-11.85/temp/environment'.
48 *
49 --------------------------- ACCESS VIOLATION SUMMARY
50 ---------------------------
51 LOG FILE "/var/log/sandbox/sandbox-8791.log"
52
53 VERSION 1.0
54 FORMAT: F - Function called
55 FORMAT: S - Access Status
56 FORMAT: P - Path as passed to function
57 FORMAT: A - Absolute Path (not canonical)
58 FORMAT: R - Canonical Path
59 FORMAT: C - Command Line
60
61 F: mkdir
62 S: deny
63 P: ././var/cache/fonts/pk/ljfour/public/cm
64 A: /var/cache/fonts/pk/ljfour/public/cm
65 R: /var/cache/fonts/pk/ljfour/public/cm
66 C: mkdir ././var/cache/fonts/pk/ljfour/public/cm
67 --------------------------------------------------------------------------------
68
69
70 --
71 Thomas Kahle
72
73 The fundamental theorem of algebra is open source. Like any other
74 mathematical theorem it can be applied free of charge and everybody
75 has access to its proof and can convince himself how it works. Why
76 should software be any different?

Replies

Subject Author
[gentoo-user] Re: Sandbox Violation Nikos Chantziaras <realnc@×××××.de>