Public paste
Undefined
By: Guest | Date: Aug 20 2020 20:23 | Format: None | Expires: never | Size: 5.42 KB | Hits: 887

  1. -- The CXX compiler identification is GNU 9.3.0
  2. -- The C compiler identification is GNU 9.3.0
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ - works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Detecting CXX compile features
  8. -- Detecting CXX compile features - done
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc - works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Build type not specified: defaulting to release.
  16. -- Found LOG4CPP: /usr/local/lib/liblog4cpp.so
  17. CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  18.   The package name passed to `find_package_handle_standard_args` (PkgConfig)
  19.   does not match the name of the calling package (GMP).  This can lead to
  20.   problems in calling code that expects `find_package` result variables
  21.   (e.g., `_FOUND`) to follow a certain pattern.
  22. Call Stack (most recent call first):
  23.   /usr/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  24.   /usr/local/lib/cmake/gnuradio/FindGMP.cmake:1 (include)
  25.   /usr/local/lib/cmake/gnuradio/FindMPLIB.cmake:1 (find_package)
  26.   /usr/share/cmake-3.17/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  27.   /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:26 (find_dependency)
  28.   CMakeLists.txt:90 (find_package)
  29. This warning is for project developers.  Use -Wno-dev to suppress it.
  30.  
  31. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  32. -- Checking for module 'gmp'
  33. --   No package 'gmp' found
  34. -- Found GMP: /usr/lib/libgmpxx.so  
  35. CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  36.   The package name passed to `find_package_handle_standard_args` (PkgConfig)
  37.   does not match the name of the calling package (MPIR).  This can lead to
  38.   problems in calling code that expects `find_package` result variables
  39.   (e.g., `_FOUND`) to follow a certain pattern.
  40. Call Stack (most recent call first):
  41.   /usr/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  42.   /usr/local/lib/cmake/gnuradio/FindMPIR.cmake:1 (include)
  43.   /usr/local/lib/cmake/gnuradio/FindMPLIB.cmake:2 (find_package)
  44.   /usr/share/cmake-3.17/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  45.   /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:26 (find_dependency)
  46.   CMakeLists.txt:90 (find_package)
  47. This warning is for project developers.  Use -Wno-dev to suppress it.
  48.  
  49. -- Checking for module 'mpir >= 3.0'
  50. --   No package 'mpir' found
  51. -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_INCLUDE_DIR)
  52. -- Found MPLIB: /usr/lib/libgmpxx.so  
  53. -- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found suitable version "1.72.0", minimum required is "1.72.0") found components: date_time program_options filesystem system regex thread unit_test_framework
  54. CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  55.   The package name passed to `find_package_handle_standard_args` (VOLK) does
  56.   not match the name of the calling package (Volk).  This can lead to
  57.   problems in calling code that expects `find_package` result variables
  58.   (e.g., `_FOUND`) to follow a certain pattern.
  59. Call Stack (most recent call first):
  60.   /usr/local/lib/cmake/volk/VolkConfig.cmake:32 (find_package_handle_standard_args)
  61.   /usr/share/cmake-3.17/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  62.   /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:46 (find_dependency)
  63.   CMakeLists.txt:90 (find_package)
  64. This warning is for project developers.  Use -Wno-dev to suppress it.
  65.  
  66. -- Found VOLK: Volk::volk  
  67. CMake Error at /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:116 (include):
  68.   include could not find load file:
  69.  
  70.     /usr/local/lib/cmake/gnuradio/gnuradio-fftConfig.cmake
  71. Call Stack (most recent call first):
  72.   CMakeLists.txt:90 (find_package)
  73.  
  74.  
  75. CMake Error at /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:116 (include):
  76.   include could not find load file:
  77.  
  78.     /usr/local/lib/cmake/gnuradio/gnuradio-filterConfig.cmake
  79. Call Stack (most recent call first):
  80.   CMakeLists.txt:90 (find_package)
  81.  
  82.  
  83. -- Found Git: /usr/bin/git  
  84. -- Extracting version information from git describe...
  85. -- Found Doxygen: /usr/bin/doxygen (found version "1.9.0 (047adfbbc66eaa432ec9cea00e3801e3b4e1bca8)") found components: doxygen dot
  86. -- Using install prefix: /usr/local
  87. -- Building for version: 20505a6b / 1.0.0git
  88. -- No C++ unit tests... skipping
  89. -- PYTHON_EXECUTABLE not set - using default python3
  90. -- Use -DPYTHON_EXECUTABLE=/path/to/python2 to build for python2.
  91. -- Found PythonInterp: /usr/bin/python (found version "2.7.18")
  92. -- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable exact version "2.7.18")
  93. --
  94. -- Checking for module SWIG
  95. -- Found SWIG version 4.0.1.
  96. -- Found SWIG: /usr/bin/swig  
  97. -- Found PythonLibs: /usr/lib/libpython2.7.so (found version "2.7.18")
  98. -- User set python executable /usr/bin/python
  99. -- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable exact version "2.7.18")
  100. -- User set python executable /usr/bin/python
  101. -- Configuring incomplete, errors occurred!
  102. See also "/home/andre/SOURCES/gr-iridium/build/CMakeFiles/CMakeOutput.log".
  103. See also "/home/andre/SOURCES/gr-iridium/build/CMakeFiles/CMakeError.log".
  104.  
Latest pastes
8 hours ago
20 hours ago
21 hours ago
1 days ago
3 days ago