discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Getting gnuradio 3.6.5 working on Linux Mint 14


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Getting gnuradio 3.6.5 working on Linux Mint 14
Date: Sun, 23 Jun 2013 10:58:53 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 06/23/2013 03:32 AM, Chris Adie wrote:
Did you follow the suggestions for PYTHONPATH that are made at the end of the 
script output?
Yep:

address@hidden ~ $ echo $PYTHONPATH
/usr/local/lib/python2.7/dist-packages

Also:

address@hidden ~ $ echo $LD_LIBRARY_PATH
/usr/local/lib


What happens if you:

python -c "from gnuradio import gr"

If it errors, what is the complete trace output?
address@hidden ~ $ python -c "from gnuradio import gr"
Traceback (most recent call last):
   File "<string>", line 1, in<module>
   File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/__init__.py",
line 27, in<module>
     from gnuradio_core import *
   File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core.py",
line 23, in<module>
     from gnuradio_core_runtime import *
   File 
"/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_runtime.py",
line 26, in<module>
     _gnuradio_core_runtime = swig_import_helper()
   File 
"/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_runtime.py",
line 22, in swig_import_helper
     _mod = imp.load_module('_gnuradio_core_runtime', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-core-3.6.5.so.0.0.0: undefined
symbol: volk_64u_byteswap_u

Chris

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

I would re-run build-gnuradio  with --logfile

And go over the log with a fine-toothed comb to see if there was an issue when building/installing VOLK.



--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org




reply via email to

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