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: None
Last Packager: cwill747
Votes: 30
Popularity: 0.000000
First Submitted: 2012-04-24 04:44 (UTC)
Last Updated: 2020-11-17 19:09 (UTC)

Required by (14)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

DL0 commented on 2013-06-12 22:44 (UTC)

The version of gr-osmosdr in git now requires gnuradio >= 3.7 to compile. The gnuradio and gnuradio-git packages in AUR are 3.6.

0xfc commented on 2013-05-24 07:17 (UTC)

Added boost to makedepends.

Nidhogg commented on 2013-05-23 12:49 (UTC)

I had to include boost in 'makedepends' before I could successfully build the package. Without boost, I got this error message: -- Configuring Boost C++ Libraries... -- Could NOT find Boost CMake Error at CMakeLists.txt:119 (message): Boost required to build gr-osmosdr -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...

ackalker commented on 2013-04-05 20:53 (UTC)

You're welcome :-)

0xfc commented on 2013-04-05 01:40 (UTC)

Oh I saw the missing "-" in the cmake command line... I've added it and updated the PKGBUILD. Thanks again for your efforts!

0xfc commented on 2013-04-05 01:36 (UTC)

Got up just half an hour ago... a rainy and windy morning... Due to some reasons, I cannot get access to pastie.org; and after I used a proxy, the #731750 seems not a PKGBUILD but a ruby script created in 2009. I'm not sure if it was a proxy issue, so please change to pastebin.com or post the fix here. Thanks for your efforts!

ackalker commented on 2013-04-04 18:06 (UTC)

And all trouble came down to just a missing '-'... Here's my fixed PKGBUILD: http://pastie.org/731750 Feel free to use it if you like, I changed the layout of the cmake command a little (one line per variable), so gotchas like this will be easier to catch in the future. I will also post a fixed PKGBUILD to gnuradio-git package.