First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 139683
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Luis F. Araujo <araujo@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vladimir G. Ivanovic <vgivanovic@comcast.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
sandbox-dev-lang_-_pike-7.6.86-6839.log sandbox violation log file text/plain Vladimir G. Ivanovic 2006-07-08 09:42 0000 54.29 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 139683 depends on: Show dependency tree
Show dependency graph
Bug 139683 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-08 09:38 0000
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 From Vladimir G. Ivanovic 2006-07-08 09:42:01 0000 -------
Created an attachment (id=91213) [edit]
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 From Canal Vorfeed 2006-07-09 07:31:59 0000 -------
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 From Vladimir G. Ivanovic 2006-07-09 21:35:48 0000 -------
(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 From Luis F. Araujo 2006-07-11 00:47:00 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug