I use gentoo at home and have no difficulty keeping gnuradio up to date. At work we're on a standalone network (no internet) so occasionally bring computers home to update them. Lately, I've been having trouble with pybombs. Using a freshly installed ubuntu 15.04, then doing an
apt-get update apt-get upgrade [not sure the update was necessary] I first used apt-get install gnuradio Thinking better of it, I ran apt-get remove gnuradio apt-get autoremove Then went with pybombs git clone git://github.com/pybombs/pybombs cd pybombs ./pybombs config [use install path /usr/local/gnuradio] ./pybombs install gnuradio And after several tries continue to receive this error: [...many lines of install...] Unpacking liblog4cpp5-dev (1.0-4) ... Setting up liblog4cpp5-dev (1.0-4) ... installation ok via: deb Installing from source: gnuradio Cloning into 'gnuradio'... Checking connectivity... done. Cloning into 'volk'... remote: Counting objects: 5450, done. remote: Compressing objects: 100% (10/10), done. remote: Total 5450 (delta 2), reused 0 (delta 0), pack-reused 5440 Receiving objects: 100% (5450/5450), 1.54 MiB | 0 bytes/s, done. Resolving deltas: 100% (3918/3918), done. Checking connectivity... done. CC=gcc CXX=g++ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/local/gnuradio -DENABLE_DOXYGEN=OFF Configuring: (100%) [==========================================================] Configuration failed. Re-trying with higher verbosity. make: *** No targets specified and no makefile found. Stop. Build failed. See output above for error messages. Any hints as to what is going wrong? Thanks, Mike
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio