Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[emerge] kpovmodeler erreur (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 12:57 pm    Post subject: [emerge] kpovmodeler erreur (résolu) Reply with quote

Salut à tous
voici mon problème : impossible d'installer kpovmodeler il plante au make mais dans le configure j'ai ceci
Quote:

checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for GL... no
...
Your system fails at linking a small OpenGL application!
KPovModeler will not be compiled.
Check, if OpenGL and GLU are installed correctly on your system.
For more details about this problem, look at config.log after
the line "checking for GL".



et en regardant dans le fichier log d'install j'ai

Quote:

configure:33757: test -s conftest.o
configure:33760: $? = 0
configure:33770: result: yes
configure:33774: checking GL/gl.h presence
configure:33784: i686-pc-linux-gnu-g++ -E -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/kde/3.4/include -I/usr/qt/3/include -I. conftest.cc
configure:33790: $? = 0
configure:33810: result: yes
configure:33845: checking for GL/gl.h
configure:33852: result: yes
configure:33729: checking GL/glu.h usability
configure:33741: i686-pc-linux-gnu-g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/kde/3.4/include -I/usr/qt/3/include -I. conftest.cc >&5
configure:33747: $? = 0
configure:33751: test -z
|| test ! -s conftest.err
configure:33754: $? = 0
configure:33757: test -s conftest.o
configure:33760: $? = 0
configure:33770: result: yes
configure:33774: checking GL/glu.h presence
configure:33784: i686-pc-linux-gnu-g++ -E -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/kde/3.4/include -I/usr/qt/3/include -I. conftest.cc
configure:33790: $? = 0
configure:33810: result: yes
configure:33845: checking for GL/glu.h
configure:33852: result: yes
configure:33729: checking GL/glx.h usability
configure:33741: i686-pc-linux-gnu-g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/kde/3.4/include -I/usr/qt/3/include -I. conftest.cc >&5
configure:33747: $? = 0
configure:33751: test -z
|| test ! -s conftest.err
configure:33754: $? = 0
configure:33757: test -s conftest.o
configure:33760: $? = 0
configure:33770: result: yes
configure:33774: checking GL/glx.h presence
configure:33784: i686-pc-linux-gnu-g++ -E -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/kde/3.4/include -I/usr/qt/3/include -I. conftest.cc
configure:33790: $? = 0
configure:33810: result: yes
configure:33845: checking for GL/glx.h
configure:33852: result: yes
configure:33903: checking for GL
configure:33945: rm -rf SunWS_cache; i686-pc-linux-gnu-g++ -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib -lGL -lGLU -lX11 -lXext -lm conftest.cc 1>&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
configure:33951: $? = 1
configure: failed program was:


je pense ne pas avoir de librairies lGL et lGLU d'installer correctement ou carrément absentes
where is it alors ?
merci pour ce coup de main


Last edited by didier30 on Wed May 11, 2005 10:20 am; edited 1 time in total
Back to top
View user's profile Send private message
Apsforps
Guru
Guru


Joined: 27 Sep 2004
Posts: 520
Location: Belgium

PostPosted: Tue May 10, 2005 1:06 pm    Post subject: Reply with quote

Est-ce que tu as émergé qt avec le USE opengl?
_________________
Apsforps
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 1:30 pm    Post subject: Reply with quote

Quote:
Est-ce que tu as émergé qt avec le USE opengl?

oui
nouvelle source de problème celestia
Quote:

checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glVertex3d in -lGLcore... no
checking for glVertex3d in -lGL... no
checking for glVertex3f in -lGL... no
checking for glVertex3i in -lGL... no
checking for glVertex3s in -lGL... no
checking for glVertex3d in -lMesaGL... no
configure: error: Cannot find GL library

même soucis
je ré-emerge qt pour voir
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Apsforps
Guru
Guru


Joined: 27 Sep 2004
Posts: 520
Location: Belgium

PostPosted: Tue May 10, 2005 1:45 pm    Post subject: Reply with quote

Tu peux aussi réémerger glut pour voir, c'est quand même de là que la plupart des librairie opengl viennent.
_________________
Apsforps
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 3:10 pm    Post subject: Reply with quote

apres ré emerge qt pas de changement :oops:
en train d'emerger xorg (emerge GLU => emerge xorg)
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Tue May 10, 2005 3:20 pm    Post subject: Reply with quote

Et tout betelent un "opengl-update ledriverquivabien" ?
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 3:58 pm    Post subject: Reply with quote

d'origine seul xorg-x11 est dispo mais j'ai fait un lien symbolique entre /usr/share/doc/NVIDIA_GLX-1.0 et/usr/lib/opengl/nvidia et maintenant j'ai les deux de dispo :xorg-x11 et nvidia (ln -s /usr/share/doc/NVIDIA_GLX-1.0 /usr/lib/opengl/nvidia pour les suivants)
dès que xorg a fini de recompiler j'essaye ça 8)
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 4:14 pm    Post subject: Reply with quote

non toujours pareil :(
Y'aurais pas quelque chose à voir dans le noyau ?
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 4:34 pm    Post subject: Reply with quote

Tu as un problème avec la lib opengl, ça n'a rien à voir avec le noyau.
Essaie de voir ce que tu obtiens en faisant :
Code:
ls -l /usr/lib/libGL*


J'ai déjà eut un problème avec opengl-update il y a 2 ans, il avait oublié de virer une lib du répertoire /usr/lib et résultat dès que je faisais un ldconfig (ce qui est fait à la fin de pas mal de emerge) il me recréait un lien vers la mauvaise version de la libGL de nvidia. Je suis donc curieux de voir vers quoi pointe ton libGL.so.
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 5:04 pm    Post subject: Reply with quote

-rw-r--r-- 1 root root 653 May 8 00:26 /usr/lib/libGL.la
lrwxrwxrwx 1 root root 17 May 10 18:17 /usr/lib/libGL.so.1 -> libGL.so.1.0.7174
-rwxr-xr-x 1 root root 485260 May 8 00:26 /usr/lib/libGL.so.1.0.7174
-rw-r--r-- 1 root root 671052 May 5 21:43 /usr/lib/libGLU.a
-rw-r--r-- 1 root root 752 May 5 21:43 /usr/lib/libGLU.la
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x 1 root root 579883 May 5 21:43 /usr/lib/libGLU.so.1.3
lrwxrwxrwx 1 root root 21 May 10 18:17 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.7174
-rwxr-xr-x 1 root root 7626156 May 8 00:26 /usr/lib/libGLcore.so.1.0.7174
-rw-r--r-- 1 root root 28314 May 5 21:43 /usr/lib/libGLw.a
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x 1 root root 27118 May 5 21:43 /usr/lib/libGLw.so.1.0
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Apsforps
Guru
Guru


Joined: 27 Sep 2004
Posts: 520
Location: Belgium

PostPosted: Tue May 10, 2005 5:15 pm    Post subject: Reply with quote

C'est bizarre ça, chez moi il pointent vers un autre répertoire.
Code:
enigma ~ # ll /usr/lib/libGL*
lrwxrwxrwx  1 root root     39 May 10 19:08 /usr/lib/libGLcore.so -> /usr/lib/opengl/nvidia/lib/libGLcore.so
-rw-r--r--  1 root root    709 May 10 19:08 /usr/lib/libGL.la
lrwxrwxrwx  1 root root     35 May 10 19:08 /usr/lib/libGL.so -> /usr/lib/opengl/nvidia/lib/libGL.so
-rw-r--r--  1 root root 665530 Apr  8 14:59 /usr/lib/libGLU.a
-rw-r--r--  1 root root    752 Apr  8 14:59 /usr/lib/libGLU.la
lrwxrwxrwx  1 root root     13 Apr  8 15:00 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx  1 root root     13 Apr  8 15:00 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x  1 root root 575046 Apr  8 14:59 /usr/lib/libGLU.so.1.3
-rw-r--r--  1 root root  27754 Apr  8 14:59 /usr/lib/libGLw.a
lrwxrwxrwx  1 root root     13 Apr  8 15:00 /usr/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx  1 root root     13 Apr  8 15:00 /usr/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x  1 root root  26182 Apr  8 14:59 /usr/lib/libGLw.so.1.0


Essaye peut-être de réemerger nvidia-glx...
_________________
Apsforps
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 5:23 pm    Post subject: Reply with quote

didier30 wrote:
-rw-r--r-- 1 root root 653 May 8 00:26 /usr/lib/libGL.la
lrwxrwxrwx 1 root root 17 May 10 18:17 /usr/lib/libGL.so.1 -> libGL.so.1.0.7174
-rwxr-xr-x 1 root root 485260 May 8 00:26 /usr/lib/libGL.so.1.0.7174
-rw-r--r-- 1 root root 671052 May 5 21:43 /usr/lib/libGLU.a
-rw-r--r-- 1 root root 752 May 5 21:43 /usr/lib/libGLU.la
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x 1 root root 579883 May 5 21:43 /usr/lib/libGLU.so.1.3
lrwxrwxrwx 1 root root 21 May 10 18:17 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.7174
-rwxr-xr-x 1 root root 7626156 May 8 00:26 /usr/lib/libGLcore.so.1.0.7174
-rw-r--r-- 1 root root 28314 May 5 21:43 /usr/lib/libGLw.a
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x 1 root root 27118 May 5 21:43 /usr/lib/libGLw.so.1.0

bon bin faut faire un opengl-update nvidia
puis vérifier que ça pointe bien vers le rep opengl/nvidia et virer les 1.0.7174 de /urs/lib si c'est bien le cas.

C'est exactement le même problème que celui que j'avais eut.
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 5:26 pm    Post subject: Reply with quote

Quote:

bon bin faut faire un opengl-update nvidia
puis vérifier que ça pointe bien vers le rep opengl/nvidia

Si c'est pas le cas essaie de réemerger le nvidia-glx.

ATTENTION dès que tu fais emerge ça va de toute façon casser ce qu'aurait pu faire opengl-update donc fait le opengl-update et vérifie juste après.
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 7:47 pm    Post subject: Reply with quote

j' ai trouvé c'est celestia qui met la pagaille car lorsqu'il emerge il fait
opengl-update xorg-x11 au début
mais pourquoi il fait ça ce co...n
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 7:52 pm    Post subject: Reply with quote

didier30 wrote:
j' ai trouvé c'est celestia qui met la pagaille car lorsqu'il emerge il fait
opengl-update xorg-x11 au début
mais pourquoi il fait ça ce co...n

Tu es sur qu'il fait cet opengl-update ? y a juste une remarque à ce sujet au début, mais c'est tout.
Tu devrais plutot essayer de faire ce que je t'ais dis. Le fichier libGL.so.1.0.7174 ne devrait pas être là où il est sur ton ordi. Et donc à CHAQUE emerge de n'importe quoi il va casser l'opengl-update.
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 7:57 pm    Post subject: Reply with quote

Quote:

-rw-r--r-- 1 root root 721 May 10 21:42 /usr/lib/libGL.la
lrwxrwxrwx 1 root root 35 May 10 21:42 /usr/lib/libGL.so -> /usr/lib/opengl/nvidia/lib/libGL.so
-rw-r--r-- 1 root root 671052 May 5 21:43 /usr/lib/libGLU.a
-rw-r--r-- 1 root root 752 May 5 21:43 /usr/lib/libGLU.la
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x 1 root root 579883 May 5 21:43 /usr/lib/libGLU.so.1.3
lrwxrwxrwx 1 root root 39 May 10 21:42 /usr/lib/libGLcore.so -> /usr/lib/opengl/nvidia/lib/libGLcore.so
-rw-r--r-- 1 root root 28314 May 5 21:43 /usr/lib/libGLw.a
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x 1 root root 27118 May 5 21:43 /usr/lib/libGLw.so.1.0


ca ressemble à ça maintenant après avoir emerge nvidia-glx à nouveau et fait opengl-update nvidia
d'ailleurs : "glxinfo | grep direct" donne
direct rendering: Yes
et après la tentative d'emerge celestia j'ai des messages d'erreurs avec cette commande.
en fait c'est pas celestia mais une de ces dépendances : x11-libs/gtkglext-1.0.6-r2
et les librairies en questions ont été effacées
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 8:08 pm    Post subject: Reply with quote

didier30 wrote:

ca ressemble à ça maintenant après avoir emerge nvidia-glx à nouveau et fait opengl-update nvidia
d'ailleurs : "glxinfo | grep direct" donne
direct rendering: Yes
et après la tentative d'emerge celestia j'ai des messages d'erreurs avec cette commande.
en fait c'est pas celestia mais une de ces dépendances : x11-libs/gtkglext-1.0.6-r2

Effectivement ce paquet fait des opengl-update... mais normalement il te restaure ton opengl-update par défaut à la fin. Mais si ça plante en plein milieu, il doit te laisser avec l'opengl de xorg et non celui de nvidia. L'emerge de gtkglext te donne-t-il une erreur ?
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 8:26 pm    Post subject: Reply with quote

checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glVertex3d in -lGLcore... no
checking for glVertex3d in -lGL... no
checking for glVertex3f in -lGL... no
checking for glVertex3i in -lGL... no
checking for glVertex3s in -lGL... no
checking for glVertex3d in -lMesaGL... no
configure: error: Cannot find GL library

et

glxinfo | grep direct
glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

et je parlais du noyau car j'ai pas le driver riva (nvidia) donc je pensais que c'était ça le bug à propos opengl-update xorg-x11

et pour celestia ou est le problème ?
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 10:55 pm    Post subject: Reply with quote

didier30 wrote:
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glVertex3d in -lGLcore... no
checking for glVertex3d in -lGL... no
checking for glVertex3f in -lGL... no
checking for glVertex3i in -lGL... no
checking for glVertex3s in -lGL... no
checking for glVertex3d in -lMesaGL... no
configure: error: Cannot find GL library

et

glxinfo | grep direct
glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

Bon le opengl-update appelé par gtkglxext semble te faire des conneries... Normalement il fait un opengl-update xorg-x11, à priori tu as peut-être un problème avec les libs lors d'un opengl-update xorg-x11. Donc même procédé, on fait un ls -l /usr/lib/libGL* après un opengl-update xorg-x11. Et on regarde à quoi ça ressemble (normalement c'est des liens symboliques vers opengl/xorg-x11/lib cette fois).

Quote:

et je parlais du noyau car j'ai pas le driver riva (nvidia) donc je pensais que c'était ça le bug à propos opengl-update xorg-x11

et pour celestia ou est le problème ?

Non le truc riva c'est pour le frame buffer. Il n'influe en rien sur l'opengl sous X.
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Tue May 10, 2005 11:09 pm    Post subject: Reply with quote

-rw-r--r-- 1 root root 721 May 10 22:40 /usr/lib/libGL.la
-rw-r--r-- 1 root root 671052 May 5 21:43 /usr/lib/libGLU.a
-rw-r--r-- 1 root root 752 May 5 21:43 /usr/lib/libGLU.la
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x 1 root root 579883 May 5 21:43 /usr/lib/libGLU.so.1.3
-rw-r--r-- 1 root root 28314 May 5 21:43 /usr/lib/libGLw.a
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x 1 root root 27118 May 5 21:43 /usr/lib/libGLw.so.1.0
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Tue May 10, 2005 11:25 pm    Post subject: Reply with quote

didier30 wrote:
-rw-r--r-- 1 root root 721 May 10 22:40 /usr/lib/libGL.la
-rw-r--r-- 1 root root 671052 May 5 21:43 /usr/lib/libGLU.a
-rw-r--r-- 1 root root 752 May 5 21:43 /usr/lib/libGLU.la
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x 1 root root 579883 May 5 21:43 /usr/lib/libGLU.so.1.3
-rw-r--r-- 1 root root 28314 May 5 21:43 /usr/lib/libGLw.a
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx 1 root root 13 May 5 21:43 /usr/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x 1 root root 27118 May 5 21:43 /usr/lib/libGLw.so.1.0

Bon bin il te manque les libs... t'as quelquechose dans /usr/lib/opengl/xorg-x11/lib
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Wed May 11, 2005 10:19 am    Post subject: Reply with quote

j'ai re-re-emerge xorg et maintenant celestia marche aussi
je me suis rendu compte que les lib manquantes étaient des liens vers opengl/xorg-x11 et donc des liens entre les deux qui pointaient les uns sur les autres

merci beaucoup pour ta patience :wink:
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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