Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22853 - xfree-drm 4.3.0-r3 sandbox access violation
Summary: xfree-drm 4.3.0-r3 sandbox access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-14 23:34 UTC by Jason Rhinelander
Modified: 2003-07-01 22:42 UTC (History)
1 user (show)

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


Attachments
output from failed build (world_build_access_denied,3.68 KB, text/plain)
2003-06-22 09:21 UTC, Gary
Details
emerge info (emerge_info,1.57 KB, text/plain)
2003-06-25 05:57 UTC, Gary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Rhinelander 2003-06-14 23:34:18 UTC
>>> Unpacking xfree-drm-4.3.0-r3-gentoo-patches.tar.bz2 to
/var/tmp/portage/xfree-drm-4.3.0-r3/work
 * Applying xfree-drm-4.3.0-r3-gentoo-Makefile-fixup.patch...                  
         [ ok ] * Applying xfree-drm-4.3.0-r3-drm-ioremap.patch...             
                        [ ok ] * Applying xfree-drm-4.3.0-r3-dristat.patch...  
                                       [ ok ]>>> Source unpacked.
 * Building DRM...
make -f Makefile.linux DRM_MODULES=radeon.o modules
make[1]: Entering directory `/var/tmp/portage/xfree-drm-4.3.0-r3/work/drm'
make -C /lib/modules/2.4.21_rc6-gss/build  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.4.21_rc6-gss'
scripts/split-include include/linux/autoconf.h include/config
ACCESS DENIED  open_wr:  
/usr/src/linux-2.4.21_rc6-gss/include/config/mpentiumiii31.h
scripts/split-include: mpentiumiii31.h: Permission denied
make[2]: *** [include/config/MARKER] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.21_rc6-gss'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/var/tmp/portage/xfree-drm-4.3.0-r3/work/drm'
make: *** [radeon.o] Error 2
 
!!! ERROR: x11-base/xfree-drm-4.3.0-r3 failed.
!!! Function src_compile, Line 103, Exitcode 2
!!! (no error message)
 
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-xfree-drm-4.3.0-r3-21723.log"
 
open_wr:   /usr/src/linux-2.4.21_rc6-gss/include/config/mpentiumiii31.h
--------------------------------------------------------------------------------
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-15 09:47:48 UTC
can you paste the output of emerge info here please
Comment 2 Jason Rhinelander 2003-06-16 14:02:56 UTC
[jagerman@hades jagerman]$ emerge info
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.3, glibc-2.3.2-r2)
=================================================================
System uname: 2.4.21_rc6-gss i686 Intel(R) Pentium(R) M processor 1400MHz
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss avi crypt cups encode gif jpeg libwww mikmod mmx mpeg ncurses pdflib png quicktime spell truetype xml2 xmms xv zlib directfb gtkhtml alsa gdbm berkdb slang readline aalib bonobo tcltk guile mysql X sdl gpm tcpd pam ssl perl imlib oggvorbis gnome gtk opengl mozilla cdr aavm acpi acpi4linux dga dvd fbcon gd gnomedb gtk2 icc moznoirc nptl pcmcia pic prebuilt radeon samba sse sse2 threads tiff trusted usb vim-with-x wmf xosd -3dnow -apm -arts -java -kde -libg++ -motif -nls -qt -svga -python -esd"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -mmmx -msse -msse2 -mfpmath=sse -pipe -fomit-frame-pointer -funroll-loops -frerun-loop-opt"
CXXFLAGS="-march=pentium4 -O3 -mmmx -msse -msse2 -mfpmath=sse -pipe -fomit-frame-pointer -funroll-loops -frerun-loop-opt"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://backup/gentoo-portage"
FEATURES="sandbox ccache"
Comment 3 Luca Barbato gentoo-dev 2003-06-16 14:05:54 UTC
please try rsync and emerge it again, maybe you issue got already fixed
Comment 4 Jason Rhinelander 2003-06-16 15:37:02 UTC
Nope, still there.  Could this have something to do with the gs-source-2.4.21_rc6 kernel?
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2003-06-20 14:02:04 UTC
Do you have a compiled kernel and modules there? Have you run a make clean or make mrproper between compiling the kernel and trying to emerge xfree-drm? Also could you please check for the existence of a file /usr/src/linux/include/config/MARKER.
Comment 6 Gary 2003-06-22 09:11:00 UTC
I was running an emerge -eUD world today, and I got the same error.  I set SANDBOX_DISABLED, and it got past that point.  The file MARKER exists for me.

Also, I did a sync earlier this morning.  I am doing another sync and rebuilding world.
Comment 7 Gary 2003-06-22 09:21:51 UTC
Created attachment 13687 [details]
output from failed build
Comment 8 Gary 2003-06-25 05:57:12 UTC
Created attachment 13831 [details]
emerge info

I am including my emerge info in case this may assist.

Thanks.
Comment 9 Donnie Berkholz (RETIRED) gentoo-dev 2003-06-29 00:18:56 UTC
I just released -r4, please try it in a couple of hours or more and see if your problem remains.
Comment 10 Jason Rhinelander 2003-07-01 15:52:05 UTC
-r4 appears to have fixed the problem.
Comment 11 Donnie Berkholz (RETIRED) gentoo-dev 2003-07-01 22:42:04 UTC
Closing. Let me know if you see this problem crop up again.