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 <http://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
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio