Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401765 - [progress] dev-python/pyproj-1.9.0 fails to build with PyPy 1.7
Summary: [progress] dev-python/pyproj-1.9.0 fails to build with PyPy 1.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-01 10:21 UTC by Ian Delaney (RETIRED)
Modified: 2012-02-01 23:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the build log (pyproj_build.log,245.94 KB, text/plain)
2012-02-01 10:21 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-02-01 10:21:09 UTC
Created attachment 300603 [details]
the build log

Testing progress package against pypy 1.7.

_proj.c guaranteed is missing a header.

_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


and so forth;
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-02-01 23:42:53 UTC
PyPy ABIs restricted in r1711.