Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403819 - dev-python/python-mhash-1.4 fails to build with pypy
Summary: dev-python/python-mhash-1.4 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:50 UTC by Patrick Lauer
Modified: 2012-02-20 15:22 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:50:41 UTC
* Building of dev-python/python-mhash-1.4 with PyPy 1.7 (Python 2.7)...
pypy-c1.7 setup.py build -b build-2.7-pypy-1.7
running build
running build_ext
building 'mhash' extension
creating build-2.7-pypy-1.7
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7
cc -O2 -pipe -fno-strict-aliasing -fPIC -DVERSION="1.4" -I/usr/lib64/pypy1.7/include -c mhash.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/mhash.o
mhash.c:252:8: error: ‘_PyObject_Del’ undeclared here (not in a function)
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/python-mhash-1.4 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:22:11 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-mhash-1.4.ebuild:
+  Restricting pypy #403819