Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403817 - dev-python/pybloomfiltermmap-0.2.0 fails to build with pypy
Summary: dev-python/pybloomfiltermmap-0.2.0 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 07:44 UTC by Patrick Lauer
Modified: 2012-02-20 15:23 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 07:44:36 UTC
* Building of dev-python/pybloomfiltermmap-0.2.0 with PyPy 1.7 (Python 2.7)...
pypy-c1.7 setup.py build -b build-2.7-pypy-1.7
Building from C
running build
running build_ext
building 'pybloomfilter' extension
creating build-2.7-pypy-1.7
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/mmapbitarray.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/mmapbitarray.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/bloomfilter.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/bloomfilter.o
In file included from /usr/include/string.h:642:0,
                 from src/bloomfilter.c:3:
In function ‘memset’,
    inlined from ‘bloomfilter_Create’ at src/bloomfilter.c:28:11:
/usr/include/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters
In function ‘memset’,
    inlined from ‘bloomfilter_Create’ at src/bloomfilter.c:29:11:
/usr/include/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/primetester.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/primetester.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/pybloomfilter.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/pybloomfilter.o
src/pybloomfilter.c:220:16: warning: ‘always_inline’ attribute ignored
src/pybloomfilter.c: In function ‘__Pyx_ErrRestore’:
src/pybloomfilter.c:5346:29: warning: initialization makes pointer from integer without a cast
src/pybloomfilter.c:5348:22: error: ‘PyThreadState’ has no member named ‘curexc_type’
src/pybloomfilter.c:5349:23: error: ‘PyThreadState’ has no member named ‘curexc_value’
src/pybloomfilter.c:5350:20: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
src/pybloomfilter.c:5351:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
src/pybloomfilter.c:5352:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
src/pybloomfilter.c:5353:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
src/pybloomfilter.c: In function ‘__Pyx_ErrFetch’:
src/pybloomfilter.c:5360:29: warning: initialization makes pointer from integer without a cast
src/pybloomfilter.c:5361:19: error: ‘PyThreadState’ has no member named ‘curexc_type’
src/pybloomfilter.c:5362:20: error: ‘PyThreadState’ has no member named ‘curexc_value’
src/pybloomfilter.c:5363:17: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
src/pybloomfilter.c:5365:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
src/pybloomfilter.c:5366:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
src/pybloomfilter.c:5367:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
src/pybloomfilter.c: In function ‘__Pyx_AddTraceback’:
src/pybloomfilter.c:5940:5: warning: passing argument 1 of ‘PyFrame_New’ makes pointer from integer without a cast
/usr/lib64/pypy1.7/include/pypy_decl.h:130:29: note: expected ‘struct PyThreadState *’ but argument is of type ‘int’
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/pybloomfiltermmap-0.2.0 failed (compile phase):
 *   Building failed with PyPy 1.7 (Python 2.7) in distutils_building() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 15:23:01 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org>
+  pybloomfiltermmap-0.2.0.ebuild:
+  Restricting pypy #403817