[SciPy-user] test(10) error

arnd.baecker at physik.uni-ulm.de arnd.baecker at physik.uni-ulm.de
Sat Apr 20 06:15:17 EDT 2002


Hi,

for scipy.test(10) I get the error below.
I am using

Python 2.2.1c2 (#1, Apr  4 2002, 18:54:47)
[GCC 2.95.4 20011006 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

scipy.__version__
'0.2.0_alpha_68.3473'

(i.e a checkout from CVS yesterday, the same for f2py2e and Numerical
if this is of any relevance).

Arnd

---------------

Error messages:

[...]
2nd run(Numeric,compiled,speed up):  2.3241, 1.0693, 2.1734
.warning: specified build_dir '_bad_path_' does not exist or is or is not
writable. Trying default locations
...warning: specified build_dir '..' does not exist or is or is not
writable. Trying default locations
.warning: specified build_dir '_bad_path_' does not exist or is or is not
writable. Trying default locations
...warning: specified build_dir '..' does not exist or is or is not
writable. Trying default locations
....................................
test printing a value:2
../home/abaecker/.python22_compiled/23452/sc_c80c258b969a5db26951b55161bcd77a0.cpp:
In function `struct PyObject * compiled_func(PyObject *, PyObject *)':
/home/abaecker/.python22_compiled/23452/sc_c80c258b969a5db26951b55161bcd77a0.cpp:420:
void value not ignored as it ought to be
/home/abaecker/.python22_compiled/23452/sc_c80c258b969a5db26951b55161bcd77a0.cpp:420:
confused by earlier errors, bailing out
E...........................................................................................................................................TESTING
CONVERGENCE
[...]

======================================================================
ERROR: check_exceptions (test_inline_tools.test_inline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/abaecker/PYTHON/lib/python2.2/site-packages/scipy/weave/tests/test_inline_tools.py",
line 25, in check_exceptions
    result = inline_tools.inline(code,['a'])
  File
"/home/abaecker/PYTHON/lib/python2.2/site-packages/scipy/weave/inline_tools.py",
line 327, in inline
    auto_downcast = auto_downcast,
  File
"/home/abaecker/PYTHON/lib/python2.2/site-packages/scipy/weave/inline_tools.py",
line 426, in compile_function
    verbose=verbose, **kw)
  File
"/home/abaecker/PYTHON/lib/python2.2/site-packages/scipy/weave/ext_tools.py",
line 321, in compile
    verbose = verbose, **kw)
  File
"/home/abaecker/PYTHON/lib/python2.2/site-packages/scipy/weave/build_tools.py",
line 203, in build_extension
    setup(name = module_name, ext_modules = [ext],verbose=verb)
  File "/home/abaecker/PYTHON//lib/python2.2/distutils/core.py", line 157,
in setup
    raise SystemExit, "error: " + str(msg)
CompileError: error: command 'gcc' failed with exit status 1

----------------------------------------------------------------------
Ran 543 tests in 1200.287s

FAILED (errors=1)





More information about the SciPy-User mailing list