Summary: | tuxracer-0.61-r3: merge fails because opengl libraries are not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Carsten Milkau <chat.noir> |
Component: | [OLD] Unspecified | Assignee: | Gentoo Games <games> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Carsten Milkau
2004-08-29 14:03:15 UTC
of cause it fails because the opengl libraries are NOT found, I'm sorry :O) I can't consider any situation where not beeing able to merge a game would be critical :) Rerun opengl-update. You should have libGL in /usr/lib/ I already did. $ ll /usr/lib/libGL.* lrwxrwxrwx 1 root wheel 44 29. Aug 22:47 /usr/lib/libGL.so -> /usr/lib/opengl/nvidia/lib/libGL.so.1.0.6106 lrwxrwxrwx 1 root wheel 44 29. Aug 22:47 /usr/lib/libGL.so.1 -> /usr/lib/opengl/nvidia/lib/libGL.so.1.0.6106 $ ll /usr/lib/opengl/nvidia/lib/libGL.* -rw-r--r-- 1 root wheel 739 28. Jul 15:07 /usr/lib/opengl/nvidia/lib/libGL.la lrwxrwxrwx 1 root wheel 17 28. Jul 15:07 /usr/lib/opengl/nvidia/lib/libGL.so -> libGL.so.1.0.6106 lrwxrwxrwx 1 root wheel 17 28. Jul 15:07 /usr/lib/opengl/nvidia/lib/libGL.so.1 -> libGL.so.1.0.6106 -rwxr-xr-x 1 root wheel 423832 28. Jul 15:07 /usr/lib/opengl/nvidia/lib/libGL.so.1.0.6106 In fact, it is there and everything else is working fine. However, downgrading tcl and tk to version 8.3 made the ebuild work. Maybe the error is related to this. checking for tcl8.3 library... no checking for tcl83 library... no checking for tcl8.2 library... no checking for tcl82 library... no checking for tcl8.0 library... no checking for tcl80 library... no checking for tcl library... yes checking for tcl.h... yes Might this be a problem? I could not reproduce the output "libGL missing" with tcl-8.3 installed, it says now: checking for tcl8.3 library... yes checking for tcl.h... yes checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.0.1... yes checking for SDL_JoystickOpen... yes checking for Mix_OpenAudio in -lSDL_mixer... yes checking for GL library... yes checking for glXGetProcAddressARB... yes checking for GLU library... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking whether glx.h defines glXGetProcAddressARB... yes checking for GL/glext.h... yes checking whether glext.h is recent enough... yes I have the full output on hand, please ask if it is needed. Builds fine for me with: tk-8.4.6-r1 tcl-8.4.6 nvidia-glx-1.0.5336-r2 Is this still a problem? I masked tcl/tk 8.4 using /etc/package.mask and towngraded to version 8.3 to work around this in the meantime. I am currently unable to du any updates, so it will take a while until I can verify if it works now, I'm sorry. ok. marking this one as worksforme. reopen if there's still a problem. |