View previous topic :: View next topic |
Author |
Message |
adelie n00b
Joined: 26 Apr 2002 Posts: 20
|
Posted: Wed May 01, 2002 5:47 am Post subject: "ACCESS VIOLATION SUMMARY..." |
|
|
what's this! i attempted emerging 'gtk-xemacs' and i was thrown this log file violation msg.
i'm a bit inept here: i don't know how to capture the entire msg and write it here.
but would anyone be remotely familiar with this type of msg?
thx.
adelie |
|
Back to top |
|
|
tod Developer
Joined: 17 Apr 2002 Posts: 136 Location: Ozarks, USA
|
Posted: Wed May 01, 2002 3:38 pm Post subject: |
|
|
Hi!
This is indicative of a 'sandbox' violation. A sandbox violation is considered a bug of the ebuild. A sandbox violation occurs when the build of a package attempts to inappropriately access the live filesystem (usually, but not always, a 'write') outside of the tempory install image, i.e. /usr/var/tmp/portage/${PF}/image.
You can find a log file of the actual violations that occur under /tmp
Since this is considered a bug, it would be useful for you to submit a bug report to bugs.gentoo.org and attach the sandbox log file.
Note: You can over-ride the sandbox trap by removing 'sandbox' from the FEATURES= variable found at the bottom of your /etc/make.conf file.
I would only do this if you have studied the sand box log file and determined that the violations won't bork your system. Portage will not be aware of any files written outside the tmp install image.
hth
tod |
|
Back to top |
|
|
adelie n00b
Joined: 26 Apr 2002 Posts: 20
|
Posted: Wed May 01, 2002 4:16 pm Post subject: thx |
|
|
tod wrote: | Hi!
This is indicative of a 'sandbox' violation. A sandbox violation is considered a bug of the ebuild. A sandbox violation occurs when the build of a package attempts to inappropriately access the live filesystem (usually, but not always, a 'write') outside of the tempory install image, i.e. /usr/var/tmp/portage/${PF}/image.
You can find a log file of the actual violations that occur under /tmp
Since this is considered a bug, it would be useful for you to submit a bug report to bugs.gentoo.org and attach the sandbox log file.
Note: You can over-ride the sandbox trap by removing 'sandbox' from the FEATURES= variable found at the bottom of your /etc/make.conf file.
I would only do this if you have studied the sand box log file and determined that the violations won't bork your system. Portage will not be aware of any files written outside the tmp install image.
hth
tod |
now don't i feel special. I will get this bug report done, and thanks again! |
|
Back to top |
|
|
|