[Python-checkins] buildbot warnings in amd64 gentoo 2.5
buildbot at python.org
buildbot at python.org
Fri Mar 2 20:43:17 CET 2007
The Buildbot has detected a new failure of amd64 gentoo 2.5.
Full details are available at:
http://www.python.org/dev/buildbot/all/amd64%2520gentoo%25202.5/builds/249
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: andrew.kuchling,raymond.hettinger
Build had warnings: warnings test
Excerpt from the test logfile:
1 test failed:
test_ctypes
======================================================================
ERROR: test_gl (ctypes.test.test_find.Test_OpenGL_libs)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildslave/buildslave/python/2.5.norwitz-amd64/build/Lib/ctypes/test/test_find.py", line 38, in setUp
self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
File "/home/buildslave/buildslave/python/2.5.norwitz-amd64/build/Lib/ctypes/__init__.py", line 340, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libGL.so.1: cannot open shared object file: No such file or directory
======================================================================
ERROR: test_glu (ctypes.test.test_find.Test_OpenGL_libs)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildslave/buildslave/python/2.5.norwitz-amd64/build/Lib/ctypes/test/test_find.py", line 38, in setUp
self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
File "/home/buildslave/buildslave/python/2.5.norwitz-amd64/build/Lib/ctypes/__init__.py", line 340, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libGL.so.1: cannot open shared object file: No such file or directory
======================================================================
ERROR: test_glut (ctypes.test.test_find.Test_OpenGL_libs)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildslave/buildslave/python/2.5.norwitz-amd64/build/Lib/ctypes/test/test_find.py", line 38, in setUp
self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
File "/home/buildslave/buildslave/python/2.5.norwitz-amd64/build/Lib/ctypes/__init__.py", line 340, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libGL.so.1: cannot open shared object file: No such file or directory
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list