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 (18)

Sources (1)

Pinned Comments

Latest Comments

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

ackalker commented on 2013-04-04 15:52 (UTC)

The really weird thing is that I can build and execute simple diagrams using gnuradio-companion just fine, and `$ python2 -c 'from gnuradio import gr'` works just fine, although strace clearly shows the python3*.so is being used.

ackalker commented on 2013-04-04 15:43 (UTC)

You're welcome :-) I've found that gnuradio-git has the same problem: libraries linked to /usr/lib/libpython3.3m.so.1.0). It uses basically the same CMake modules, so I'm afraid this is an upstream problem. Haven't found much in the way of a solution, except that -DPYTHON_LIBRARY should probably be -DPYTHON_LIBRARIES (for both gnuradio-git and gr-osmodir-git), but setting it appears to have no effect either way.

0xfc commented on 2013-04-04 12:59 (UTC)

Thanks for your encouragement. So does it works actually? I've switched to Ubuntu long before, so I don't know whether it works. if it doesn't work correctly, please post here, and I'll try to fix it. Thanks again for your attention.

ackalker commented on 2013-04-04 12:13 (UTC)

Ah, just read about asdil12's fix, which you implemented. Sadly, it appears not to work (at least in my case).

ackalker commented on 2013-04-04 12:04 (UTC)

(10 votes, keep up the good work :-) ) namcap found a sneaky gotcha: gr-osmosdr-git E: Dependency python detected and not included (libraries ['usr/lib/libpython3.3m.so.1.0'] needed in files ['usr/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so']) $ pacman -Qo /usr/lib/libpython3.3m.so /usr/lib/libpython3.3m.so is owned by python 3.3.0-3 The obvious: need to depend on Python..but wait, that's Python 3! It appears that the build system grabs the wrong Python version. Haven't tested if this actually breaks anything, but just FYI. Anyway, thanks for the package!

0xfc commented on 2013-03-07 11:07 (UTC)

Modified dependency 'gnuradio-git' to 'gnuradio'. The notify email wasn't pushed to me, so I didn't see it until today when I check my mailbox. Sorry for the delay.

ivanovp commented on 2013-03-05 20:11 (UTC)

Unfortunately gnuradio-git needs boost-libs>=1.53, but 1.53 has not available yet. Could you change back the dependency to gnuradio?

0xfc commented on 2013-02-18 09:08 (UTC)

Changed dependency 'rtl-sdr-git' to 'rtl-sdr'.

asdil12 commented on 2013-02-18 09:05 (UTC)

There is a binary package for rtl-sdr in [community]. Please change the dependency rtl-sdr-git to rtl-sdr