Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Richard Sharpe
On Tue, Sep 30, 2014 at 3:27 AM, Sylvain Munaut <246...@gmail.com> wrote: > On Tue, Sep 30, 2014 at 12:12 PM, Hoang Ngo-Khac > wrote: >> Thank you all, >> >> I went into /usr/lib/i386-linux-gnu/ and remove libvolk.so.0.0.0 with root. >> Then I reinstalled gnuradio and it works now. > > It's exact

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Hoang Ngo-Khac
, hoangnk...@vnu.edu.vnMobilephone: +84.163.682.7874 > Date: Tue, 30 Sep 2014 07:10:10 -0700 > Subject: Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc > From: realrichardsha...@gmail.com > To: 246...@gmail.com > CC: khachoang1...@outlook.com.vn; discuss-gnuradio@gnu.org >

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Sylvain Munaut
On Tue, Sep 30, 2014 at 12:12 PM, Hoang Ngo-Khac wrote: > Thank you all, > > I went into /usr/lib/i386-linux-gnu/ and remove libvolk.so.0.0.0 with root. > Then I reinstalled gnuradio and it works now. It's exactly that kind of careless behavior that will yield more problem in the future ... You

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Hoang Ngo-Khac
...@gmail.com, hoangnk...@vnu.edu.vnMobilephone: +84.163.682.7874 > Date: Tue, 30 Sep 2014 11:52:30 +0200 > Subject: Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc > From: 246...@gmail.com > To: khachoang1...@outlook.com.vn > CC: realrichardsha...@gmail.com; discuss-g

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Sylvain Munaut
libvolk.so.0.0.0 => /usr/lib/i386-linux-gnu/libvolk.so.0.0.0 (0xb749c000) That sounds like you installed gnuradio packages from your distro. Then possibly removed them, but not entirely, volk is still there. If you removed the GR packages already, try 'apt-get autoremove' Cheers, Sylvain

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Hoang Ngo-Khac
irst installed with pybombs. > > > Hoang Ngo-Khac > > Research Assistant - Lab. of Signal and System, FET, UET, Vietnam National > > University-Hanoi (VNU-H) > > Alternative email: khachoang1...@gmail.com, hoangnk...@vnu.edu.vn > > Mobilephone: +84.163.682.7874 > >

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-29 Thread Richard Sharpe
ri, 26 Sep 2014 11:08:38 -0700 >> Subject: Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc >> From: realrichardsha...@gmail.com >> To: khachoang1...@outlook.com.vn >> CC: discuss-gnuradio@gnu.org >> >> On Thu, Sep 25, 2014 at 11:00 PM, Hoang Ngo-Khac >>

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-29 Thread Hoang Ngo-Khac
Fri, 26 Sep 2014 11:08:38 -0700 > Subject: Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc > From: realrichardsha...@gmail.com > To: khachoang1...@outlook.com.vn > CC: discuss-gnuradio@gnu.org > > On Thu, Sep 25, 2014 at 11:00 PM, Hoang Ngo-Khac > wrote: > > De

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-26 Thread Richard Sharpe
On Thu, Sep 25, 2014 at 11:00 PM, Hoang Ngo-Khac wrote: > Dear all, > > I had gnuradio-3.7.3 running normally. However, now everytime I run a > flowgraph in GRC, it stops and throws an error: > > Traceback (most recent call last): > File "/home/khachoang/GNU_Radio/test_grc/2Node_NoController/top

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-26 Thread Nowlan, Sean
>ImportError: /usr/local/lib/libgnuradio-filter-3.7.3.so.0.0.0: undefined >symbol: volk_malloc It's possible that parts of the build are out of sync. I recommend rebuilding / reinstalling GNU Radio. Sean ___ Discuss-gnuradio mailing list Discuss-gnura

[Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-25 Thread Hoang Ngo-Khac
Dear all, I had gnuradio-3.7.3 running normally. However, now everytime I run a flowgraph in GRC, it stops and throws an error: Traceback (most recent call last): File "/home/khachoang/GNU_Radio/test_grc/2Node_NoController/top_block.py", line 14, in from gnuradio.filter import firdes File