I'm trying to install gr-baz using Pybombs 2.0.1 There's an error compiling
apache-thrift. I'm using Kali 2016.1 in a virtual machine. Any ideas?
Thanks, -philip

hahnpv@kali:/usr$ pybombs install gr-baz
Install tree:
|
\- gr-baz
   |
   +- armadillo
   |  |
   |  +- lapack
   |  |  |
   |  |  +- gfortran
   |  |  |  |
   |  |  |  \- mpc
   |  |  |     |
   |  |  |     \- mpfr
   |  |  |
   |  |  \- mpfr
   |  |
   |  \- blas
   |
   +- gnuradio
   |  |
   |  +- swig
   |  |
   |  \- apache-thrift
   |
   \- gr-compat
      |
      \- gnuradio
         |
         +- swig
         |
         \- apache-thrift
PyBombs.install_manager - INFO - Installing package: apache-thrift
Building:    (100%)
[=====================================================================================================]
make  all-recursive
make[1]: Entering directory '/usr/src/apache-thrift'
Making all in compiler/cpp
make[2]: Entering directory '/usr/src/apache-thrift/compiler/cpp'
make  all-am
make[3]: Entering directory '/usr/src/apache-thrift/compiler/cpp'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/src/apache-thrift/compiler/cpp'
make[2]: Leaving directory '/usr/src/apache-thrift/compiler/cpp'
Making all in lib
make[2]: Entering directory '/usr/src/apache-thrift/lib'
Making all in cpp
make[3]: Entering directory '/usr/src/apache-thrift/lib/cpp'
Making all in .
make[4]: Entering directory '/usr/src/apache-thrift/lib/cpp'
depbase=`echo src/thrift/transport/TSSLSocket.lo | sed
's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../lib/cpp/src/thrift  -I/usr/include  -I./src
-D__STDC_LIMIT_MACROS  -Wall -Wextra -pedantic -DNDEBUG -std=c++11 -MT
src/thrift/transport/TSSLSocket.lo -MD -MP -MF $depbase.Tpo -c -o
src/thrift/transport/TSSLSocket.lo src/thrift/transport/TSSLSocket.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../..
-I../../lib/cpp/src/thrift -I/usr/include -I./src -D__STDC_LIMIT_MACROS
-Wall -Wextra -pedantic -DNDEBUG -std=c++11 -MT
src/thrift/transport/TSSLSocket.lo -MD -MP -MF
src/thrift/transport/.deps/TSSLSocket.Tpo -c
src/thrift/transport/TSSLSocket.cpp  -fPIC -DPIC -o
src/thrift/transport/.libs/TSSLSocket.o
src/thrift/transport/TSSLSocket.cpp: In constructor
‘apache::thrift::transport::SSLContext::SSLContext(const
apache::thrift::transport::SSLProtocol&)’:
src/thrift/transport/TSSLSocket.cpp:143:37: error: ‘SSLv3_method’ was not
declared in this scope
     ctx_ = SSL_CTX_new(SSLv3_method());
                                     ^
Makefile:1292: recipe for target 'src/thrift/transport/TSSLSocket.lo' failed
make[4]: *** [src/thrift/transport/TSSLSocket.lo] Error 1
make[4]: Leaving directory '/usr/src/apache-thrift/lib/cpp'
Makefile:1586: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/usr/src/apache-thrift/lib/cpp'
Makefile:550: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/src/apache-thrift/lib'
Makefile:620: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/src/apache-thrift'
Makefile:542: recipe for target 'all' failed
make: *** [all] Error 2
PyBombs.Packager.source - ERROR - Build failed. See output above for error
messages.
PyBombs.Packager.source - ERROR - Problem occurred while building package
apache-thrift:
Build failed.
PyBombs.install_manager - ERROR - Error installing package apache-thrift.
Aborting.
hahnpv@kali:/usr$ pybombs --v
usage: pybombs [--version] [-p PREFIX] [--prefix-conf PREFIX_CONF]
               [--config CONFIG] [--config-file CONFIG_FILE] [-r RECIPES]
[-q]
               [-v] [-y]
pybombs: error: ambiguous option: --v could match --verbose, --version
hahnpv@kali:/usr$ pybombs --version
2.0.1
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to