Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 22855

Summary: jam - access violation
Product: Gentoo Linux Reporter: Kurt Hindenburg <kurt.hindenburg>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4_rc2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Entire output of 'emerge jam'

Description Kurt Hindenburg 2003-06-15 01:02:47 UTC
Finally got jam to compile, when trying to install gets error...something really
messed up with this.

Note: I removed 'userpriv' to get rid of a bunch of warning when compiling.  

Funny how a software that is used to build other software has such a
pain-in-the-butt way of compiling/installing itself.


Reproducible: Always
Steps to Reproduce:
1.emerge jam
2.
3.

Actual Results:  
>>> Install jam-2.4 into /dev/shm/portage/jam-2.4/image/ category dev-util
...found 207 target(s)...
...updating 4 target(s)...
MkDir1 /dev
mkdir: cannot create directory `/dev': File exists

mkdir  /dev
..failed MkDir1 /dev ...
ACCESS DENIED  unlink:    /dev
...skipped /dev/shm for lack of /dev...
...skipped /dev/shm/portage for lack of /dev/shm...
...skipped /dev/shm/portage/jam-2.4 for lack of /dev/shm/portage...
...skipped /dev/shm/portage/jam-2.4/image for lack of /dev/shm/portage/jam-2.4...
...skipped /dev/shm/portage/jam-2.4/image/ for lack of
/dev/shm/portage/jam-2.4/image...
...skipped /dev/shm/portage/jam-2.4/image//usr for lack of
/dev/shm/portage/jam-2.4/image/...
...skipped /dev/shm/portage/jam-2.4/image//usr/bin for lack of
/dev/shm/portage/jam-2.4/image//usr...
...skipped <installed>jam for lack of /dev/shm/portage/jam-2.4/image//usr/bin...
...failed updating 1 target(s)...
...skipped 8 target(s)...
!!! ERROR: dev-util/jam-2.4 failed.
!!! Function src_install, Line 25, Exitcode 1
!!! (no error message)

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-jam-2.4-21648.log"

unlink:    /dev
--------------------------------------------------------------------------------



% emerge info
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 AMD Duron(tm) processor
GENTOO_MIRRORS="http://www.ibiblio.org/gentoo
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/
ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/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:/usr/kde/3.1/share/config:/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/dev/shm"
PORTDIR_OVERLAY="/usr/portage/LOCAL"
USE="x86 oss 3dnow apm avi crypt encode gif java jpeg libg++ mikmod mmx mpeg
ncurses pdflib png quicktime spell xml2 xmms xv zlib gdbm berkdb slang readline
ruby sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt opengl
cdr arts kde -nls gnome -motif cups aalib directfb fbcon svga truetype X"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache usersandbox"
Comment 1 Kurt Hindenburg 2003-06-15 01:04:47 UTC
Created attachment 13293 [details]
Entire output of 'emerge jam'
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-15 06:17:25 UTC
jrray's inactive, martin's swamped, so this goes to spanky
Comment 3 SpanKY gentoo-dev 2003-06-16 08:33:14 UTC

*** This bug has been marked as a duplicate of 20251 ***
Comment 4 Kurt Hindenburg 2003-06-20 10:14:12 UTC
jame-2.5.ebuild compiles without errors and installed correctly.

Here's /etc/make.conf:
FEATURES="ccache userpriv strict sandbox clean"
Comment 5 SpanKY gentoo-dev 2003-06-20 12:01:21 UTC
thats cause i disabled the edos2unix (i changed SRC_URI to point to a tar instead
of a zip ... so the files were no longer in dos format)