No clue about what's going on here...

$ python runtests.py py_unicode_type
Python 2.6.4 (r264:75706, Jun  4 2010, 18:20:16)
[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)]

Running tests against Cython 0.14.rc0

py_unicode_type.c:1:2: error: #error Do not use this file, it is the
result of a failed Cython compilation.
py_unicode_type.cpp:1:2: error: #error Do not use this file, it is the
result of a failed Cython compilation.
======================================================================
ERROR: compiling (c) and running py_unicode_type
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 464, in run
    self.runCompileTest()
  File "runtests.py", line 299, in runCompileTest
    self.test_directory, self.expect_errors, self.annotate)
  File "runtests.py", line 451, in compile
    self.run_distutils(test_directory, module, workdir, incdir)
  File "runtests.py", line 411, in run_distutils
    build_extension.run()
  File "/usr/lib/python2.6/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/usr/lib/python2.6/distutils/command/build_ext.py", line 449,
in build_extensions
    self.build_extension(ext)
  File "runtests.py", line 95, in build_extension
    _build_ext.build_extension(self, ext)
  File "/usr/lib/python2.6/distutils/command/build_ext.py", line 499,
in build_extension
    depends=ext.depends)
  File "/usr/lib/python2.6/distutils/ccompiler.py", line 697, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/usr/lib/python2.6/distutils/unixccompiler.py", line 190, in _compile
    raise CompileError, msg
CompileError: command 'gcc' failed with exit status 1

======================================================================
ERROR: compiling (cpp) and running py_unicode_type
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 464, in run
    self.runCompileTest()
  File "runtests.py", line 299, in runCompileTest
    self.test_directory, self.expect_errors, self.annotate)
  File "runtests.py", line 451, in compile
    self.run_distutils(test_directory, module, workdir, incdir)
  File "runtests.py", line 411, in run_distutils
    build_extension.run()
  File "/usr/lib/python2.6/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/usr/lib/python2.6/distutils/command/build_ext.py", line 449,
in build_extensions
    self.build_extension(ext)
  File "runtests.py", line 95, in build_extension
    _build_ext.build_extension(self, ext)
  File "/usr/lib/python2.6/distutils/command/build_ext.py", line 499,
in build_extension
    depends=ext.depends)
  File "/usr/lib/python2.6/distutils/ccompiler.py", line 697, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/usr/lib/python2.6/distutils/unixccompiler.py", line 190, in _compile
    raise CompileError, msg
CompileError: command 'gcc' failed with exit status 1

----------------------------------------------------------------------
Ran 3 tests in 0.851s

FAILED (errors=2)
ALL DONE


-- 
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to