Source: gr-dab
Version: 0.3-4
Severity: serious
Hello, looks like the latest gnuradio uploads broke gr-dab build and testsuite.
Basically the new version broke CMake script, as well as missing libgmp-dev
library, and also the Python2 drop made the python code incompatible with the
latest gnuradio.
example of log failure
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Checking for module 'cppunit'
-- Found cppunit, version 1.14.0
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components:
doxygen missing components: dot
CMake Error at CMakeLists.txt:107 (find_package):
Could not find a configuration file for package "Gnuradio" that is
compatible with requested version "3.7.1".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version:
3.8.0.0
-- Configuring incomplete, errors o
G.