-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
Steps to reproduce:
- Try to
pip install ssh2-python
from a PyPy interpreter. - Build will fail:
cc -O2 -fPIC -Wimplicit -Ilibssh2/include -I/home/travis/virtualenv/pypy-5.4.1/include -c pssh/native/ssh2.c -o build/temp.linux-x86_64-2.7/pssh/native/ssh2.o -O3
pssh/native/ssh2.c:845:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:857:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:917:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:929:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:941:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:953:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:965:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
pssh/native/ssh2.c:976:3: error: unknown type name ‘PyBaseExceptionObject’
PyBaseExceptionObject __pyx_base;
^
error: command 'cc' failed with exit status 1
Expected behaviour: Install would succeed.
Actual behaviour: Compile failed as above.
Additional info: libssh2 1.4.3, Ubuntu 14.04, gcc 4.8.4, PyPy 5.4.1
Metadata
Metadata
Assignees
Labels
No labels