discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Another ABI issue, Can't Find Solution


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Another ABI issue, Can't Find Solution
Date: Wed, 24 Feb 2016 21:50:13 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 02/24/2016 09:35 PM, Charles Bridger wrote:
Here is my problem, its been asked a lot on the Internet but I can't seem to get a solution/answer.

Traceback (most recent call last):
  File "/home/branislav/Documents/GnuRadio GRC/chirpGui.py", line 378, in <module>
    tb = chirpGui()
  File "/home/branislav/Documents/GnuRadio GRC/chirpGui.py", line 102, in __init__
    channels=range(1),
  File "/usr/lib/python2.7/dist-packages/gnuradio/uhd/__init__.py", line 122, in constructor_interceptor
    return old_constructor(*args)
  File "/usr/lib/python2.7/dist-packages/gnuradio/uhd/uhd_swig.py", line 2241, in make
    return _uhd_swig.usrp_source_make(*args)
RuntimeError:
GR-UHD detected ABI compatibility mismatch with UHD library.
GR-UHD was build against ABI: 3.9.0-0,
but UHD library reports ABI: 3.10.0-0
Suggestion: install an ABI compatible version of UHD,
or rebuild GR-UHD component against this ABI version.


All the answers say: rebuild against the UHD. But everything I do is unsuccessful. Marcus' script doesn't work and neither does pybombs and no one has bothered to write out a step by step instruction set that seems to work for me. Any help would be much appreciated. (Also how did this happen? Gnuradio has been working fine for the past few months and this suddenly happened a couple days ago).
I would *guess* that someone (perhaps not you) installed a newer version of UHD on your system, without also rebuilding Gnu Radio.

If you've been running some combination of the system installer to use packaged binaries, and my script, and PyBombs, the end result
  will likely be a hard-to-tease-apart mess.

If you use the '-v' flag with build-gnuradio   (which you can find out about using --help to build-gnuradio), you'll get more detailed information
  about why things are failing.

What OS are you on?

I'll let someone else talk about PyBombs.



Script error:


=========> THIS WILL TAKE QUITE A WHILE <=============

...Doing cmake
...Cmaking
…Building…make failed
Exiting Gnu Radio build/install



PyBombs Error:

install - INFO - Installing package: rtl-sdr
Cloning:     (100%) [======================================================================================================================================]
PyBombs.Fetcher - ERROR - Unexpected error while fetching git+git://git.osmocom.org/rtl-sdr.
PyBombs.Fetcher - ERROR - [Errno 13] Permission denied: '/usr/local/.pybombs/inventory.yml'
PyBombs.Packager.source - ERROR - Problem occurred while building package rtl-sdr:
Unable to fetch recipe rtl-sdr
PyBombs.install - ERROR - Error installing package rtl-sdr. Aborting.


As I see it there are only two reasons why the solutions aren't working. I'm not implementing these solutions correctly (even though I've been doing my best to follow the instructions, in which case the instructions aren't good enough for someone who isn't very Linux savvy) or they are out of date. Can anyone weigh in? Cheers


_______________________________________________
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]