Package Details: gr-osmosdr-git d77577-1

Git Clone URL: https://aur.archlinux.org/gr-osmosdr-git.git (read-only, click to copy)
Package Base: gr-osmosdr-git
Description: GNU Radio source block for OsmoSDR, which is a 100% Free Software based small form-factor inexpensive SDR (Software Defined Radio) project.
Upstream URL: https://osmocom.org/projects/gr-osmosdr/wiki
Licenses: GPL
Provides: gnuradio-osmosdr, gr-osmosdr
Submitter: 0xfc
Maintainer: cwill747
Last Packager: cwill747
Votes: 30
Popularity: 0.000001
First Submitted: 2012-04-24 04:44 (UTC)
Last Updated: 2020-11-17 19:09 (UTC)

Required by (19)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

MarsSeed commented on 2023-12-27 16:04 (UTC)

This should not just be fixed but renamed to gnuradio-osmosdr-git to match repo's stable package (gnuradio-osmosdr).

noahbliss commented on 2023-12-08 00:00 (UTC)

Please update the git source to: https://gitea.osmocom.org/sdr/gr-osmosdr.git

AkechiShiro commented on 2022-03-19 21:25 (UTC)

Hey the build is currently failing :

-- ######################################################
-- # Gnuradio enabled components                         
-- ######################################################
--   * Python support
--   * IQ File Source & Sink
--   * Osmocom RTLSDR
--   * RTLSDR TCP Client
--   * Ettus USRP Devices
--   * RFSPACE Receivers
--   * AIRSPY Receiver
--   * SoapySDR support
--   * Red Pitaya SDR
-- 
-- ######################################################
-- # Gnuradio disabled components                        
-- ######################################################
--   * Osmocom IQ Imbalance Correction
--   * FUNcube Dongle
--   * HackRF & rad1o Badge
--   * nuand bladeRF
--   * AIRSPY HF+ Receiver
--   * FreeSRP support
--   * XTRX SDR
-- 
-- Building for version: 0.2.0.0 / 0.2.0
-- Using install prefix: /usr
-- Configuring done
CMake Error in python/bindings/CMakeLists.txt:
  Imported target "pybind11::module" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'gr-osmosdr-git-d77577-1': 
error: packages failed to build: gr-osmosdr-git-d77577-1

dreieck commented on 2021-09-30 14:33 (UTC) (edited on 2021-09-30 14:35 (UTC) by dreieck)

Please add conflicts=('gnuradio-osmosdr' 'gr-osmosdr').

Thanks for maintaining!

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

$pkgver is not monotoneously increading, but this is required. It currently uses git commit has, which is erratic with respect to version number ordering.

Please, use a strictly monotonic increasing versioning scheme.

Best, try to figure out if there is some official upstream version. Then use it as the first part of the version number.

Then, or if the former is not available only, use e.g. git commit count, optionally for information's sake latest commit date and latest git commit hash.

And don't forget to increment $epoch if you change the versioning scheme.

Thanks for maintaining!

maximevince commented on 2020-09-28 09:50 (UTC)

It seems the git repo does not exist anymore...

bidi commented on 2020-04-15 08:10 (UTC)

The build part appears to be wrong:

... cmake -DPYTHON_EXECUTABLE=$(which python2) \ -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2) \ -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2..so) \ ...

doesn't work, as is looking for Pythonlibs 3. Changing from 2 to 3 make it working. Don't know the impact of it at runtime yet.

deadite66 commented on 2019-09-28 08:55 (UTC)

the call is out for a new maintainer for gr-osmosdr.

https://osmocom.org/news/112

jdsnape commented on 2019-09-03 14:42 (UTC)

This fails for me with the error -- Checking for module 'gnuradio-fcd' -- Package 'gnuradio-fcd', required by 'virtual:world', not found