Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404017 - dev-python/msgpack-0.1.12 fails to build with pypy
Summary: dev-python/msgpack-0.1.12 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-16 05:04 UTC by Patrick Lauer
Modified: 2012-02-20 15:08 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-16 05:04:33 UTC
running build_ext
building 'msgpack._msgpack' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/msgpack
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.8/include -c msgpack/_msgpack.c -o build/temp.linux-x86_64-2.7/msgpack/_msgpack.o
msgpack/_msgpack.c: In function ‘init_msgpack’:
msgpack/_msgpack.c:5493:96: error: ‘PyBoolObject’ undeclared (first use in this function)
msgpack/_msgpack.c:5493:96: note: each undeclared identifier is reported only once for each function it appears in
msgpack/_msgpack.c:5494:105: error: ‘PyComplexObject’ undeclared (first use in this function)
msgpack/_msgpack.c: In function ‘__Pyx_ErrRestore’:
msgpack/_msgpack.c:5730:29: warning: initialization makes pointer from integer without a cast
msgpack/_msgpack.c:5732:22: error: ‘PyThreadState’ has no member named ‘curexc_type’
msgpack/_msgpack.c:5733:23: error: ‘PyThreadState’ has no member named ‘curexc_value’
msgpack/_msgpack.c:5734:20: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
msgpack/_msgpack.c:5735:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
msgpack/_msgpack.c:5736:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
msgpack/_msgpack.c:5737:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
msgpack/_msgpack.c: In function ‘__Pyx_ErrFetch’:
msgpack/_msgpack.c:5744:29: warning: initialization makes pointer from integer without a cast
msgpack/_msgpack.c:5745:19: error: ‘PyThreadState’ has no member named ‘curexc_type’
msgpack/_msgpack.c:5746:20: error: ‘PyThreadState’ has no member named ‘curexc_value’
msgpack/_msgpack.c:5747:17: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
msgpack/_msgpack.c:5749:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
msgpack/_msgpack.c:5750:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
msgpack/_msgpack.c:5751:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
msgpack/_msgpack.c: In function ‘__Pyx_AddTraceback’:
msgpack/_msgpack.c:6631:5: warning: passing argument 1 of ‘PyFrame_New’ makes pointer from integer without a cast
/usr/lib64/pypy1.8/include/pypy_decl.h:131:29: note: expected ‘struct PyThreadState *’ but argument is of type ‘int’
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/msgpack-0.1.12 failed (compile phase):
 *   Building failed with PyPy 1.8 (Python 2.7) in distutils_building() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 15:08:46 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> msgpack-0.1.12.ebuild:
+  Restricting pypy #404017