Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401757 - [progress] dev-python/simpleparse-2.1.1 fails to build with PyPy 1.7
Summary: [progress] dev-python/simpleparse-2.1.1 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 09:37 UTC by Ian Delaney (RETIRED)
Modified: 2012-02-01 23:32 UTC (History)
0 users

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


Attachments
the build log (simpleparse_build.log,21.71 KB, text/plain)
2012-02-01 09:37 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 09:37:12 UTC
Created attachment 300599 [details]
the build log

Testing progress package against pypy 1.7.

Never got started.  Looks like header file trouble again.

building 'simpleparse.stt.TextTools.mxTextTools.mxTextTools' extension
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7/stt
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7/stt/TextTools
creating build-2.7-pypy-1.7/temp.linux-x86_64-2.7/stt/TextTools/mxTextTools
x86_64-pc-linux-gnu-gcc -march=native -pipe -O2 -fno-strict-aliasing -fPIC -DMX_BUILDING_MXTEXTTOOLS=1 -Istt/TextTools/mxTextTools -I/usr/lib64/pypy1.7/include -c stt/TextTools/mxTextTools/mxTextTools.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/stt/TextTools/mxTextTools/mxTextTools.o
stt/TextTools/mxTextTools/mxTextTools.c:9:0: warning: "MX_BUILDING_MXTEXTTOOLS" redefined.

And typically once it finds one inconsistent or unexpected def; the rest follow, taking only a half dozen more before it hits the fatal warning that is treated as error, and it collapses in its heap.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-02-01 23:32:15 UTC
PyPy ABIs restricted in r1710.