You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/24 07:50:33 UTC

[GitHub] sachinoze opened a new issue #4870: Building openssl fails while installing superset on Ubuntu 16.04

sachinoze opened a new issue #4870: Building openssl fails while installing superset on Ubuntu 16.04
URL: https://github.com/apache/incubator-superset/issues/4870
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   0.24.0 (same issue is reproduced for version 0.23.0, 0.20.0 and 0.19.0)
   versions of utilities is as follows
   python 2.7.12
   setuptools (39.0.1)
   pip (10.0.1)
   virtualenv (15.2.0)
   build-essential (12.1ubuntu2).
   libffi-dev (3.2.1-4).
   libsasl2-dev (2.1.26.dfsg1-14build1).
   libldap2-dev (2.4.42+dfsg-2ubuntu3.2).
   python-dev (2.7.12-1~16.04).
   python-pip (8.1.1-2ubuntu0.4).
   libssl-dev (1.1.0h-2+ubuntu16.04.1+deb.sury.org+2).
   
   ### Expected results
   superset is installed
   
   ### Actual results
   fails while installing cryptography (1.9)
   --------------------------------------------------------------------------------------------------------------------------
     building '_openssl' extension
     creating build/temp.linux-x86_64-2.7/build
     creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7
     x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o
     build/temp.linux-x86_64-2.7/_openssl.c:911:6: error: conflicting types for ‘BIO_callback_ctrl’
      long BIO_callback_ctrl(
           ^
     In file included from /usr/include/openssl/asn1.h:16:0,
                      from build/temp.linux-x86_64-2.7/_openssl.c:530:
     /usr/include/openssl/bio.h:551:6: note: previous declaration of ‘BIO_callback_ctrl’ was here
      long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
   ---------------------------------------------------------------------------------------------------------------------------
   
   ### Steps to reproduce
   Followed steps mentioned in the installation guide
   https://superset.incubator.apache.org/installation.html
   
   
   [nohup.txt](https://github.com/apache/incubator-superset/files/1941429/nohup.txt)
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services