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

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


Attachments
the build log (greenlet_build.log,9.99 KB, text/plain)
2012-02-01 12:15 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 12:15:06 UTC
Created attachment 300629 [details]
the build log

Testing against pypy; this one does more clearly cite pypy as the source of the failure.

x86_64-pc-linux-gnu-gcc -march=native -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/lib64/pypy1.7/include -c greenlet.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/greenlet.o
greenlet.c: In function âgreen_create_mainâ:
greenlet.c:190:19: warning: initialization makes pointer from integer without a cast
and so forth; culminating in 

---------------------------------------------
greenlet.c:1242:7: error: invalid type argument of â->â (have âintâ)
error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
 * ERROR: dev-python/greenlet-0.3.3 failed (compile phase):
 *   Building failed with PyPy 1.7 (Python 2.7) in distutils_building() function
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-02-04 01:27:41 UTC
PyPy ABIs restricted in r1722.