[Python-checkins] buildbot failure in amd64 gentoo 3.0

buildbot at python.org buildbot at python.org
Mon May 26 16:34:57 CEST 2008


The Buildbot has detected a new failure of amd64 gentoo 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/amd64%20gentoo%203.0/builds/532

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: norwitz-amd64

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,christian.heimes

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_ctypes

======================================================================
ERROR: test_PyString_FromString (ctypes.test.test_python_api.PythonAPITestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/ctypes/test/test_python_api.py", line 29, in test_PyString_FromString
    pythonapi.PyString_FromString.restype = py_object
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/ctypes/__init__.py", line 333, in __getattr__
    func = self.__getitem__(name)
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/ctypes/__init__.py", line 338, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: ./python: undefined symbol: PyString_FromString

======================================================================
ERROR: test_PyString_FromStringAndSize (ctypes.test.test_python_api.PythonAPITestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/ctypes/test/test_python_api.py", line 21, in test_PyString_FromStringAndSize
    PyString_FromStringAndSize = pythonapi.PyString_FromStringAndSize
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/ctypes/__init__.py", line 333, in __getattr__
    func = self.__getitem__(name)
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/ctypes/__init__.py", line 338, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: ./python: undefined symbol: PyString_FromStringAndSize

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list