Hi

>>I do not get this part. What do you mean by "reinstalled"?
>>Did you installed GNU Radio from source or from Ubuntu Software?
>>If you download the source, build and install it (following GNU Radio
wiki),
>>then you cannot install it using Ubuntu Software (or apt) afterwards.
>>It is one or the other, not both.

Hmm.  I have been assuming all this time that GNU Radio Companion is an
optional GUI front end for GNU Radio, which must be installed separately.

In my case, I definitely installed GNU Radio from source.  However, when
that was finished, I then went into Ubuntu Software and installed GNU Radio
Companion, which placed an icon on my toolbar (which is how I launch the
application).  I am guessing this was the wrong thing to do?

FYI -- If I open a terminal and type "gnuradio-companion", the GUI never
launches, and all I get is the following error message:

$ gnuradio-companion
<<< Welcome to GNU Radio Companion 3.9.0.0 >>>

Block paths:
/usr/local/share/gnuradio/grc/blocks

Loading:
"/home/anyone/Documents/Brendan/GNU-Radio/save_rx_samples_to_file.grc"
>>> Converting from XML
/usr/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't
resolve package from __spec__ or __package__, falling back on __name__ and
__path__
  return f(*args, **kwds)
>>> Done

Loading:
"/home/anyone/Documents/Brendan/GNU-Radio/spectrum_analyser_two_chan.grc"
>>> Converting from XML
Segmentation fault (core dumped)

To answer your other questions:

If I type "/sbin/ldconfig -p | grep -F libuhd", here is what I get:
libuhd.so.4.0.0 (libc6,x86-64) => /usr/local/lib/libuhd.so.4.0.0
libuhd.so.3.15.0 (libc6,x86-64) =>
/usr/lib/x86_64-linux-gnu/libuhd.so.3.15.0
libuhd.so.003.010.003 (libc6,x86-64) =>
/usr/lib/x86_64-linux-gnu/libuhd.so.003.010.003
libuhd.so (libc6,x86-64) => /usr/local/lib/libuhd.so

Finally, when I type dpkg -S "(libuhd.so.003.010.003
"/usr/lib/x86_64-linux-gnu")", I get the response
dpkg-query: no path found matching pattern *(libuhd.so.003.010.003
/usr/lib/x86_64-linux-gnu)*

Regards,
Brendan.



On Tue, Apr 20, 2021 at 11:20 PM Cédric Hannotier via USRP-users <
usrp-users@lists.ettus.com> wrote:

> Hi Brendan,
>
> On 20/04/21 22:15, Brendan Horsfield wrote:
> > I have verified the installation as follows:
> >
> > [...]
> >    - Reinstalled GNU Radio Companion via Ubuntu Software & Updates
> utility
>
> I do not get this part. What do you mean by "reinstalled"?
> Did you installed GNU Radio from source or from Ubuntu Software?
> If you download the source, build and install it (following GNU Radio
> wiki),
> then you cannot install it using Ubuntu Software (or apt) afterwards.
> It is one or the other, not both.
>
> > Next, I opened GNU Radio Companion and tried to connect to a UHD source
> > like before.  Result:  Exactly the same problem as before!  GRC is still
> > pulling in UHD 3.10, even though I did not install that version of UHD:
> >
> > linux; GNU C++ version 7.3.0; Boost_106501; UHD_003.010.003.000-0-unknown
>
> Do you know where this libuhd3.10 comes from?
> Is it pulled by something or do you have a previous UHD installation?
> /sbin/ldconfig -p | grep -F libuhd
> should help you find where is located "libuhd.so.003.010.003".
>
> Your package manager should be able to tell you if the file belongs to
> any installed package:
> dpkg -S "$(basename "PATH")"
>
> where PATH is the path of libuhd 3.10 reported by ldconfig.
>
> Regards
> --
>
> Cédric Hannotier
> _______________________________________________
> USRP-users mailing list -- usrp-users@lists.ettus.com
> To unsubscribe send an email to usrp-users-le...@lists.ettus.com
>
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to