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

Bug 190628

Summary: Sandbox violation in gnome-applets 2.18.0-r2
Product: Gentoo Linux Reporter: Arun Raghavan (RETIRED) <ford_prefect>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arun Raghavan (RETIRED) gentoo-dev 2007-08-29 11:58:32 UTC
I am suddenly seeing a sandbox violation while emerge'ing gnome-applets 2.18.0-r2:

>>> Source compiled.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-gnome-base_-_gnome-applets-2.18.0-r2-6955.log"

unlink:    /usr/share/xml2po/docbook.pyc
--------------------------------------------------------------------------------

Reproducible: Always

Steps to Reproduce:
emerge gnome-applets-2.18.0-r2 (USE="acpi gnome gstreamer hal ipv6 -apm -debug -doc")
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-08-29 12:00:28 UTC
reemerge gnome-doc-utils and be sure to run python-updater
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-29 12:19:58 UTC

*** This bug has been marked as a duplicate of bug 104088 ***
Comment 3 Arun Raghavan (RETIRED) gentoo-dev 2007-08-30 05:29:50 UTC
Thank you ... this helped. I was using python-updater but gnome-doc-utils came after gnome-applets for some reason, I guess. I wonder if there is some way for the remerge to honour dependencies (or if it already does and this is broken).
Comment 4 RĂ©mi Cardona (RETIRED) gentoo-dev 2007-08-30 07:09:45 UTC
@herd,

gnome-applets deps on gnome-doc-utils only if the doc useflag is set. Somehow it's using it even if the flag is not set.

GDU should most probably be in DEPEND no matter what.