

Code: Select all
ialog.moc.o gspyquery.moc.o newgspyquery.moc.o searchdialog.moc.o gsms.moc.o retrydialog.moc.o settingsdialog.moc.o buddylist.moc.o -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lX11
make[2]: Leaving directory `/var/tmp/portage/aabrowse-0.0.7/work/aabrowse-0.0.7/src'
make[2]: Entering directory `/var/tmp/portage/aabrowse-0.0.7/work/aabrowse-0.0.7'
make[2]: Leaving directory `/var/tmp/portage/aabrowse-0.0.7/work/aabrowse-0.0.7'
make[1]: Leaving directory `/var/tmp/portage/aabrowse-0.0.7/work/aabrowse-0.0.7'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-games-util_-_aabrowse-0.0.7-11153.log"
open_wr: /usr/qt/3/etc/settings/.qtrc.lock
open_wr: /usr/qt/3/etc/settings/.qtrc.lock
--------------------------------------------------------------------------------
root@plainzwalker aabrowse #

Code: Select all
# Advanced Features
# =================
#
# MAKEOPTS provides extra options that may be passed to 'make' when a
# program is compiled. Presently the only use is for specifying
# the number of parallel makes (-j) to perform. The suggested number
# for parallel makes is CPUs+1.
#MAKEOPTS="-j2"
#
# AUTOCLEAN enables portage to automatically clean out older or overlapping
# packages from the system after every successful merge. This is the
# same as running 'emerge -c' after every merge. Set with: "yes" or "no".
#AUTOCLEAN="yes"
#
# FEATURES are settings that affect the functionality of portage. Most of
# these settings are for developer use, but some are available to non-
# developers as well. 'buildpkg' is an always-on setting for the emerge
# flag of the same name. It causes binary packages to be created of all
# packages that are merged.
FEATURES="candy"
# RSYNC_RETRIES sets the number of times portage will attempt to retrieve
# a current portage tree before it exits with an error. This allows
# for a more successful retrieval without user intervention most times.
#RSYNC_RETRIES="3"
CONFIG_PROTECT="/etc/init.d /etc/conf.d/net /etc/fstab /etc/apache /etc/samba"


sandboxing makes it so when building xyz it doesn't spit files all over the placefirephoto wrote:Add "-sandbox" to your features, it's most likely getting pulled in from somewhere else. You can do an "emerge info" to see if it's in there and I'm sure it is since the error was a sandbox error.
I did the same thing for another package a few weeks ago and and haven't turned the sandbox back on for whatever good or bad that might be.