Clemente Aguiar <[email protected]> posted [email protected], excerpted below, on Wed, 11 Mar 2009 11:01:28 +0000:
> I am trying to emerge media-plugins/k3bmonkeyaudioplugin-3.1 from the > sunrise overlay an I get the following error: > > --------------------------- ACCESS VIOLATION SUMMARY LOG FILE > "/var/log/sandbox/sandbox-11234.log" > > open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock > -------------------------------------------------------------------------------- > >>>> Failed to emerge media-plugins/k3bmonkeyaudioplugin-3.1, Log file: > > I don't know what to do, can anybody help me with this? Take a look at the make.conf manpage, at the descriptions for the userpriv, usersandbox. and sandbox, FEATURES. In general unless you REALLY trust the build script not to have made a mistake somewhere, you want to keep either userpriv or sandbox enabled, just to ensure it isn't creating havoc on your system. However, it's reasonably safe to disable one OR the other (disabling usersandbox of course if you keep userpriv) as long as the other one is enabled. In this case, -usersandbox with userpriv enabled will hopefully work around the issue. You should also file a bug, but I'm not sure what the sunrise bug filing procedure is, whether it's supposed to be on Gentoo's bugzilla or if it's handled separately. Meanwhile, what's the dates on that lock file? If yours is like mine, they look pretty stale (2004) and it's probably safe to remove it. To be sure, I'd do it without X running, especially KDE and anything else qt3 based. That may solve the problem right there. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman
