Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404041 - dev-python/simpleparse-2.1.1 fails with pypy
Summary: dev-python/simpleparse-2.1.1 fails 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:48 UTC by Patrick Lauer
Modified: 2012-02-20 15:06 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:48:41 UTC
running build_ext
building 'simpleparse.stt.TextTools.mxTextTools.mxTextTools' extension
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7/stt
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7/stt/TextTools
creating build-2.7-pypy-1.8/temp.linux-x86_64-2.7/stt/TextTools/mxTextTools
cc -O2 -pipe -fno-strict-aliasing -fPIC -DMX_BUILDING_MXTEXTTOOLS=1 -Istt/TextTools/mxTextTools -I/usr/lib64/pypy1.8/include -c stt/TextTools/mxTextTools/mxTextTools.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/stt/TextTools/mxTextTools/mxTextTools.o
stt/TextTools/mxTextTools/mxTextTools.c:9:0: warning: "MX_BUILDING_MXTEXTTOOLS" redefined
<command-line>:0:0: note: this is the location of the previous definition
stt/TextTools/mxTextTools/mxTextTools.c: In function ‘mxTextSearch_SearchBuffer’:
stt/TextTools/mxTextTools/mxTextTools.c:483:6: warning: passing argument 2 of ‘PyObject_AsCharBuffer’ from incompatible pointer type
/usr/lib64/pypy1.8/include/pypy_decl.h:257:17: note: expected ‘char **’ but argument is of type ‘const char **’
stt/TextTools/mxTextTools/mxTextTools.c: In function ‘mxTextTools_UnicodeJoin’:
stt/TextTools/mxTextTools/mxTextTools.c:2975:5: error: expected ‘(’ before ‘PyTuple_Check’
stt/TextTools/mxTextTools/mxTextTools.c: In function ‘mxTextTools_Join’:
stt/TextTools/mxTextTools/mxTextTools.c:3120:5: error: expected ‘(’ before ‘PyTuple_Check’
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/simpleparse-2.1.1 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:06:41 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> simpleparse-2.1.1.ebuild,
+  simpleparse-2.1.1_alpha2.ebuild:
+  Restricting pypy #404041