Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401753 - [progress] dev-python/pyzmq-2.1.11 fails to build with PyPy 1.7
Summary: [progress] dev-python/pyzmq-2.1.11 fails to build with PyPy 1.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-01 09:27 UTC by Ian Delaney (RETIRED)
Modified: 2012-02-01 16:37 UTC (History)
0 users

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


Attachments
the build log (pyzmq_build.log,71.12 KB, text/plain)
2012-02-01 09:27 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-02-01 09:27:16 UTC
Created attachment 300595 [details]
the build log

testing package against pypy 1.7
fails with the source of failure in 
zmq/utils/allocate.h
zmq/core/context.c

The build virtually doesn't even get started.  It hits these I think first up and then the errors and warnings stream out.
In short, a shamozzle.  
You will I suspect typically pin this and sort it in a flash.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-02-01 16:37:05 UTC
C source files have been generated by Cython, which currently does not support PyPy.
PyPy ABIs restricted in r1703.