Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242258 - gnome-base/gnome-keyring fails after install with sandbox access violation on write to /root/.gconf/.testing.writeability
Summary: gnome-base/gnome-keyring fails after install with sandbox access violation on...
Status: RESOLVED DUPLICATE of bug 238276
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 20:24 UTC by Jan-Matthias Braun
Modified: 2008-10-15 20:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan-Matthias Braun 2008-10-15 20:24:05 UTC
emerge gnome-base/gnome-keyring fails after complile and installing the image with sandbox access violation on write to /root/.gconf/.testing.writeability

>>> Completed installing gnome-keyring-2.22.3-r1 into /var/tmp/portage/gnome-base/gnome-keyring-2.22.3-r1/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-23342.log"

open_wr:   /root/.gconf/.testing.writeability
unlink:    /root/.gconf/.testing.writeability
--------------------------------------------------------------------------------


Reproducible: Always




This is an error that often appears with packages somehow related to gconf. It is always a write access to /root/.gconf.
The following patch solved the problem for me.

--- /usr/portage/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild        2008-10-06 00:28:00.000000000 +0200
+++ gnome-keyring-2.22.3-r2.ebuild      2008-10-15 22:11:33.811276007 +0200
@@ -28,6 +28,8 @@

 DOCS="AUTHORS ChangeLog NEWS README TODO"

+addpredict /root/.gconf/.testing.writeability
+
 pkg_setup() {
        G2CONF="${G2CONF}
                $(use_enable debug)
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-15 20:30:32 UTC
please provide emerge --info and build.log if you want to reopen this.

*** This bug has been marked as a duplicate of bug 238276 ***