Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9970 - gupsc sandbox access violation
Summary: gupsc sandbox access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://www.stud.ifi.uio.no/~hennikul/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-30 11:00 UTC by Sven Vermeulen (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Vermeulen (RETIRED) gentoo-dev 2002-10-30 11:00:06 UTC
emerge'ing gupsc finishes (uncompleted) with:

/bin/install -c -m 644 ./gupsc.desktop
/var/tmp/portage/gupsc-0.3.1-r1/image//usr/share/gnome/apps/System/gupsc.desktop
if test -d ./pixmaps; then \
  /bin/sh ./mkinstalldirs
/var/tmp/portage/gupsc-0.3.1-r1/image//usr/share/pixmaps/gupsc; \
  for pixmap in ./pixmaps/*; do \
    if test -f $pixmap; then \
      /bin/install -c -m 644 $pixmap
/var/tmp/portage/gupsc-0.3.1-r1/image//usr/share/pixmaps/gupsc; \
    fi \
  done \
fi
mkdir /var/tmp/portage/gupsc-0.3.1-r1/image/usr/share/pixmaps
mkdir /var/tmp/portage/gupsc-0.3.1-r1/image/usr/share/pixmaps/gupsc
make[2]: Leaving directory `/var/tmp/portage/gupsc-0.3.1-r1/work/gupsc-0.3.1'
make[1]: Leaving directory `/var/tmp/portage/gupsc-0.3.1-r1/work/gupsc-0.3.1'
strip:
/var/tmp/portage/gupsc-0.3.1-r1/image/usr/bin/gupsc
>>> Completed installing into /var/tmp/portage/gupsc-0.3.1-r1/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-gupsc-0.3.1-r1-11072.log"

open_wr:   /usr/share/locale/no/LC_MESSAGES/gupsc.mo
--------------------------------------------------------------------------------

The logfile says:
open_wr:   /usr/share/locale/no/LC_MESSAGES/gupsc.mo
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-11-02 00:28:21 UTC
Gnome Team, please also fix the nasty indentations in the ebuild -- they should
be tabs.
Comment 2 foser (RETIRED) gentoo-dev 2002-11-07 10:34:22 UTC
Added --disable-nls to get around the sandboxing. A lot of older ebuilds have
this problem, *makes note to self to look into this when i have time*.

Thanks for your report.