After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 443344 - Undefined symbol in OpenGL.GLU
Undefined symbol in OpenGL.GLU
Status: RESOLVED INCOMPLETE
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
unspecified
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-02 22:01 UTC by johan.kaunitz
Modified: 2007-07-16 22:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description johan.kaunitz 2007-06-02 22:01:53 UTC
What were you doing when the application crashed?



Distribution: Debian lenny/sid
Gnome Release: 2.18.2 2007-05-28 (Debian)
BugBuddy Version: 2.18.1

System: Linux 2.6.22-rc3-k7 #1 SMP Fri Jun 1 01:52:21 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Human
Icon Theme: gnome

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors (8 sec old) ---------------------
    start_game()
  • File "/var/lib/python-support/python2.4/glchess/glchess.py", line 2 in start_game
    import main
  • File "/var/lib/python-support/python2.4/glchess/main.py", line 18 in ?
    import scene.opengl
  • File "/var/lib/python-support/python2.4/glchess/scene/opengl/__init__.py", line 17 in ?
    from opengl import *
  • File "/var/lib/python-support/python2.4/glchess/scene/opengl/opengl.py", line 5 in ?
    from OpenGL.GLU import *
  • File "/usr/lib/python2.4/site-packages/OpenGL/GLU/__init__.py", line 2 in ?
    from GLU__init__ import *
  • File "/usr/lib/python2.4/site-packages/OpenGL/GLU/GLU__init__.py", line 2 in ?
    import GLU__init___
ImportError: /usr/lib/python2.4/site-packages/OpenGL/GLU/GLU__init___.so: undefined symbol: gluBuild3DMipmapLevels
--------------------------------------------------
Traceback (most recent call last):
  File "/usr/games/glchess", line 20, in ?
    start_game()
  • File "/var/lib/python-support/python2.4/glchess/glchess.py", line 2 in start_game
    import main
  • File "/var/lib/python-support/python2.4/glchess/main.py", line 18 in ?
    import scene.opengl
  • File "/var/lib/python-support/python2.4/glchess/scene/opengl/__init__.py", line 17 in ?
    from opengl import *
  • File "/var/lib/python-support/python2.4/glchess/scene/opengl/opengl.py", line 5 in ?
    from OpenGL.GLU import *
  • File "/usr/lib/python2.4/site-packages/OpenGL/GLU/__init__.py", line 2 in ?
    from GLU__init__ import *
  • File "/usr/lib/python2.4/site-packages/OpenGL/GLU/GLU__init__.py", line 2 in ?
    import GLU__init___
ImportError: /usr/lib/python2.4/site-packages/OpenGL/GLU/GLU__init___.so: undefined symbol: gluBuild3DMipmapLevels

Comment 1 Robert Ancell 2007-06-03 05:23:03 UTC
From the command line please try:
$ python
>>> import OpenGL.GLU

If the same errors are reported then there is a problem with your OpenGL drivers and/or their python bindings and you will have to open a bug with Debian.
Comment 2 Pedro Villavicencio 2007-07-16 22:13:42 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!