Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 242258

Summary: gnome-base/gnome-keyring fails after install with sandbox access violation on write to /root/.gconf/.testing.writeability
Product: Gentoo Linux Reporter: Jan-Matthias Braun <jan_braun>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***