Re: [Discuss-gnuradio] How to diagnose make test failures

2013-05-07 Thread Tom Rondeau
On Mon, Apr 29, 2013 at 2:12 PM, Barry Jackson wrote: > On 28/04/13 18:55, Tom Rondeau wrote: >> >> >> That's very concerning about not finding libvolk.so. Make sure you >> have, in the build directory, volk/lib/libvolk.so.0.0.0. If that's not >> there, volk didn't build properly, which is necessa

Re: [Discuss-gnuradio] How to diagnose make test failures

2013-04-29 Thread Barry Jackson
On 28/04/13 18:55, Tom Rondeau wrote: That's very concerning about not finding libvolk.so. Make sure you have, in the build directory, volk/lib/libvolk.so.0.0.0. If that's not there, volk didn't build properly, which is necessary for the rest of the QA tests that are failing. Tom Hi Tom, The

Re: [Discuss-gnuradio] How to diagnose make test failures

2013-04-28 Thread Tom Rondeau
On Sun, Apr 21, 2013 at 6:26 PM, Barry Jackson wrote: > On 21/04/13 22:42, Stamper, Brian wrote: >> >> Some additional information.. >> >>> When I run make test I get the following failures: >>> >>> >>> 22/192 Test #22: qa_fft_filter ***Failed 1.05 sec >>> 85/192 Test #85: test

Re: [Discuss-gnuradio] How to diagnose make test failures

2013-04-21 Thread Barry Jackson
On 21/04/13 22:42, Stamper, Brian wrote: Some additional information.. When I run make test I get the following failures: 22/192 Test #22: qa_fft_filter ***Failed 1.05 sec 85/192 Test #85: test_gr_filter ...***Failed 0.27 sec 91/192 Test #91: qa_fft_filter

Re: [Discuss-gnuradio] How to diagnose make test failures

2013-04-21 Thread Stamper, Brian
Some additional information.. > When I run make test I get the following failures: > > > 22/192 Test #22: qa_fft_filter ***Failed 1.05 sec > 85/192 Test #85: test_gr_filter ...***Failed 0.27 sec > 91/192 Test #91: qa_fft_filter ***Failed 1.

[Discuss-gnuradio] How to diagnose make test failures

2013-04-19 Thread Stamper, Brian
Hi all, first time poster, not even a user yet since my build fails. I am working with Fuduntu (a Fedora variant) on an Asus Eee PC 1000 with a 2gb ram upgrade. I'm following http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide to build from source (my aim is to learn, so I'm not wan