On Fri, 7 May 2021 00:43:25 -0700 Cinaed Simson <cinaed.sim...@gmail.com> wrote: > Hi David - looking at my local git hub copy of the source for > gr-osmosdr, it does appear to have been ported to 3.9 - just 3.7 and 3.8. > > -- CInaed > > On 5/5/21 4:48 AM, David Martini wrote: > > In my case gr-osmosdr on ubuntu 20.04 > > Work just in gnuradio 3.8.1. > > I'm not able to run it on ubuntu 3.9.. at least unit 10 days ago. > > > > David Martini
Did you mean to say it has not been ported to 3.9, or that something else (I am not sure what) has not been ported to 3.7 and 3.8? If the former, that's not right: the master branch of the git repo at git://git.osmocom.org/gr-osmosdr works fine with gnuradio-3.9.1.0. You must be on its gr3.8 branch by mistake if you are restricted to gnuradio-3.8. The problematic one is gr-soapy. The has been ported to 3.8 and the forthcoming 3.10 (where it is now in gnuradio's master branch) but not to 3.9. However there is a privately maintained repo at git://gitlab.com/willcode4/gr-soapy.git which has a maint-3.9 branch which moves the code to pybind11 and works OK with gnuradio-3.9 (for me at least). Chris