Some cryptic errors here.  I just installed Debian 'lenny' on my box,
so some numpy tests don't run yet.

$ gcc -v
gcc version 4.3.2 (Debian 4.3.2-1.1)

======================================================================
ERROR: compiling (c) and running cimport_cython_T505
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 416, in run
    self.run_doctests(self.module, result)
  File "runtests.py", line 471, in run_doctests
    (module_name, result_code & 255))
Exception: Tests in module 'cimport_cython_T505' were unexpectedly
killed by signal 11

======================================================================
ERROR: compiling (cpp) and running int_float_builtins_as_casts_T400
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 416, in run
    self.run_doctests(self.module, result)
  File "runtests.py", line 471, in run_doctests
    (module_name, result_code & 255))
Exception: Tests in module 'int_float_builtins_as_casts_T400' were
unexpectedly killed by signal 11

======================================================================
ERROR: compiling (cpp) and running unicodeencode
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 416, in run
    self.run_doctests(self.module, result)
  File "runtests.py", line 471, in run_doctests
    (module_name, result_code & 255))
Exception: Tests in module 'unicodeencode' were unexpectedly killed by signal 11

======================================================================
ERROR: compiling (cpp) and running unicodemethods
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 416, in run
    self.run_doctests(self.module, result)
  File "runtests.py", line 471, in run_doctests
    (module_name, result_code & 255))
Exception: Tests in module 'unicodemethods' were unexpectedly killed
by signal 11

======================================================================
ERROR: compiling (cpp) and running cpp_overload_wrapper
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 442, in run_doctests
    tests = doctest.DocTestSuite(module_name)
  File "/usr/lib/python2.5/doctest.py", line 2266, in DocTestSuite
    module = _normalize_module(module)
  File "/usr/lib/python2.5/doctest.py", line 200, in _normalize_module
    return __import__(module, globals(), locals(), ["*"])
ImportError: 
/home/ksmith/Downloads/Cython-0.13.beta0/BUILD/wrappers/cpp/cpp_overload_wrapper.so:
undefined symbol: _Z10doublefuncddd

======================================================================
ERROR: compiling (cpp) and running cpp_overload_wrapper
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 416, in run
    self.run_doctests(self.module, result)
  File "runtests.py", line 481, in run_doctests
    (module_name, result_code))
Exception: Tests in module 'cpp_overload_wrapper' exited with status 1

======================================================================
ERROR: compiling (cpp) and running cppwrap
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 442, in run_doctests
    tests = doctest.DocTestSuite(module_name)
  File "/usr/lib/python2.5/doctest.py", line 2266, in DocTestSuite
    module = _normalize_module(module)
  File "/usr/lib/python2.5/doctest.py", line 200, in _normalize_module
    return __import__(module, globals(), locals(), ["*"])
ImportError: 
/home/ksmith/Downloads/Cython-0.13.beta0/BUILD/wrappers/cpp/cppwrap.so:
undefined symbol: _Z10doublefuncddd

======================================================================
ERROR: compiling (cpp) and running cppwrap
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 416, in run
    self.run_doctests(self.module, result)
  File "runtests.py", line 481, in run_doctests
    (module_name, result_code))
Exception: Tests in module 'cppwrap' exited with status 1

----------------------------------------------------------------------
Ran 4146 tests in 437.094s

FAILED (errors=8)
Following tests excluded because of missing dependencies on your system:
   run.numpy_ValueError_T172
   run.numpy_bufacc_T155
   run.numpy_cimport
   run.numpy_test
   run.pstats_profile_test
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to