Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404023 - dev-python/pyproj-1.9.0 fails with pypy
Summary: dev-python/pyproj-1.9.0 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:27 UTC by Patrick Lauer
Modified: 2012-02-20 14:58 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:27:15 UTC
cc -O2 -pipe -fno-strict-aliasing -fPIC -Isrc -I/usr/lib64/pypy1.8/include -c _proj.c -o build-2.7-pypy-1.8/temp.linux-x86_64-2.7/_proj.o
_proj.c: In function ‘__pyx_pf_5_proj_set_datapath’:
_proj.c:600:3: warning: passing argument 2 of ‘pj_set_searchpath’ from incompatible pointer type
src/proj_api.h:92:6: note: expected ‘const char **’ but argument is of type ‘char **’
_proj.c: In function ‘__Pyx_ErrRestore’:
_proj.c:3794:29: warning: initialization makes pointer from integer without a cast
_proj.c:3796:22: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:3797:23: error: ‘PyThreadState’ has no member named ‘curexc_value’
_proj.c:3798:20: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
_proj.c:3799:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:3800:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
_proj.c:3801:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
_proj.c: In function ‘__Pyx_ErrFetch’:
_proj.c:3808:29: warning: initialization makes pointer from integer without a cast
_proj.c:3809:19: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:3810:20: error: ‘PyThreadState’ has no member named ‘curexc_value’
_proj.c:3811:17: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
_proj.c:3813:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:3814:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
_proj.c:3815:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
_proj.c: In function ‘__Pyx_GetException’:
_proj.c:3983:29: warning: initialization makes pointer from integer without a cast
_proj.c:3984:24: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:3985:25: error: ‘PyThreadState’ has no member named ‘curexc_value’
_proj.c:3986:22: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
_proj.c:3987:11: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:3988:11: error: ‘PyThreadState’ has no member named ‘curexc_value’
_proj.c:3989:11: error: ‘PyThreadState’ has no member named ‘curexc_traceback’
_proj.c:3991:9: error: ‘PyThreadState’ has no member named ‘curexc_type’
_proj.c:4003:22: error: ‘PyThreadState’ has no member named ‘exc_type’
_proj.c:4004:23: error: ‘PyThreadState’ has no member named ‘exc_value’
_proj.c:4005:20: error: ‘PyThreadState’ has no member named ‘exc_traceback’
_proj.c:4006:11: error: ‘PyThreadState’ has no member named ‘exc_type’
_proj.c:4007:11: error: ‘PyThreadState’ has no member named ‘exc_value’
_proj.c:4008:11: error: ‘PyThreadState’ has no member named ‘exc_traceback’
_proj.c: In function ‘__Pyx_ExceptionSave’:
_proj.c:4027:29: warning: initialization makes pointer from integer without a cast
_proj.c:4028:19: error: ‘PyThreadState’ has no member named ‘exc_type’
_proj.c:4029:20: error: ‘PyThreadState’ has no member named ‘exc_value’
_proj.c:4030:17: error: ‘PyThreadState’ has no member named ‘exc_traceback’
_proj.c: In function ‘__Pyx_ExceptionReset’:
_proj.c:4038:29: warning: initialization makes pointer from integer without a cast
_proj.c:4039:22: error: ‘PyThreadState’ has no member named ‘exc_type’
_proj.c:4040:23: error: ‘PyThreadState’ has no member named ‘exc_value’
_proj.c:4041:20: error: ‘PyThreadState’ has no member named ‘exc_traceback’
_proj.c:4042:11: error: ‘PyThreadState’ has no member named ‘exc_type’
_proj.c:4043:11: error: ‘PyThreadState’ has no member named ‘exc_value’
_proj.c:4044:11: error: ‘PyThreadState’ has no member named ‘exc_traceback’
_proj.c: In function ‘__Pyx_AddTraceback’:
_proj.c:4577: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/pyproj-1.9.0 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 14:58:55 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyproj-1.8.9.ebuild,
+  pyproj-1.9.0.ebuild:
+  Restricting pypy #404023