Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403821 - dev-python/py-xmlrpc-0.8.8.3-r1 fails to build with pypy
Summary: dev-python/py-xmlrpc-0.8.8.3-r1 fails to build 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-15 07:54 UTC by Patrick Lauer
Modified: 2012-02-20 15:21 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-15 07:54:21 UTC
* Building of dev-python/py-xmlrpc-0.8.8.3-r1 with PyPy 1.7 (Python 2.7)...
pypy-c1.7 setup.py build -b build-2.7-pypy-1.7
running build
running build_py
creating build-2.7-pypy-1.7
creating build-2.7-pypy-1.7/lib.linux-x86_64-2.7
copying xmlrpc.py -> build-2.7-pypy-1.7/lib.linux-x86_64-2.7
copying pyxmlrpclib.py -> build-2.7-pypy-1.7/lib.linux-x86_64-2.7
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building '_xmlrpc' 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/src
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcBoolean.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcBoolean.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcBase64.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcBase64.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcSource.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcSource.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcUtils.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcUtils.o
src/rpcUtils.c: In function ‘parseHeaderLine’:
src/rpcUtils.c:1582:10: warning: cast from pointer to integer of different size
src/rpcUtils.c:1599:10: warning: cast from pointer to integer of different size
src/rpcUtils.c:1612:10: warning: cast from pointer to integer of different size
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/xmlrpc.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/xmlrpc.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcDispatch.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcDispatch.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcPostpone.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcPostpone.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/rpcDate.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/rpcDate.o
cc -O2 -pipe -fPIC -I/usr/lib64/pypy1.7/include -c src/xmlrpcmodule.c -o build-2.7-pypy-1.7/temp.linux-x86_64-2.7/src/xmlrpcmodule.o
src/xmlrpcmodule.c: In function ‘pySetLogger’:
src/xmlrpcmodule.c:139:2: error: ‘PyFile_Type’ undeclared (first use in this function)
src/xmlrpcmodule.c:139:2: note: each undeclared identifier is reported only once for each function it appears in
error: command 'cc' failed with exit status 1
 * ERROR: dev-python/py-xmlrpc-0.8.8.3-r1 failed (compile phase):
 *   Building failed with PyPy 1.7 (Python 2.7) in distutils_building() function
Comment 1 Patrick Lauer gentoo-dev 2012-02-20 15:21:00 UTC
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> py-xmlrpc-0.8.8.3-r1.ebuild:
+  Restricting pypy #403821