New submission from dktc <[email protected]>:

Any idea what could be wrong / how to fix this?

====================================================

(pypy-2.0.1)[root@localhost bin]# pip install pyopenssl

.................

cc -O2 -fPIC -Wimplicit -I/opt/pypy-2.0.1/include -c OpenSSL/ssl/connection.c 
-o build/temp.linux-x86_64-
2.7/OpenSSL/ssl/connection.o
OpenSSL/ssl/connection.c: In function âssl_Connection_set_contextâ:
OpenSSL/ssl/connection.c:289: warning: implicit declaration of function 
âSSL_set_SSL_CTXâ
OpenSSL/ssl/connection.c: In function âssl_Connection_get_servernameâ:
OpenSSL/ssl/connection.c:313: error: âTLSEXT_NAMETYPE_host_nameâ undeclared 
(first use in this function)
OpenSSL/ssl/connection.c:313: error: (Each undeclared identifier is reported 
only once
OpenSSL/ssl/connection.c:313: error: for each function it appears in.)
OpenSSL/ssl/connection.c:320: warning: implicit declaration of function 
âSSL_get_servernameâ
OpenSSL/ssl/connection.c:320: warning: assignment makes pointer from integer 
without a cast
OpenSSL/ssl/connection.c: In function âssl_Connection_set_tlsext_host_nameâ:
OpenSSL/ssl/connection.c:346: warning: implicit declaration of function 
âSSL_set_tlsext_host_nameâ
error: command 'cc' failed with exit status 1

----------
messages: 5741
nosy: pypy-issue
priority: bug
status: unread
title: pyopenssl fails to install on pypy 2.0.1

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1490>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to