Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82178 - sandbox access violation merging xmlrpc-c
Summary: sandbox access violation merging xmlrpc-c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 15:37 UTC by bugs_gentoo_org_spam
Modified: 2005-02-17 09:34 UTC (History)
0 users

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


Attachments
Working ebuild (xmlrpc-c-0.9.9-r2.ebuild,669 bytes, text/plain)
2005-02-16 11:21 UTC, Jason Fritcher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugs_gentoo_org_spam 2005-02-15 15:37:23 UTC
when merging dev-libs/xmlrpc-c-0.9.9-r1, it dies trying to 'make install' a library to /usr/lib, not the sandbox

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-dev-libs_-_xmlrpc-c-0.9.9-r1-24069.log"

open_wr:   /usr/lib/libxmlrpc_xmltok.so.3.3.0
--------------------------------------------------------------------------------

# cat /tmp/sandbox-dev-libs_-_xmlrpc-c-0.9.9-r1-24069.log
open_wr:   /usr/lib/libxmlrpc_xmltok.so.3.3.0


Reproducible: Always
Steps to Reproduce:
1. merge xmlrpc-c
2. ????
3. profit!!1

Actual Results:  
it went along its way without problems, failed during install phase

Expected Results:  
install properly without a sandbox violation

Gentoo Base System version 1.4.16
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Pentium III (Coppermine)
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  8 2005, 07:49:31)]
distcc 2.16 i586-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-mmx -O3 -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/default
s/pref /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="-march=pentium-mmx -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.llarian.net/ http://mirror.tucdemonic.org/gentoo/
http://mirror.usu.edu/mirrors/
gentoo/ http://mirrors.tds.net/gentoo http://mirror.gentoo.gr.jp"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 # X aalib alsa apm avi berkdb bitmap-fonts cjk crypt cscope cups curl
doc encode f77 fam flac font-se
rver foomaticdb for fortran fpx gcj gdbm gif gimpprint gnome gphoto2 gstreamer
gtk gtk2 gtkhtml imagemagick im
lib ipv6 java jbig jikes jpeg junit just lcms libcaca libg++ libwww lzw-tiff mad
mikmod mmx mng motif mozilla
mpeg ncurses nls nptl ntp objc offensive oggvorbis opengl pam pcmcia pcre pdflib
perl pic png quicktime readli
ne samba sdl speex spell ssl svg tcltk tcpd tetex tiff truetype truetype-fonts
type1-fonts unicode vim? wmf xi
nerama xml xml2 xprint xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY


fails on both machines i've tried, -r1 built fine before last emerge sync (feb
14 around 4pm)
Comment 1 Jason Fritcher 2005-02-16 11:21:47 UTC
Created attachment 51365 [details]
Working ebuild

Changed the make install statement to use DESTDIR instead of prefix.

Now it builds and installs for me.
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-02-17 09:34:31 UTC
I don't know why this bug was assigned to me, but i've fixed it in portage :)
Thanks for info and ebuild ;)