discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Fedora 27: gr-osmosdr problems


From: Jeff Long
Subject: Re: [Discuss-gnuradio] Fedora 27: gr-osmosdr problems
Date: Mon, 18 Dec 2017 17:57:17 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Your ldd says you're missing something:

        libboost_system.so.1.60.0 => not found

Since all the other boost versions are 1.64.0, something got linked wrong. That would cause the error you're seeing.

Most likely, there are stray boost libraries in the build path that are getting picked up by the linker, and then they're not in the runtime path. If you don't need the 1.60.0 files, hunt them down and get rid of them.

On 12/18/2017 05:04 PM, Marcus D. Leech wrote:
On 12/18/2017 12:39 PM, Marcus D. Leech wrote:
Has anyone gotten gr-osmosdr to build and run properly on Fedora 27?

On my system, after an uneventful build, when I try to import osmosdr, it runs immediately into an import error for __osmosdr_swig.

I thought at first it might be SoapySDR/LimeSuite interfering, so I removed those, re-built gr-osmosdr without, and still the import error.



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
A followup, with traceback info:

LDD for _osmosdr_swig.so

http://www.ccera.ca/files/ldd_osmoswig_trace.txt

LDD for libgnuradio-osmosdr.so

http://www.ccera.ca/files/ldd_trace_osmosdr.txt

Python traceback:

http://www.ccera.ca/files/swig_osmo_traceback.txt





_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]