Re: [Discuss-gnuradio] Tests of gr-analog failed

2013-10-29 Thread Volker Schroer
I did a fresh rebuild. But it does not work. /home/schroer/gnuradiocomponents/gnuradio/build-3.7.2/gr-analog/python/analog/qa_agc_test.sh Traceback (most recent call last): File "/home/schroer/gnuradiocomponents/gnuradio/gr-analog/python/analog/qa_agc.py", line 23, in from gnuradio impo

Re: [Discuss-gnuradio] Tests of gr-analog failed

2013-10-28 Thread Volker Schroer
I just downloaded the latest master from github in a new directory, used a new build directory, run cmake and the problem remains. -- Volker On Sun, Oct 27, 2013 at 2:18 AM, Volker Schroer wrote: Hi, I'm just compiling gnuradio 3.7 latest git. Some tests in gr-analog failed with undefined

Re: [Discuss-gnuradio] Tests of gr-analog failed

2013-10-28 Thread Johnathan Corgan
On 10/28/2013 09:19 AM, Tom Rondeau wrote: > On Sun, Oct 27, 2013 at 2:18 AM, Volker Schroer wrote: >> ImportError: >> /home/schroer/gnuradiocomponents/gnuradio/build-3.7.2/gr-analog/lib/libgnuradio-analog-3.7.2git.so.0.0.0: >> undefined symbol: volk_32f_invsqrt_32f_a >> >> >> But volk_32f_invsqr

Re: [Discuss-gnuradio] Tests of gr-analog failed

2013-10-28 Thread Tom Rondeau
On Sun, Oct 27, 2013 at 2:18 AM, Volker Schroer wrote: > Hi, > > I'm just compiling gnuradio 3.7 latest git. > Some tests in gr-analog failed with undefined symbol: > > Traceback (most recent call last): > File > "/home/schroer/gnuradiocomponents/gnuradio/gr-analog/python/analog/qa_agc.py", > li

[Discuss-gnuradio] Tests of gr-analog failed

2013-10-26 Thread Volker Schroer
Hi, I'm just compiling gnuradio 3.7 latest git. Some tests in gr-analog failed with undefined symbol: Traceback (most recent call last): File "/home/schroer/gnuradiocomponents/gnuradio/gr-analog/python/analog/qa_agc.py", line 23, in from gnuradio import gr, gr_unittest, analog, blocks