discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Error whle performing make check for gnuradio-3.2


From: Somya Ajmera
Subject: [Discuss-gnuradio] Error whle performing make check for gnuradio-3.2
Date: Mon, 23 Mar 2009 21:56:09 -0700 (PDT)

Hi all, I am facing th following error while performing make check for gnu radio 3.2:

make[4]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/tests'
make[3]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/tests'
Making check in python
make[3]: Entering directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python'
Making check in gnuradio
make[4]: Entering directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python/gnuradio'
Making check in gr
make[5]: Entering directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python/gnuradio/gr'
make  check-TESTS
make[6]: Entering directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python/gnuradio/gr'
.......F.
======================================================================
FAIL: test_sub_ii_1 (__main__.test_head)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./qa_add_and_friends.py", line 102, in test_sub_ii_1
    expected_result, op)
  File "./qa_add_and_friends.py", line 41, in help_ii
    self.assertEqual (exp_data, result_data)
AssertionError: (-1, -2, -3, -4, -5) != (0, 0, 0, 0, 0)

----------------------------------------------------------------------
Ran 9 tests in 0.015s

FAILED (failures=1)
................................
----------------------------------------------------------------------
Ran 32 tests in 0.092s

OK
......
----------------------------------------------------------------------
Ran 6 tests in 0.012s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.004s

OK

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
....
----------------------------------------------------------------------
Ran 4 tests in 0.047s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.016s

OK
.......
----------------------------------------------------------------------
Ran 7 tests in 0.013s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.003s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.004s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.218s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
........
----------------------------------------------------------------------
Ran 8 tests in 0.001s

OK
..>>> gr_fir_ccc: using SSE
....
----------------------------------------------------------------------
Ran 6 tests in 2.496s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.010s

OK
>>> gr_fir_fff: using SSE
...
----------------------------------------------------------------------
Ran 3 tests in 0.008s

OK
>>> gr_fir_fff: using SSE
>>> gr_fir_ccf: using SSE
.
----------------------------------------------------------------------
Ran 1 test in 0.001s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.004s

OK
......
----------------------------------------------------------------------
Ran 6 tests in 2.248s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.030s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
..........................
----------------------------------------------------------------------
Ran 26 tests in 0.008s

OK
>>> gr_fir_fff: using SSE
.
----------------------------------------------------------------------
Ran 1 test in 0.003s

OK
........
----------------------------------------------------------------------
Ran 8 tests in 0.016s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.006s

OK
>>> gr_fir_fff: using SSE
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.336s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.501s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.004s

OK
.......
----------------------------------------------------------------------
Ran 7 tests in 0.004s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.006s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.009s

OK
...................
----------------------------------------------------------------------
Ran 19 tests in 0.049s

OK
....
----------------------------------------------------------------------
Ran 4 tests in 0.014s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.005s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.004s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.004s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.026s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK
..........
----------------------------------------------------------------------
Ran 10 tests in 0.023s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.006s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.005s

OK
......
----------------------------------------------------------------------
Ran 6 tests in 0.277s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.003s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.005s

OK
FAIL: run_tests
===================
1 of 1 tests failed
===================
make[6]: *** [check-TESTS] Error 1
make[6]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python/gnuradio/gr'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python/gnuradio/gr'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python/gnuradio'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/python'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core'
make: *** [check-recursive] Error 1
address@hidden gnuradio-3.2rc1]#

Can any body help me in resolving this error? Any help is really appreciated.

Thanks & Regards,
Somya Ajmera


Get your preferred Email name!
Now you can @ymail.com and @rocketmail.com.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]