Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24359 - gnome-base/libgnome-2.2.3 giving access violations on emerge
Summary: gnome-base/libgnome-2.2.3 giving access violations on emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-12 15:36 UTC by Nick Fish
Modified: 2003-08-20 21:47 UTC (History)
0 users

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


Attachments
a patch for the 2.2.3 ebuild (libgnome-2.2.3.ebuild.patch,343 bytes, patch)
2003-07-15 00:52 UTC, Mike Gardiner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Fish 2003-07-12 15:36:55 UTC
# emerge -pu libgnome

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild    U ] gnome-base/libgnome-2.2.3 [2.2.2] 


# emerge -u libgnome
<snip configure and compile stuff>
make[1]: Leaving directory `/var/tmp/portage/libgnome-2.2.3/work/libgnome-2.2.3'
man:
prepallstrip:
strip: 
strip: 
   usr/lib/bonobo/monikers/libmoniker_extra_2.so
   usr/lib/gnome-vfs-2.0/modules/libvfs-help.so
   usr/lib/libgnome-2.so.0.200.3
   usr/libexec/gnome2-db2html
   usr/libexec/gnome2-info2html
   usr/libexec/gnome2-man2html
making executable: /usr/lib/libgnome-2.so.0.200.3
>>> Completed installing into /var/tmp/portage/libgnome-2.2.3/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-libgnome-2.2.3-30063.log"

mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
mkdir:     /root/.gconfd
--------------------------------------------------------------------------------
# cd /var/tmp/portage/libgnome-2.2.3/image/
# ls
etc  usr  var
Comment 1 foser (RETIRED) gentoo-dev 2003-07-12 15:45:34 UTC
please provide also your 'emerge info' with your bugreport.

if you have user* FEATURES on, disable them and try again.
Comment 2 Nick Fish 2003-07-12 16:06:18 UTC
# emerge info 
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 3.06GHz
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 apm arts avi crypt cups encode gif gpm jpeg gnome libg++ mad mikmod mmx mpeg ncurses pdflib png quicktime sdl spell svga truetype xml2 xmms xv zlib gdbm slang readline java guile X pam libwww ssl python esd imlib oggvorbis gtk qt motif opengl 3dfx -3dnow acl alsa apache2 -berkdb bonobo cdr dga directfb doc dvd ethereal fbcon flash gd gphoto2 gps gtkhtml imap jikes -kde lirc maildir matrox mozilla moznoirc moznomail moznocompose mysql nls odbc -oss perl ruby samba sse tcltk -tcpd tiff usb xinerama xml"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fforce-addr -foptimize-sibling-calls -fno-inline -finline-limit=1000"
CXXFLAGS="-march=pentium4 -O3 -pipe -fforce-addr -foptimize-sibling-calls -fno-inline -finline-limit=1000 -fno-default-inline"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox buildpkg ccache fixpackages userpriv usersandbox digest noclean"

Taking "userpriv" and "usersandbox" out of features results in a successful installation of this package.
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2003-07-15 00:52:16 UTC
another sandbox problem caused by gconftool-2 (which ill look at now, i think i know where the problem is). this is a fix for libgnome, which disables the schema installation during the build, and leaves it to the gnome2.eclass (like it should be done). the libgnome developers sensibly implemented the --disable-schemas-install flag, which makes this fix quite easy and small.

patch attached.
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-07-15 00:52:45 UTC
Created attachment 14497 [details, diff]
a patch for the 2.2.3 ebuild
Comment 5 Mike Gardiner (RETIRED) gentoo-dev 2003-08-20 21:47:59 UTC
fixed in portage, thanks for reporting.