You're doing a very "plain" build of GNU Radio, of a version that you could just install via our PPA. Building from source has no advantage, unless you want to modify GNU Radio itself, or want to use some dependency that Ubuntu itself doesn't have. So, dear future reader:
If you find yourself on Ubuntu, and just want to install a GNU Radio release, don't build from source, but: sudo add-apt-repository ppa:gnuradio/gnuradio-releases sudo apt update sudo apt install gnuradio Best regards, Marcus On 16.04.20 09:43, Siddhartha Kapoor wrote: > I tried installing gnuradio from source as mentioned here [1] but > encountered problem while doing > cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ > > OS is ubuntu 18, PFA the log and error files from CMake, any help would > be appreciated. > > Regards > Siddharth Kapoor > > [1] https://wiki.gnuradio.org/index.php/InstallingGR#From_Source
