Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139683 - sandbox violations: pike-7.6.86 (AMD64)
Summary: sandbox violations: pike-7.6.86 (AMD64)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Luis Araujo (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-08 09:38 UTC by Vladimir G. Ivanovic
Modified: 2006-07-11 00:47 UTC (History)
0 users

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


Attachments
sandbox violation log file (sandbox-dev-lang_-_pike-7.6.86-6839.log,54.29 KB, text/plain)
2006-07-08 09:42 UTC, Vladimir G. Ivanovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir G. Ivanovic 2006-07-08 09:38:56 UTC
Portage 2.1.1_pre2-r6 (default-linux/amd64/2005.1, gcc-4.1.1/amd64-vanilla, glibc-2.4-r3, 2.6.17-gentoo x86_64)
=================================================================
System uname: 2.6.17-gentoo x86_64 AMD Turion(tm) 64 Mobile Technology MT-32
Gentoo Base System version 1.12.1
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2, 2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-Wall -march=k8 -msse3 -pipe -O2 -ffast-math"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/bind /var/service"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-Wall -march=k8 -msse3 -pipe -O2 -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache confcache distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.llarian.net/ http://gentoo.mirrors.easynews.com/linux/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://gentoo.llarian.net/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/etc/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 avi berkdb bitmap-fonts cli crypt cups dlloader doc dri eds emboss encode firefox foomaticdb fortran gif glibc-omitfp gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog java jikes jpeg kde ldap lzw lzw-tiff mp3 mpeg ncurses nls nptl nptlonly nsplugin opengl pam pcre pdf pdflib perl pic png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd tiff truetype truetype-fonts type1 type1-fonts unicode usb xml xml2 xorg xpm xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Vladimir G. Ivanovic 2006-07-08 09:42:01 UTC
Created attachment 91213 [details]
sandbox violation log file

[many more like the line below snipped]
ACCESS DENIED  unlink:    /usr/lib/pike/0.6/modules/Array.pmod.o
   Pike installation completed successfully.
make[2]: Leaving directory `/var/tmp/portage/pike-7.6.86/work/Pike-v7.6.86/build/linux-2.6.17-gentoo-x86_64'
make[1]: Leaving directory `/var/tmp/portage/pike-7.6.86/work/Pike-v7.6.86'
 * Installing 60MB of docs, this could take some time ...
>>> Completed installing pike-7.6.86 into /var/tmp/portage/pike-7.6.86/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-lang_-_pike-7.6.86-6839.log"
Comment 2 Canal Vorfeed 2006-07-09 07:31:59 UTC
Note: this is not AMD64-specific bug. It happens when you are trying to REBUILD the package - "make install" is trying to remove old version first and while doing this it ignores DESTDIR. Don't have the time to investigate further.

P.S. If you want to just install the package do "emerge unmerge pike" then "emerge pike" - it should work...
Comment 3 Vladimir G. Ivanovic 2006-07-09 21:35:48 UTC
(In reply to comment #2)
> Note: this is not AMD64-specific bug. It happens when you are trying to REBUILD
> the package - "make install" is trying to remove old version first and while
> doing this it ignores DESTDIR. Don't have the time to investigate further.
> 
> P.S. If you want to just install the package do "emerge unmerge pike" then
> "emerge pike" - it should work...
> 

Unemerging and then merging worked. Thanks.
Comment 4 Luis Araujo (RETIRED) gentoo-dev 2006-07-11 00:47:00 UTC
I have just commited a fixed revision for this ebuild.

I think it's safe closing this bug now. Reopen if you have the same problem.

Thanks.