Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403791 - dev-python/cython-0.15.1 fails to build with pypy
Summary: dev-python/cython-0.15.1 fails to build with pypy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 06:41 UTC by Patrick Lauer
Modified: 2012-02-20 15:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-02-15 06:41:48 UTC
* Building of dev-python/cython-0.15.1 with PyPy 1.7 (Python 2.7)...
pypy-c1.7 setup.py build -b build-2.7-pypy-1.7

ERROR: 

Extension module compilation failed, looks like Cython cannot run
properly on this system.  To work around this, pass the option
"--no-cython-compile".  This will install a pure Python version of
Cython without compiling its own sources.

Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File "setup.py", line 259, in <module>
    compile_cython_modules(cython_profile, cython_compile_more, cython_with_refnanny)
  File "setup.py", line 176, in compile_cython_modules
    from Cython.Compiler.Main import compile
  File "/var/tmp/portage/dev-python/cython-0.15.1/work/Cython-0.15.1/Cython/__init__.py", line 4, in <module>
    from Cython.Shadow import *
  File "/var/tmp/portage/dev-python/cython-0.15.1/work/Cython-0.15.1/Cython/Shadow.py", line 282, in <module>
    NULL = p_void(0)
  File "/var/tmp/portage/dev-python/cython-0.15.1/work/Cython-0.15.1/Cython/Shadow.py", line 121, in __init__
    raise ValueError
ValueError
 * ERROR: dev-python/cython-0.15.1 failed (compile phase):
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 15:33:10 UTC
  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> cython-0.14.1.ebuild,
  cython-0.15.1.ebuild:
  Restrict pypy for #403791