In the late phase of OOo 2.0 installation, acces violation appears: # ACCEPT_KEYWORDS='~x86' emerge -pv openoffice These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] app-office/openoffice-2.0.0 +curl +eds +gnome +java +kde -ldap -mozilla -nas +xml2 +zlib 0 kB Total size of downloads: 0 kB # ACCEPT_KEYWORDS='~x86' emerge openoffice ... (several hours) ... usr/lib/openoffice/program/canvasfactory.uno.so usr/lib/openoffice/program/vclcanvas.uno.so >>> Completed installing openoffice-2.0.0 into /var/tmp/portage/openoffice-2.0.0/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-app-office_-_openoffice-2.0.0-26443.log" access_wr: /usr/share/mime -------------------------------------------------------------------------------- # emerge --info Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r1, 2.6.12-gentoo-r6 i686) ================================================================= System uname: 2.6.12-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz Gentoo Base System version 1.6.13 dev-lang/python: 2.3.5-r2 sys-apps/sandbox: 1.2.11 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: 1.5.18-r1 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="ftp://ftp.sh.cvut.cz/DATA/gentoo ftp://ftp.linux.cz/pub/linux/gentoo" LANG="czech" LC_ALL="cs_CZ" LINGUAS="cs en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://ftp.sh.cvut.cz/gentoo-portage" USE="x86 X aalib alsa apm arts avi bash-completion berkdb bitmap-fonts bzip2 cdr cjk crypt cups curl directfb dvd dvdread eds emboss encode esd fam fbcon ffmpeg flac foomaticdb fortran freetype gd gdbm ggi gif gnome gnutls gphoto2 gpm gstreamer gtk gtk2 i8x0 imagemagick imlib ipv6 jabber java jikes jpeg junit kde libcaca libg++ libwww lzo mad mikmod mmx mng motif mozsvg mp3 mpeg mysql ncurses nls nptl nsplugin ogg oggvorbis opengl oss pam pdflib perl png pnx postgres python qt quicktime readline ruby samba sdl slang spell sse sse2 ssl svg svga tcltk tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts udev unicode vorbis xine xml xml2 xmms xslt xv xvid zlib linguas_cs linguas_en userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LDFLAGS, PORTDIR_OVERLAY
What happens here is that the post-install-script of ooo-build tries to update the mime database, which the sandbox does not like and is unnecessary anyway, as we do that later on ourselves. I've disabled this now, so please emerge sync and try again (but give the mirrors some time to update). Sorry for the inconvenience
Since the compilation is almost done ant it took little bit lot of time and 4GB of disk space, I would prefer commenting something in the installation script and finishing the installation. Is it possible to do it ?
You could use "ebuild $path_to_ebuild package" as the install stage did complete (with violation). This will create a nice package for you. Using "ebuild $path_to_ebuild qmerge" will then install it. read "man 1 ebuild" for more info.
*** Bug 110380 has been marked as a duplicate of this bug. ***