Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145973 - sys-fs/dmraid-1.0.0_rc12 sandbox violation/bad IUSE
Summary: sys-fs/dmraid-1.0.0_rc12 sandbox violation/bad IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ian Stakenvicius
URL:
Whiteboard:
Keywords:
: 146203 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-02 03:57 UTC by Michael Weyershäuser
Modified: 2006-09-04 08:27 UTC (History)
4 users (show)

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


Attachments
sandbox log (sandbox-sys-fs_-_dmraid-1.0.0_rc12-21480.log,34 bytes, text/plain)
2006-09-02 03:59 UTC, Michael Weyershäuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weyershäuser 2006-09-02 03:57:34 UTC
Topic says it all, log will follow in a minute.

make[1]: Entering directory `/var/tmp/portage/dmraid-1.0.0_rc12/work/dmraid/1.0.0.rc12-pre1/lib'
../lib/libdmraid.a ../lib/libdmraid.a
Installing ../lib/libdmraid.a in /usr/lib64
ACCESS DENIED  unlink:    /usr/lib64/libdmraid.a
/bin/install: cannot remove `/usr/lib64/libdmraid.a': Permission denied
make[1]: *** [install_dmraid_libs] Error 1
make[1]: Leaving directory `/var/tmp/portage/dmraid-1.0.0_rc12/work/dmraid/1.0.0.rc12-pre1/lib'
make: *** [lib.install] Error 2

!!! ERROR: sys-fs/dmraid-1.0.0_rc12 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_install
  ebuild.sh, line 1017:   Called src_install
  dmraid-1.0.0_rc12.ebuild, line 54:   Called die

!!! emake install failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-sys-fs_-_dmraid-1.0.0_rc12-21480.log"

unlink:    /usr/lib64/libdmraid.a
--------------------------------------------------------------------------------


emerge --info
Portage 2.1.1_rc1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.17-suspend2-r4Dudebox-Edition x86_64)
=================================================================
System uname: 2.6.17-suspend2-r4Dudebox-Edition x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.4
Last Sync: Sat, 02 Sep 2006 03:50:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
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.17
sys-devel/gcc-config: 1.3.13-r3
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="-march=k8 -msse3 -Os -pipe"
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/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -msse3 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distcc distlocks metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,-O1"
LINGUAS=""
MAKEOPTS="-j4"
PKGDIR="/usr/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://server/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts cairo cdr cli crypt cups dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox fortran gdbm gif gpm gstreamer gtk gtk2 hal input_devices_keyboard input_devices_mouse isdnlog jpeg kde kdeenablefinal kdehiddenvisibility kernel_linux libg++ mad mikmod mp3 mpeg ncurses nls nptl nptlonly ogg oss pam pcre pdflib perl png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_radeon vorbis xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Michael Weyershäuser 2006-09-02 03:59:43 UTC
Created attachment 95723 [details]
sandbox log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-02 04:17:43 UTC
You are missing genkernel in IUSE, and you are missing genkernel in use.local.desc as well.
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-02 09:08:45 UTC
amd64 specific bug, want to create a fix yourself? ;)

I removed the genkernel-dep
Comment 4 Ian Stakenvicius 2006-09-02 09:38:19 UTC
Sorry guys, i was _sure_ i had already removed all of the genkenrel IUSE stuff.

I don't have an amd64 box to test this on right now, so i won't be able to do anything about this until next week.  From the looks of things make.tmpl probably needs to be tweaked again.
Comment 5 Ian Stakenvicius 2006-09-03 19:02:37 UTC
Supplied a fix on gentoo-sunrise.org but i can't test it yet.  See http://www.gentoo-sunrise.org/svn/portage-review/sys-fs/dmraid/
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-09-04 00:13:09 UTC
*** Bug 146203 has been marked as a duplicate of this bug. ***
Comment 7 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-04 08:27:17 UTC
thanks, I fixed this in portage.