Make test failed

Dear all,

I tried to install GNU Radio v3.7 git on my computer, but some of the
build
tests failed.

The OS is Ubuntu 13.10 32bit, with kernel version Linux
3.11.0-12-generic,
the cpu is Intel Core i5-2400 CPU @ 3.10GHz 4.

I installed the dependencies and get the following result after cmake.

– ######################################################
– # Gnuradio enabled components
– ######################################################
– * python-support
– * testing-support
– * volk
– * doxygen
– * gnuradio-runtime
– * gr-blocks
– * gnuradio-companion
– * gr-fec
– * gr-fft
– * gr-filter
– * gr-analog
– * gr-digital
– * gr-atsc
– * gr-audio
– * gr-channels
– * gr-noaa
– * gr-pager
– * gr-qtgui
– * gr-trellis
– * gr-uhd
– * gr-utils
– * gr-video-sdl
– * gr-vocoder
– * gr-fcd
– * gr-wavelet
– * gr-wxgui

– ######################################################
– # Gnuradio disabled components
– ######################################################
– * sphinx
– * gr-ctrlport
– * gr-comedi

– Using install prefix: /usr/local
– Building for version: v3.7.2-3-g9fb34ce4 / 3.7.3git
– Configuring done
– Generating done
– Build files have been written to: /home/grief/Works/gnuradio/build

So I ran make and make test and the following tests FAILED:

97% tests passed, 6 tests failed out of 179

Total Test time (real) = 98.40 sec

The following tests FAILED:
1 - qa_volk_test_all (Failed)
80 - qa_fir_filter (Failed)
97 - qa_freq_xlating_fir_filter (Failed)
126 - qa_constellation_receiver (Failed)
131 - qa_constellation (Failed)
174 - qa_codec2_vocoder (Failed)
Errors while running CTest
make: *** [test] Error 8

Then I ran ctest --output-on-failure -O ctest_log to get the log file.
The log file is attached to the mail.

I am wondering how to fix the problem?
Thanks all !

On Tue, Nov 12, 2013 at 3:20 AM, 周易子睿 [email protected] wrote:

– ######################################################
– * gr-fft
– * gr-uhd
– * sphinx
So I ran make and make test and the following tests FAILED:
131 - qa_constellation (Failed)
174 - qa_codec2_vocoder (Failed)
Errors while running CTest
make: *** [test] Error 8

Then I ran ctest --output-on-failure -O ctest_log to get the log file.
The log file is attached to the mail.

I am wondering how to fix the problem?
Thanks all !

This looks like VOLK issue. Try removing ORC and recompiling since
it’s failing in VOLK on an ORC test.

Also, why are you running a 32-bit OS on that processor? Seems a huge
waste.

Tom