[pypy-issue] [issue735] Unable to install Twisted via easy_install
Jacek Furmankiewicz
tracker at bugs.pypy.org
Fri Jun 3 15:57:56 CEST 2011
Jacek Furmankiewicz <jacek99 at gmail.com> added the comment:
Tried again with latest nightly build (Jun 03). Does not hang any more, but
fails to install:
pypy -m easy_install twisted cyclone
Searching for twisted
Reading http://pypi.python.org/simple/twisted/
Reading http://twistedmatrix.com/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/
Reading http://www.twistedmatrix.com
Reading http://twistedmatrix.com/products/download
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/
Reading http://twistedmatrix.com/projects/core/
Best match: Twisted 11.0.0
Downloading http://pypi.python.org/packages/source/T/Twisted/Twisted-
11.0.0.tar.bz2#md5=d7f94a1609a1b8f3b8c8d0146d4cfe54
Processing Twisted-11.0.0.tar.bz2
Running Twisted-11.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
P4fjcj/Twisted-11.0.0/egg-dist-tmp-NUcbfK
twisted/test/raiser.c: In function ‘__Pyx_ErrRestore’:
twisted/test/raiser.c:672: warning: implicit declaration of function
‘PyThreadState_GET’
twisted/test/raiser.c:672: warning: initialization makes pointer from integer
without a cast
twisted/test/raiser.c:674: error: ‘PyThreadState’ has no member named
‘curexc_type’
twisted/test/raiser.c:675: error: ‘PyThreadState’ has no member named
‘curexc_value’
twisted/test/raiser.c:676: error: ‘PyThreadState’ has no member named
‘curexc_traceback’
twisted/test/raiser.c:677: error: ‘PyThreadState’ has no member named
‘curexc_type’
twisted/test/raiser.c:678: error: ‘PyThreadState’ has no member named
‘curexc_value’
twisted/test/raiser.c:679: error: ‘PyThreadState’ has no member named
‘curexc_traceback’
twisted/test/raiser.c: In function ‘__Pyx_ErrFetch’:
twisted/test/raiser.c:686: warning: initialization makes pointer from integer
without a cast
twisted/test/raiser.c:687: error: ‘PyThreadState’ has no member named
‘curexc_type’
twisted/test/raiser.c:688: error: ‘PyThreadState’ has no member named
‘curexc_value’
twisted/test/raiser.c:689: error: ‘PyThreadState’ has no member named
‘curexc_traceback’
twisted/test/raiser.c:691: error: ‘PyThreadState’ has no member named
‘curexc_type’
twisted/test/raiser.c:692: error: ‘PyThreadState’ has no member named
‘curexc_value’
twisted/test/raiser.c:693: error: ‘PyThreadState’ has no member named
‘curexc_traceback’
twisted/test/raiser.c: In function ‘__Pyx_Raise’:
twisted/test/raiser.c:707: warning: implicit declaration of function
‘PyTraceBack_Check’
twisted/test/raiser.c: In function ‘__Pyx_FindPy2Metaclass’:
twisted/test/raiser.c:819: error: ‘PyClass_Type’ undeclared (first use in this
function)
twisted/test/raiser.c:819: error: (Each undeclared identifier is reported only
once
twisted/test/raiser.c:819: error: for each function it appears in.)
twisted/test/raiser.c: In function ‘__Pyx_AddTraceback’:
twisted/test/raiser.c:1312: warning: passing argument 1 of ‘PyFrame_New’ makes
pointer from integer without a cast
/home/jacekf/bin/pypy/include/pypy_decl.h:127: note: expected ‘struct
PyThreadState *’ but argument is of type ‘int’
twisted/test/raiser.c: In function ‘__Pyx_PyIndex_AsSsize_t’:
twisted/test/raiser.c:1409: warning: implicit declaration of function
‘PyNumber_Index’
twisted/test/raiser.c:1409: warning: initialization makes pointer from integer
without a cast
twisted/test/raiser.c: In function ‘__Pyx_PyInt_FromSize_t’:
twisted/test/raiser.c:1426: warning: implicit declaration of function
‘PyInt_FromSize_t’
twisted/test/raiser.c:1426: warning: return makes pointer from integer without a
cast
error: Setup script exited with error: command 'cc' failed with exit status 1
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue735>
________________________________________
More information about the pypy-issue
mailing list