Package Details: gr-dsd-git r58.6a7e293-1

Git Clone URL: https://aur.archlinux.org/gr-dsd-git.git (read-only, click to copy)
Package Base: gr-dsd-git
Description: GNU Radio block for Digital Speech Decoder (DSD)
Upstream URL: https://github.com/argilo/gr-dsd
Licenses: GPL3
Conflicts: gr-dsd
Provides: gr-dsd
Submitter: Mikos
Maintainer: None
Last Packager: Mikos
Votes: 5
Popularity: 0.000000
First Submitted: 2015-12-01 13:16 (UTC)
Last Updated: 2016-03-03 13:31 (UTC)

Latest Comments

MarsSeed commented on 2023-07-17 15:14 (UTC)

Please update the package to Python3. Gnuradio is also built with it.

HeroesLament commented on 2022-08-20 12:14 (UTC)

Fails build for me as well, python related this time:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PythonInterp: (found /usr/bin/python2)

I have both python3 and python2 on my system:

╭─sypher@sypher-2347ay1 ~ ╰─$ python3 --version 1 ↵ Python 3.10.6 ╭─sypher@sypher-2347ay1 ~ ╰─$ python2 --version Python 2.7.18 ╭─sypher@sypher-2347ay1 ~ ╰─$ python --version Python 3.10.6 ╭─sypher@sypher-2347ay1 ~ ╰─$

And yet the Cmake script complains.

dreieck commented on 2021-09-30 15:13 (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".

Installed is the currently latest gnuradio from the community repository, 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
-- Found LOG4CPP: /usr/lib/liblog4cpp.so
CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (GMP).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  /usr/lib64/cmake/gnuradio/FindGMP.cmake:2 (include)
  /usr/lib64/cmake/gnuradio/FindMPLIB.cmake:1 (find_package)
  /usr/share/cmake-3.21/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  /usr/lib64/cmake/gnuradio/GnuradioConfig.cmake:14 (find_dependency)
  CMakeLists.txt:88 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 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/python2 (found version "2.7.18") 
-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable exact version "2.7.18") 
-- Found Git: /usr/bin/git  
-- Extracting version information from git describe...
-- Found Doxygen: /usr/bin/doxygen (found version "1.9.2") found components: doxygen dot 
-- Using install prefix: /usr
-- Building for version: 87e044ac / 1.0.0git
-- No C++ unit tests... skipping
-- Found SWIG: /usr/bin/swig (found version "4.0.2")  
-- Found PythonLibs: /usr/lib/libpython2.7.so (found version "2.7.18") 
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 "/[...]/gr-dsd-git/src/gr-dsd/CMakeFiles/CMakeOutput.log".
See also "/[...]/gr-dsd-git/src/gr-dsd/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for maintaining!

antena commented on 2016-10-30 11:20 (UTC)

This pakage needs itpp from AUR as depends in oreder to be built

Bevan commented on 2016-01-10 23:01 (UTC)

Could you please add the following two additional arguments to cmake? -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so Otherwise _dsd_swig.so is built and linked against libpython3.5m.so, leading to the following error on "import dsd": dynamic module does not define init function (init_dsd_swig)