Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Too many levels of symbolic links
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
sniggit
Apprentice
Apprentice


Joined: 31 Aug 2003
Posts: 187
Location: n00bcity

PostPosted: Sun Jul 04, 2004 6:39 pm    Post subject: Too many levels of symbolic links Reply with quote

im trying to combile gdesklets, but when i come to the dev-python/pytgk dependencie i get this error:

Code:
ource='gtkgl.c' object='gl_la-gtkgl.lo' libtool=yes \
depfile='.deps/gl_la-gtkgl.Plo' tmpdepfile='.deps/gl_la-gtkgl.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/python2.3   -I/usr/include/gtkgl-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -O3 -mcpu=i686 -funroll-loops -pipe -Wall -std=c9x -c -o gl_la-gtkgl.lo `test -f 'gtkgl.c' || echo './'`gtkgl.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/python2.3 -I/usr/include/gtkgl-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -mcpu=i686 -funroll-loops -pipe -Wall -std=c9x -c gtkgl.c -Wp,-MD,.deps/gl_la-gtkgl.TPlo  -fPIC -DPIC -o .libs/gl_la-gtkgl.o
/bin/sh ../libtool --mode=link gcc  -O3 -mcpu=i686 -funroll-loops -pipe -Wall -std=c9x   -o gl.la -rpath /usr/lib/python2.3/site-packages/gtk-2.0/gtk -module -avoid-version  -export-symbols-regex initgl gl_la-gtkglmodule.lo gl_la-gtkgl.lo -lgtkgl-2.0 -lGLU -lGL -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
grep: /usr/lib/opengl/nvidia/libGL.la: Too many levels of symbolic links
/bin/sed: can't read /usr/lib/opengl/nvidia/libGL.la: Too many levels of symbolic links
libtool: link: `/usr/lib/opengl/nvidia/libGL.la' is not a valid libtool archive
make[2]: *** [gl.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/pygtk-2.0.0-r1/work/pygtk-2.0.0/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pygtk-2.0.0-r1/work/pygtk-2.0.0'
make: *** [all] Error 2

!!! ERROR: dev-python/pygtk-2.0.0-r1 failed.
!!! Function src_compile, Line 40, Exitcode 2
!!! (no error message)


Anyone know what to make of this? think it has something to do with the "too many symbolic links" part..
_________________
Let the money shine!
Back to top
View user's profile Send private message
WoR
n00b
n00b


Joined: 15 Jun 2004
Posts: 13

PostPosted: Wed Jul 07, 2004 1:37 am    Post subject: Same thing Reply with quote

I am recieving the samer error on pygtk, im trying to install gimp. I think it might just be a buggy ebuild.
Back to top
View user's profile Send private message
WoR
n00b
n00b


Joined: 15 Jun 2004
Posts: 13

PostPosted: Wed Jul 07, 2004 1:56 am    Post subject: make some links Reply with quote

I figure it out (or others have :)

pygtk is searching for the nvidia lib files in the wrong directory. It is looking in
Code:
/usr/lib/opengl/nvidia/

But the files are most likley in
Code:
/usr/lib/opengl/nvidia/lib/

Just make symlinks in the files in nvidia/ folder to the nvidia/lib/ folder.
[/code]cd /usr/lib/opengl/nvidia
Code:
 ln -sf lib/<filename> <filename>
do this for all the files in the lib/ directory.
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