Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge error
Date: Wed, 08 Nov 2006 14:44:35
Message-Id: 200611081539.59837.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] emerge error by "Hemmann
1 On Wednesday 08 November 2006 15:18, Hemmann, Volker Armin wrote:
2 > On Wednesday 08 November 2006 15:03, Stefán István wrote:
3 > > Hi!
4 > > I try to emerge pgp, and get the following error when the compilation is
5 > >
6 > > finished:
7 > > >>> Source compiled.
8 > >
9 > > --------------------------- ACCESS VIOLATION SUMMARY
10 > > ---------------------------
11 > > LOG FILE =
12 > > "/var/log/sandbox/sandbox-app-crypt_-_gnupg-1.9.20-r3-26975.log"
13 > >
14 > > access_wr: /
15 > > -------------------------------------------------------------------------
16 > >-- -----
17 > >
18 > > What does this mean?
19 > >
20 > > Thanks,
21 > > István
22 >
23 > as it says, somewhere the ebuild/app tried to write outside of the sandbox
24 > and got stopped. Read the log. Usually that means that something is broken.
25 > Try a different pgp version - and don't disable sandbox. Disabling sanbox
26 > is evil.
27
28 Actually the most likely cause is bug #101433 [1]. Which means he needs to
29 upgrade his sandbox:
30
31 # FEATURES=-sandbox emerge --oneshot sandbox
32
33 After that he should have no issues with emerging gnupg without disabling
34 sandbox.
35
36 [1] http://bugs.gentoo.org/show_bug.cgi?id=101433
37
38 --
39 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] emerge error "Stefán István" <stefi@××××××××××××.hu>