Package Details: gnuradio-grnet-git r71.e6dfd14-1

Git Clone URL: https://aur.archlinux.org/gnuradio-grnet-git.git (read-only, click to copy)
Package Base: gnuradio-grnet-git
Description: GNURadio TCP/UDP source and sink blocks rewritten in C++/Boost (gr-grnet)
Upstream URL: https://github.com/ghostop14/gr-grnet
Licenses: GPL3
Conflicts: gnuradio-grnet
Provides: gnuradio-grnet
Replaces: gr-grnet
Submitter: chuangzhu
Maintainer: chuangzhu
Last Packager: chuangzhu
Votes: 0
Popularity: 0.000000
First Submitted: 2020-12-12 12:58 (UTC)
Last Updated: 2021-09-30 14:05 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

chuangzhu commented on 2021-09-30 14:07 (UTC)

@dreieck Upgraded to GNURadio 3.9, thank you

dreieck commented on 2021-09-30 13:43 (UTC)

Fails to build for me with

CMake Error at swig/CMakeLists.txt:37 (include):
  include could not find requested file:

    GrSwig


CMake Error at swig/CMakeLists.txt:51 (GR_SWIG_MAKE):
  Unknown CMake command "GR_SWIG_MAKE".

The latest gnuradio from the community repository is installed, version 3.9.2.0-3.

Full build() output:

==> Starting build()...
-- The CXX compiler identification is GNU 11.1.0
-- The C compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAVE_CX_LIMITED_RANGE
-- Performing Test HAVE_CX_LIMITED_RANGE - Success
-- Found GNU Radio native optimization flag.  Setting native CPU optimization flags.
-- Found LOG4CPP: /usr/lib/liblog4cpp.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'gmp'
--   Found gmp, version 6.2.1
-- Found GMP: /usr/lib/libgmpxx.so  
-- Using GMP.
-- Found MPLIB: /usr/lib/libgmpxx.so  
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.76.0") found components: date_time program_options filesystem system regex thread unit_test_framework 
-- Found Volk: Volk::volk  
-- User set python executable /usr/bin/python3
-- Found PythonInterp: /usr/bin/python3 (found version "3.9.7") 
-- Found PythonLibs: /usr/lib/libpython3.9.so (found suitable exact version "3.9.7") 
-- Found Git: /usr/bin/git  
-- Extracting version information from git describe...
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Using install prefix: /usr
-- Building for version: b0201604 / 1.0.0git
-- No C++ unit tests... skipping
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Found SWIG: /usr/bin/swig (found version "4.0.2")  
-- Found PythonLibs: /usr/lib/libpython3.9.so (found version "3.9.7") 
CMake Error at swig/CMakeLists.txt:37 (include):
  include could not find requested file:

    GrSwig


CMake Error at swig/CMakeLists.txt:51 (GR_SWIG_MAKE):
  Unknown CMake command "GR_SWIG_MAKE".


-- Configuring incomplete, errors occurred!
See also "/[...]/gnuradio-grnet-git/src/gr-grnet/build/CMakeFiles/CMakeOutput.log".
See also "/[...]/gnuradio-grnet-git/src/gr-grnet/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for maintaining!