Gentoo Archives: gentoo-user

From: "John H. Moe" <johnmoe@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Sandbox violation emerging media-gfx/dcraw-8.73
Date: Sun, 21 Feb 2010 23:03:17
Message-Id: 4B81B949.6030508@optusnet.com.au
1 When trying to emerge the Thunar thumbnailer plugin, it pulls in dcraw.
2 However, after successfully compiling dcraw, I get the following error
3 when make gets to the install phase:
4
5 **************************************************
6
7 >>> Source compiled.
8 >>> Test phase [not enabled]: media-gfx/dcraw-8.73
9
10 >>> Install dcraw-8.73 into /var/tmp/portage/media-gfx/dcraw-8.73/image/
11 category media-gfx
12 make -j5 DESTDIR=/var/tmp/portage/media-gfx/dcraw-8.73/image/ install
13 /usr/bin/install -d /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
14 /usr/bin/install dcraw /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
15 /usr/bin/install dcparse
16 /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
17 /usr/bin/install -d
18 /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/share/man/man1
19 /usr/bin/install dcraw.1
20 /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/share/man/man1
21 cp rawphoto /usr/lib/gimp/2.0/plug-ins
22 ACCESS DENIED open_wr: /usr/lib/gimp/2.0/plug-ins/rawphoto
23 cp: cannot create regular file `/usr/lib/gimp/2.0/plug-ins/rawphoto':
24 Permission denied
25 >>> Completed installing dcraw-8.73 into
26 /var/tmp/portage/media-gfx/dcraw-8.73/image/
27
28 --------------------------- ACCESS VIOLATION SUMMARY
29 ---------------------------
30 LOG FILE "/var/log/sandbox/sandbox-9890.log"
31
32 VERSION 1.0
33 FORMAT: F - Function called
34 FORMAT: S - Access Status
35 FORMAT: P - Path as passed to function
36 FORMAT: A - Absolute Path (not canonical)
37 FORMAT: R - Canonical Path
38 FORMAT: C - Command Line
39
40 F: open_wr
41 S: deny
42 P: /usr/lib/gimp/2.0/plug-ins/rawphoto
43 A: /usr/lib/gimp/2.0/plug-ins/rawphoto
44 R: /usr/lib/gimp/2.0/plug-ins/rawphoto
45 C: cp rawphoto /usr/lib/gimp/2.0/plug-ins
46 --------------------------------------------------------------------------------
47
48 >>> Failed to emerge media-gfx/dcraw-8.73, Log file:
49
50 >>> '/var/tmp/portage/media-gfx/dcraw-8.73/temp/build.log'
51
52 **************************************************
53
54 From the looks of things, it's trying to install a file directly to the
55 filesystem outside the /var/tmp sandbox. I believe this is a bug that
56 needs reporting, but before I did that, I thought I'd check to be sure
57 it wasn't something I was doing wrong. Can can someone more
58 knowledgeable than me advise?
59
60 I've attached emerge --info and the full build log file for reference.
61
62 John Moe

Attachments

File name MIME type
emerge-info text/plain
build.log text/plain

Replies

Subject Author
Re: [gentoo-user] Sandbox violation emerging media-gfx/dcraw-8.73 "Arttu V." <arttuv69@×××××.com>