Error whle performing make check for gnuradio-3.2

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
[root@somya gnuradio-3.2rc1]#

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

Thanks & Regards,
Somya A.

  New Email names for you!

Get the Email name you've always wanted on the new @ymail and
@rocketmail.
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/

Hi Somya - This bug has been fixed in the trunk in r10624 and 3.2
trunk release, but is not part of the 3.2rc1 tarball. The fix is to
add the line

   d_vlen (vlen)

to the file

   gnuradio-core/src/lib/gengen/gr_sub_XX.cc.t

right after the line

   gr_make_io_signature (1,  1, sizeof (@O_TYPE@)*vlen))

and add a comma (’,’) after the gr_make_io_signature line. Once
you’ve done that, the tarball should work. You can also upgrade to
using the trunk instead of the tarball, until 3.2rc2 comes out. - MLD

Hi Michael, thanks for replying. I did the following as suggested by
you, but now it is giving me the following error:

Making all in lib
make[4]: Entering directory /home/somya/gnuradio-3.2rc1/mblock/src/lib' GUILE_LOAD_PATH="/home/somya/gnuradio-3.2rc1/pmt/src/scheme:/home/somya/gnuradio-3.2rc1/mblock/src/scheme" /usr/bin/guile -e main -s ../../../mblock/src/scheme/gnuradio/compile-mbh.scm ./qa_bitset.mbh qa_bitset_mbh.cc ERROR: no code for module (gnuradio macros-etc) make[4]: *** [qa_bitset_mbh.cc] Error 1 make[4]: Leaving directory /home/somya/gnuradio-3.2rc1/mblock/src/lib’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /home/somya/gnuradio-3.2rc1/mblock/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /home/somya/gnuradio-3.2rc1/mblock’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/somya/gnuradio-3.2rc1’
make: *** [all] Error 2
[root@somya gnuradio-3.2rc1]#

What should I do for this?

Thanks & Regards,
Somya A.


From: Michael D. [email protected]
To: Somya A. [email protected]
Cc: [email protected]
Sent: Tuesday, March 24, 2009 7:38:56
Subject: Re: [Discuss-gnuradio] Error whle performing make check for
gnuradio-3.2

Hi Somya - This bug has been fixed in the trunk in r10624 and 3.2 trunk
release, but is not part of the 3.2rc1 tarball. The fix is to add the
line

  d_vlen (vlen)

to the file

  gnuradio-core/src/lib/gengen/gr_sub_XX.cc.t

right after the line

  gr_make_io_signature (1,  1, sizeof (@O_TYPE@)*vlen))

and add a comma (‘,’) after the gr_make_io_signature line. Once you’ve
done that, the tarball should work. You can also upgrade to using the
trunk instead of the tarball, until 3.2rc2 comes out. - MLD

  New Email names for you!

Get the Email name you've always wanted on the new @ymail and
@rocketmail.
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/

2009/3/25 Somya A. [email protected]:

Hi Michael, thanks for replying. I did the following as suggested by you,
but now it is giving me the following error:

Making all in lib
make[4]: Entering directory `/home/somya/gnuradio-3.2rc1/mblock/src/lib’
GUILE_LOAD_PATH=“/home/somya/gnuradio-3.2rc1/pmt/src/scheme:/home/somya/gnuradio-3.2rc1/mblock/src/scheme”
/usr/bin/guile -e main -s
…/…/…/mblock/src/scheme/gnuradio/compile-mbh.scm ./qa_bitset.mbh
qa_bitset_mbh.cc
ERROR: no code for module (gnuradio macros-etc)

What version of Guile do you have installed?

$ guile --version

Johnathan