Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems emerging gnome(-light) & x11 [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
noclear2000
Apprentice
Apprentice


Joined: 21 Jun 2006
Posts: 153
Location: Germany

PostPosted: Wed Jun 21, 2006 5:45 pm    Post subject: problems emerging gnome(-light) & x11 [solved] Reply with quote

hi!
i'm new to linux and decided to install gentoo with help of this handbook:
http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?full=1

First i had to struggle with some problems, but now this base-system is up and running fine.
then i emerged net-kit/telnetd and lynx. (No problems here)

When i tried to install gnome:
http://www.gentoo.org/doc/en/gnome-config.xml

1. emerge gnome xscreensaver
2 emerge gnome

1. +2. =>
Code:

/../programs/Xserver/GL/dri             -I../../../../../../programs/Xserver/hw/xfree86/os-support              -I../../../../../../extras/drm/shared          -I../../../../../../programs/Xserver/hw/xfree86/drivers/sis              -I../../../../../../lib/GL/dri/drm  -I../../../../../.. -I../../../../../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                             -D_GNU_SOURCE                            -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA   -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DUSE_X86_ASM                        -fPIC sis_texstate.c
[color=red]make[6]: *** [sis_texstate.o] Segmentation fault
make[6]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/lib/GL/mesa/drivers/dri/sis'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/lib/GL/mesa/drivers/dri'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/lib/GL'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc'
make: *** [World] Error 2[/color]

!!! ERROR: x11-base/xorg-x11-6.8.2-r7 failed.
!!! Function build, Line 973, Exitcode 2
!!! make World failed


then i tried to emerge x11 first:
=>
Code:

rm -f ../../exports/lib/locale/th_TH.UTF-8/XI18N_OBJS
cd ../../exports/lib/locale/th_TH.UTF-8 && ln -s ../../../../nls/XI18N_OBJS/th_TH.UTF-8 XI18N_OBJS
rm -f ../../exports/lib/locale/zh_TW.UTF-8/XI18N_OBJS
cd ../../exports/lib/locale/zh_TW.UTF-8 && ln -s ../../../../nls/XI18N_OBJS/zh_TW.UTF-8 XI18N_OBJS
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/nls/XI18N_OBJS'
rm -f ../exports/lib/locale/locale.alias
cd ../exports/lib/locale && ln -s ../../../nls/locale.alias.lt locale.alias
rm -f ../exports/lib/locale/locale.dir
cd ../exports/lib/locale && ln -s ../../../nls/locale.dir.lt locale.dir
rm -f ../exports/lib/locale/compose.dir
cd ../exports/lib/locale && ln -s ../../../nls/compose.dir.lt compose.dir
make: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/nls'
[color=red]--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-x11-base_-_xorg-x11-6.8.2-r7-25679.log"

execve:    /bin/sed
open_rd:   /bin/sed
--------------------------------------------------------------------------------[/color]



:?:

Whats wrong with my gentoo installation? did i make a mistake with my kernel?

Any suggestions?

thanks a lot in advance!!


Last edited by noclear2000 on Wed Nov 07, 2007 7:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
psycophobia
Guru
Guru


Joined: 08 May 2005
Posts: 510
Location: uk

PostPosted: Wed Jun 21, 2006 6:03 pm    Post subject: Reply with quote

For this error,

Code:

Code:
rm -f ../../exports/lib/locale/th_TH.UTF-8/XI18N_OBJS
cd ../../exports/lib/locale/th_TH.UTF-8 && ln -s ../../../../nls/XI18N_OBJS/th_TH.UTF-8 XI18N_OBJS
rm -f ../../exports/lib/locale/zh_TW.UTF-8/XI18N_OBJS
cd ../../exports/lib/locale/zh_TW.UTF-8 && ln -s ../../../../nls/XI18N_OBJS/zh_TW.UTF-8 XI18N_OBJS
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/nls/XI18N_OBJS'
rm -f ../exports/lib/locale/locale.alias
cd ../exports/lib/locale && ln -s ../../../nls/locale.alias.lt locale.alias
rm -f ../exports/lib/locale/locale.dir
cd ../exports/lib/locale && ln -s ../../../nls/locale.dir.lt locale.dir
rm -f ../exports/lib/locale/compose.dir
cd ../exports/lib/locale && ln -s ../../../nls/compose.dir.lt compose.dir
make: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/nls'
[color=red]--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-x11-base_-_xorg-x11-6.8.2-r7-25679.log"

execve:    /bin/sed
open_rd:   /bin/sed
--------------------------------------------------------------------------------[/color]



You might need to add this to /etc/make.conf

Code:
FEATURES="-sandbox"


Also check if you can ping somthing to see if you have a conection.

Then emerge x11-xorg then gnome.
Back to top
View user's profile Send private message
clintpatty
Apprentice
Apprentice


Joined: 21 Jul 2005
Posts: 173
Location: Alabama

PostPosted: Thu Jun 22, 2006 3:12 am    Post subject: Reply with quote

If the above poster didn't solve your problem, please post your kernel .config; also, good job as posting info and asking a question for a first post.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum