FS#64388 - [gnuradio-osmosdr] Package does not support rtl_tcp and file backends

Attached to Project: Community Packages
Opened by Alexander Fasching (alexf91) - Monday, 04 November 2019, 17:58 GMT
Last edited by freswa (frederik) - Saturday, 10 October 2020, 21:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Since the update to GNU Radio 3.8 the package is built without support for the rtl_tcp and file backends. This is caused by changes in GNU Radio's CMake module introduced with the 3.8 update. Without these backends gr-osmosdr crashes when no device is connected.
I have created a pull request in the upstream repository used to build this package, but there has been no response: https://github.com/igorauad/gr-osmosdr/pull/2
This task depends upon

Closed by  freswa (frederik)
Saturday, 10 October 2020, 21:49 GMT
Reason for closing:  Fixed
Comment by Vadim Yanitskiy (fixeria) - Saturday, 10 October 2020, 19:39 GMT
I just checked and it worked fine for me:

host1$ rtl_tcp -a 127.0.0.1 -p 8888
host2$ osmocom_fft -a "rtl_tcp=127.0.0.1:8888"

gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.8.1.0
built-in source types: file rtl rtl_tcp uhd hackrf bladerf rfspace airspy soapy redpitaya

Comment by Alexander Fasching (alexf91) - Saturday, 10 October 2020, 19:51 GMT
This has been fixed a while ago, probably when the package was built from the official repository again.
https://github.com/archlinux/svntogit-community/commit/055e53f0cb6f832cda3e6c95c5d65670742c0bb2

Loading...