Package Details: gr-drm-git r278.9d9b45a-1

Git Clone URL: https://aur.archlinux.org/gr-drm-git.git (read-only, click to copy)
Package Base: gr-drm-git
Description: DRM transmitter using GNU Radio
Upstream URL: https://github.com/kit-cel/gr-drm
Licenses: GPL3
Submitter: eduardosm
Maintainer: None
Last Packager: eduardosm
Votes: 1
Popularity: 0.000000
First Submitted: 2017-01-30 19:23 (UTC)
Last Updated: 2017-01-30 19:23 (UTC)

Latest Comments

eduardosm commented on 2021-09-30 17:21 (UTC)

Sorry, I don't have time to maintain this anymore. I will orphan the package.

dreieck commented on 2021-09-30 17:07 (UTC)

Fails to build for me with

CMake Error at cmake/Modules/GrSwig.cmake:188 (GR_LIBTOOL):
  Unknown CMake command "GR_LIBTOOL".
Call Stack (most recent call first):
  swig/CMakeLists.txt:47 (GR_SWIG_INSTALL)

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 Faac: /usr/lib/libfaac.so
-- FAAC found
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.35") found components: filesystem system 
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'cppunit'
--   Found cppunit, version 1.15.1
-- Found CPPUNIT: /usr/lib/libcppunit.so;dl  
-- Found LOG4CPP: /usr/lib/liblog4cpp.so
-- 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  
-- Copying some header files from lib/ to include/
-- Found SWIG: /usr/bin/swig (found version "4.0.2")  
-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.7.18", minimum required is "2") 
-- PYTHON_EXECUTABLE not set - using default python3
-- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.18") 
-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable exact version "2.7.18") 
-- Found Doxygen: /usr/bin/doxygen (found version "1.9.2") found components: doxygen dot 
-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.7.18", minimum required is "2") 
CMake Error at cmake/Modules/GrSwig.cmake:188 (GR_LIBTOOL):
  Unknown CMake command "GR_LIBTOOL".
Call Stack (most recent call first):
  swig/CMakeLists.txt:47 (GR_SWIG_INSTALL)


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

Thanks for maintaining!

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

Please add provides=("${pkgname%-git}") and conflicts=("${pkgname%-git}").

Thanks for maintaining!