Skip to content

Instantly share code, notes, and snippets.

@rytse
Created July 17, 2018 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rytse/0eb32f400d3f43cb9c75ca373c18d3a5 to your computer and use it in GitHub Desktop.
Save rytse/0eb32f400d3f43cb9c75ca373c18d3a5 to your computer and use it in GitHub Desktop.
Log of how PyBOMBS fails to install gr-radar
make all-recursive
make[1]: Entering directory '/usr/local/src/apache-thrift'
Making all in lib/cpp
make[2]: Entering directory '/usr/local/src/apache-thrift/lib/cpp'
Making all in .
make[3]: Entering directory '/usr/local/src/apache-thrift/lib/cpp'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/src/apache-thrift/lib/cpp'
make[2]: Leaving directory '/usr/local/src/apache-thrift/lib/cpp'
Making all in compiler/cpp
make[2]: Entering directory '/usr/local/src/apache-thrift/compiler/cpp'
Making all in src
make[3]: Entering directory '/usr/local/src/apache-thrift/compiler/cpp/src'
make all-am
make[4]: Entering directory '/usr/local/src/apache-thrift/compiler/cpp/src'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/apache-thrift/compiler/cpp/src'
make[3]: Leaving directory '/usr/local/src/apache-thrift/compiler/cpp/src'
Making all in src/thrift/plugin
make[3]: Entering directory '/usr/local/src/apache-thrift/compiler/cpp/src/thrift/plugin'
make all-am
make[4]: Entering directory '/usr/local/src/apache-thrift/compiler/cpp/src/thrift/plugin'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/apache-thrift/compiler/cpp/src/thrift/plugin'
make[3]: Leaving directory '/usr/local/src/apache-thrift/compiler/cpp/src/thrift/plugin'
Making all in .
make[3]: Entering directory '/usr/local/src/apache-thrift/compiler/cpp'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/src/apache-thrift/compiler/cpp'
make[2]: Leaving directory '/usr/local/src/apache-thrift/compiler/cpp'
Making all in lib
make[2]: Entering directory '/usr/local/src/apache-thrift/lib'
Making all in json
make[3]: Entering directory '/usr/local/src/apache-thrift/lib/json'
make[4]: Entering directory '/usr/local/src/apache-thrift/lib/json'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/apache-thrift/lib/json'
make[3]: Leaving directory '/usr/local/src/apache-thrift/lib/json'
Making all in xml
make[3]: Entering directory '/usr/local/src/apache-thrift/lib/xml'
make[4]: Entering directory '/usr/local/src/apache-thrift/lib/xml'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/apache-thrift/lib/xml'
make[3]: Leaving directory '/usr/local/src/apache-thrift/lib/xml'
Making all in c_glib
make[3]: Entering directory '/usr/local/src/apache-thrift/lib/c_glib'
Making all in .
make[4]: Entering directory '/usr/local/src/apache-thrift/lib/c_glib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/apache-thrift/lib/c_glib'
Making all in test
make[4]: Entering directory '/usr/local/src/apache-thrift/lib/c_glib/test'
make all-recursive
make[5]: Entering directory '/usr/local/src/apache-thrift/lib/c_glib/test'
make[6]: Entering directory '/usr/local/src/apache-thrift/lib/c_glib/test'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/usr/local/src/apache-thrift/lib/c_glib/test'
make[5]: Leaving directory '/usr/local/src/apache-thrift/lib/c_glib/test'
make[4]: Leaving directory '/usr/local/src/apache-thrift/lib/c_glib/test'
make[3]: Leaving directory '/usr/local/src/apache-thrift/lib/c_glib'
Making all in py
make[3]: Entering directory '/usr/local/src/apache-thrift/lib/py'
/usr/bin/python3 setup.py build
Makefile:626: recipe for target 'py3-build' failed
make[3]: Leaving directory '/usr/local/src/apache-thrift/lib/py'
Makefile:564: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/usr/local/src/apache-thrift/lib'
Makefile:646: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/usr/local/src/apache-thrift'
Makefile:560: recipe for target 'all' failed
Install tree:
|
\- gr-radar
|
\- gnuradio
|
+- uhd
|
\- apache-thrift
Building: [\ ]
Building: [| ]
Building: [/ ]
Building: [- ]
Building: (100%) [=====================================================================================================================================================================================]
@tomasdev
Copy link

tomasdev commented Feb 5, 2019

Did you fix it? how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment