Hi, This is the result of 'make test' :

 Start 1: qa_autocorrelate
1/5 Test #1: qa_autocorrelate .................***Failed   15.58 sec
    Start 2: qa_MUSIC_lin_array
2/5 Test #2: qa_MUSIC_lin_array ...............***Failed    2.32 sec
    Start 3: qa_rootMUSIC_linear_array
3/5 Test #3: qa_rootMUSIC_linear_array ........***Failed    2.35 sec
    Start 4: qa_find_local_max
4/5 Test #4: qa_find_local_max ................***Failed    3.11 sec
    Start 5: qa_calibrate_lin_array
5/5 Test #5: qa_calibrate_lin_array ...........***Failed    2.85 sec

0% tests passed, 5 tests failed out of 5

Total Test time (real) =  26.28 sec

The following tests FAILED:
      1 - qa_autocorrelate (Failed)
      2 - qa_MUSIC_lin_array (Failed)
      3 - qa_rootMUSIC_linear_array (Failed)
      4 - qa_find_local_max (Failed)
      5 - qa_calibrate_lin_array (Failed)
Errors while running CTest
Makefile:127: recipe for target 'test' failed
make: *** [test] Error 8


On 29 December 2017 at 14:48, Michael Dickens <[email protected]>
wrote:

> Hi Bugra - OK so it sounds like you've done all the right things. From the
> build directory, what does:
> {{{
> ctest -V -R qa_autocorrelate
> }}}
> return? The runtime error might shed some light on the issue. - MLD
>
> On Fri, Dec 29, 2017, at 1:34 PM, Halit Bugra Tulay wrote:
>
> Thanks for the reply.I have tried to complete steps by doing "make
> install" and "sudo ldconfig" before running "make test" but all test are
> failed again. I see the blocks in gnuradio under DoA. I am just trying to
> figure out why "make test" is failed. I am sending the cmake logs, I don't
> see anything wrong. In 'make' part there are 2 error saying latex and dvips
> not found. I think they are about documentation and not important.
>
> -- The CXX compiler identification is GNU 5.4.0
> -- The C compiler identification is GNU 5.4.0
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Build type not specified: defaulting to release.
> -- Boost version: 1.58.0
> -- Found the following Boost libraries:
> --   filesystem
> --   system
> -- Found Armadillo: /usr/lib/x86_64-linux-gnu/libarmadillo.so (found
> suitable version "8.300.2", minimum required is "7.300")
> -- Armadillo found
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
> -- Checking for module 'cppunit'
> --   Found cppunit, version 1.13.2
> -- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
> -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
> Checking for GNU Radio Module: RUNTIME
> -- Checking for module 'gnuradio-runtime'
> --   Found gnuradio-runtime, version 3.7.12git
>  * INCLUDES=/usr/local/include
>  * LIBS=/usr/local/lib/libgnuradio-runtime.so;/usr/
> local/lib/libgnuradio-pmt.so;/usr/lib/liblog4cpp.so
> -- Found GNURADIO_RUNTIME: /usr/local/lib/libgnuradio-
> runtime.so;/usr/local/lib/libgnuradio-pmt.so;/usr/lib/liblog4cpp.so
> GNURADIO_RUNTIME_FOUND = TRUE
> --
> -- Checking for module SWIG
> -- Found SWIG version 2.0.12.
> -- Found SWIG: /usr/bin/swig2.0
> -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found
> suitable version "2.7.12", minimum required is "2")
> -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12",
> minimum required is "2")
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of size_t
> -- Check size of size_t - done
> -- Check size of unsigned int
> -- Check size of unsigned int - done
> -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
> -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/bugratulay/gr-doa/build
>
>
>


-- 
*Halit Bugra Tulay , Graduate Research Associate*
The Ohio State University
Department of Electrical&Computer Engineering
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to