This fails for me with the error -- Checking for module 'gnuradio-fcd' -- Package 'gnuradio-fcd', required by 'virtual:world', not found
Search Criteria
Package Details: gr-osmosdr-git d77577-1
Package Actions
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) |
Dependencies (11)
- airspy-gitAUR
- gnuradio (gnuradio-gitAUR)
- libmirisdr-gitAUR (libmirisdr5-gitAUR, libmirisdr4-gitAUR)
- libosmosdr-git
- libuhd (libuhd3AUR, libuhd-antsdr-gitAUR)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- swig (swig-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-cheetah3 (make)
Required by (14)
- digital_rf-git (requires gnuradio-osmosdr) (optional)
- gnss-sdr-git (requires gnuradio-osmosdr) (make)
- gqrx-git (requires gnuradio-osmosdr)
- gqrx-git (optional)
- gqrx-nrsc5-git (requires gnuradio-osmosdr)
- gqrx-portaudio-git (requires gnuradio-osmosdr)
- gqrx-portaudio-git (optional)
- gr-gsm-git (requires gnuradio-osmosdr)
- gr-iridium-git (requires gnuradio-osmosdr)
- openlte (requires gnuradio-osmosdr)
- srt-py-git (requires gnuradio-osmosdr)
- tetra-kit-git (requires gnuradio-osmosdr)
- trunk-recorder (requires gnuradio-osmosdr)
- trunk-recorder-git (requires gnuradio-osmosdr)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
jdsnape commented on 2019-09-03 14:42 (UTC)
vnuke commented on 2019-05-05 23:38 (UTC)
it seems that gr-osmosdr won't build with gnuradio-git (version 3.8) because of a change in cmake usage in gnuradio. ref:https://osmocom.org/issues/3855
maximevince commented on 2019-02-27 17:38 (UTC)
I had to add: -DCMAKE_EXE_LINKER_FLAGS=-llog4cpp -DCMAKE_MODULE_LINKER_FLAGS=-llog4cpp -DCMAKE_SHARED_LINKER_FLAGS=-llog4cpp to the cmake arguments to get it to compile.
Otherwise I'd get errors related to: soapy_sink_c.cc log4cpp AppenderMapStorageInitializer
bastla commented on 2019-01-25 13:26 (UTC)
The libbladerf-git
is needed within the current compiler config and should be added as a dependency.
maximevince commented on 2018-06-10 10:23 (UTC)
This should fix boost-1.6.7 compatibility:
diff -ura gr-osmosdr.orig/lib/CMakeLists.txt gr-osmosdr/lib/CMakeLists.txt --- gr-osmosdr.orig/lib/CMakeLists.txt 2018-06-10 12:06:35.662484236 +0200 +++ gr-osmosdr/lib/CMakeLists.txt 2018-06-10 12:06:51.886207437 +0200 @@ -43,6 +43,8 @@ time_spec.cc )
+list(APPEND Boost_LIBRARIES pthread) + GR_OSMOSDR_APPEND_LIBS( ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES}
deadite66 commented on 2018-06-08 14:54 (UTC)
seems the latest updates have broken gr-osmosdr.
[ 92%] Linking CXX shared library libgnuradio-osmosdr-0.1.5git.so
CMakeFiles/gnuradio-osmosdr.dir/osmosdr/osmosdr_src_c.cc.o: In function boost::condition_variable::condition_variable()':
osmosdr_src_c.cc:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC5Ev]+0xa9): undefined reference to
pthread_condattr_setclock'
akhenakh commented on 2018-05-01 22:23 (UTC)
failed to compile because of rtlsdr_set_bias_tee not found
changed deps to rtlsdr-git solved it
Pinned Comments