Package Details: gr-mixalot-git v93.6c01f75-1

Git Clone URL: https://aur.archlinux.org/gr-mixalot-git.git (read-only, click to copy)
Package Base: gr-mixalot-git
Description: POCSAG encoder blocks for GNU radio
Upstream URL: https://github.com/unsynchronized/gr-mixalot
Licenses: unknown
Provides: gr-mixalot
Submitter: zezadas
Maintainer: None
Last Packager: zezadas
Votes: 0
Popularity: 0.000000
First Submitted: 2018-10-13 23:20 (UTC)
Last Updated: 2021-12-13 09:16 (UTC)

Latest Comments

i3master commented on 2023-07-06 00:44 (UTC) (edited on 2023-07-06 00:45 (UTC) by i3master)

I compiled this package against gnuradio 3.10.6.0-3 and it seems to produce POCSAG tones correctly. I didn't test the other features, but I believe the line

depends=('gnuradio<3.9' 'libosmocore' 'boost' 'swig' 'itpp')

can be replaced with

depends=('gnuradio<=3.10.6.0-3' 'libosmocore' 'boost' 'swig' 'itpp')

to allow for building against the latest version of gnuradio (if you are only interested in generating POCSAG tones).

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

Please add conflicts=('gr-mixalot').

Thanks for maintaining!

dreieck commented on 2021-09-30 16:10 (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:52 (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.

I suspect that you need to update the source to a gnuradio 3.9-branch.

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: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/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 
-- Found ITPP: /usr/lib/libitpp.so
-- Using install prefix: /usr
-- Building for version: 6c01f756 / 1.0.0git
-- 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:52 (GR_SWIG_MAKE):
  Unknown CMake command "GR_SWIG_MAKE".


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

Thanks for maintaining!

zezadas commented on 2020-12-01 15:11 (UTC)

main repo is not compatible with newer GnuRadio. The owner is updating the source on a different branch. You can fix the compilation by editing "source" parameter on PKGBUILD.

source=('git+https://github.com/unsynchronized/gr-mixalot.git#branch=maint-3.8')

But I'm getting some error about some undefined symbol. I will wait for a stable release to update this package.

n0emis commented on 2020-12-01 14:30 (UTC)

This package seems to be broken. It does not build anymore