Re: [Discuss-gnuradio] make test error

2014-09-16 Thread zhangwen
Thank you! I had find error on my QA code, it's just a writing error... Owen Zhang -原始邮件- 发件人: "Tom Rondeau" 发送时间: 2014年9月11日 星期四 收件人: zhangwen 抄送: "GnuRadio Receiver" 主题: Re: [Discuss-gnuradio] make test error On Wed, Sep 10, 2014 at 10:40

Re: [Discuss-gnuradio] make test error

2014-09-11 Thread Tom Rondeau
On Wed, Sep 10, 2014 at 10:40 PM, zhangwen wrote: > > hi, > When I follow Gnuradio using "make test" and "ctest" to test my new how-to > block, it returns RuntimeError: square_ff(6): insufficient connected output > ports (1 needed, 0 connected) > > As the following messages, I think there may be

[Discuss-gnuradio] make test error

2014-09-10 Thread zhangwen
hi, When I follow Gnuradio using "make test" and "ctest" to test my new how-to block, it returns RuntimeError: square_ff(6): insufficient connected output ports (1 needed, 0 connected) As the following messages, I think there may be something wrong with the test program "qa_square_ff.py" lab@

Re: [Discuss-gnuradio] make test error

2013-09-04 Thread Michael Dickens
Hi Matt - If GNU Radio builds and runs as expected, then there is a very good chance that the issue with VOLK has already been reported and it's more a matter of folks finding time to fix the issue than anything else. If you still wonder, I have already provided the command line to execute to p

Re: [Discuss-gnuradio] make test error

2013-09-03 Thread Matt D
On 09/03/2013 02:02 PM, Michael Dickens wrote: > Getting this back onto the list: > > On Sep 3, 2013, at 1:57 PM, Matt D wrote: >> i am using v3.6.3.1. i don't use the the git i build from the tarball. >> On ubuntu 12.10. i saw some similar complaints from 3.6.2 builds but i >> have been unable

Re: [Discuss-gnuradio] make test error

2013-09-03 Thread Michael Dickens
Getting this back onto the list: On Sep 3, 2013, at 1:57 PM, Matt D wrote: > i am using v3.6.3.1. i don't use the the git i build from the tarball. > On ubuntu 12.10. i saw some similar complaints from 3.6.2 builds but i > have been unable to locate the solution. > Thanks! What does "ctest -V

[Discuss-gnuradio] make test error

2013-09-03 Thread Matt D
make test gave me this error: Running tests... Test project /home/matt/src/gnuradio/build Start 1: qa_volk_test_all 1/180 Test #1: qa_volk_test_all .***Failed1.07 sec so is this known? what should i do? Thanks! -- -- Matt D __

Re: [Discuss-gnuradio] make test error

2013-01-31 Thread Ben Hilburn
'master' also just built & tested for me without issue on Fedora 17. All components except shd, comedi, and fcd. Cheers, Ben On Thu, Jan 31, 2013 at 2:17 PM, Jared Lewis wrote: > I just cleaned and rebuilt master and all tests pass for me on Ubuntu > 12.04. > > Output of gnuradio-config-info sho

Re: [Discuss-gnuradio] make test error

2013-01-31 Thread Ben Reynwar
qa_ctcss_squelch is failing for me on master for Ubuntu 12.10 and in OS X 10.7.5. On Thu, Jan 31, 2013 at 3:17 PM, Jared Lewis wrote: > I just cleaned and rebuilt master and all tests pass for me on Ubuntu 12.04. > > Output of gnuradio-config-info shows that I am on master. > jared@jared:~/gnurad

Re: [Discuss-gnuradio] make test error

2013-01-31 Thread Jared Lewis
I just cleaned and rebuilt master and all tests pass for me on Ubuntu 12.04. Output of gnuradio-config-info shows that I am on master. jared@jared:~/gnuradio/build$ gnuradio-core/src/lib/gnuradio-config-info -v v3.6.3-35-g4435082f Start 120: qa_ctcss_squelch 120/180 Test #120: qa_ctcss_sq

Re: [Discuss-gnuradio] make test error

2013-01-31 Thread Ben Reynwar
Should anyone feel like fixing it, the issue can be found here: http://gnuradio.org/redmine/issues/511 On Thu, Jan 31, 2013 at 2:35 PM, Josh Blum wrote: > > > On 01/31/2013 07:38 AM, adream wrote: >> hello everyone, I try to install gnuradio by source code, the version is >> 3.6.3. >> my operat

Re: [Discuss-gnuradio] make test error

2013-01-31 Thread Josh Blum
On 01/31/2013 07:38 AM, adream wrote: > hello everyone, I try to install gnuradio by source code, the version is > 3.6.3. > my operation system is Ubuntu 12.04. > and I get this error while running make test > > The following tests FAILED: > 120 - qa_ctcss_squelch (Failed) > Errors while run

[Discuss-gnuradio] make test error

2013-01-31 Thread adream
hello everyone, I try to install gnuradio by source code, the version is 3.6.3. my operation system is Ubuntu 12.04. and I get this error while running make test The following tests FAILED: 120 - qa_ctcss_squelch (Failed) Errors while running CTest thanks for any reply. __