Package Details: gr-hrpt-git r27.7f3bc69-1

Git Clone URL: https://aur.archlinux.org/gr-hrpt-git.git (read-only, click to copy)
Package Base: gr-hrpt-git
Description: HRPT Blocks from gr-noaa and others ported to GNU Radio 3.8+
Upstream URL: https://github.com/altillimity/gr-hrpt
Licenses: GPL3
Submitter: Mees
Maintainer: Mees
Last Packager: Mees
Votes: 0
Popularity: 0.000000
First Submitted: 2021-10-11 10:06 (UTC)
Last Updated: 2021-10-11 10:06 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2021-09-30 15:00 (UTC) (edited on 2021-09-30 15:01 (UTC) by dreieck)

With corrected source, I get build error:

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
-- Build type not specified: defaulting to release.
-- 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:89 (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/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...
-- Found Doxygen: /usr/bin/doxygen (found version "1.9.2") found components: doxygen dot 
-- Using install prefix: /usr
-- Building for version: 7f3bc69c / 1.0.0git
-- No C++ unit tests... skipping
-- 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 "/[...]/gr-hrpt/src/gr-hrpt/build/CMakeFiles/CMakeOutput.log".
See also "/[...]/gr-hrpt/src/gr-hrpt/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...

dreieck commented on 2021-09-30 14:57 (UTC)

Source downoad fails:

fatal: unable to access 'http://gitlab.altillimity.com/altillimity/gr-hrpt.git/': Could not resolve host: gitlab.altillimity.com

@cyberpunkrocker already pointed out the new location on 2021-06-21:

git+git://github.com/altillimity/gr-hrpt.git

Also, please adapt $url accordingly.

Thanks for maintainung!

dreieck commented on 2021-09-30 14:37 (UTC)

This package uses the latest checkout from a git repository.

According to the packaging guidelines, $pkgname should end with -git in that case.

Please rename your package accordingly (i.e. submit a new one and then submit a merge request on this one), and include appropriate provides and conflicts entries.

Thanks for maintaining!

cyberpunkrocker commented on 2021-06-21 20:14 (UTC)

Source URL has been changed: the new one is: 'git+https://github.com/altillimity/gr-hrpt.git'