Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: make test failed #1539

Closed
Alhamzi opened this issue Dec 16, 2017 · 6 comments
Closed

error: make test failed #1539

Alhamzi opened this issue Dec 16, 2017 · 6 comments

Comments

@Alhamzi
Copy link

Alhamzi commented Dec 16, 2017

hallo
while building source file of GNU radio following error occurred during "make test"
98% tests passed, 5 tests failed out of 211

Total Test time (real) = 177.80 sec

The following tests FAILED:
85 - qa_polar_decoder_sc_systematic (Failed)
87 - qa_polar_decoder_sc_list (Failed)
89 - qa_polar_encoder_systematic (Failed)
90 - qa_polar_encoder (Failed)
92 - qa_polar_decoder_sc (Failed)
Errors while running CTest
Makefile:61: recipe for target 'test' failed
make: *** [test] Error 8

will this error create any problem in future while using gnuradio, henceforth should i continue or should i look to rectify this error
Any suggestion will be appreciated,
Thanks

@drmpeg
Copy link
Member

drmpeg commented Dec 18, 2017

Most likely, you're missing scipy.

sudo apt-get install python-scipy

jdemel pushed a commit to jdemel/gnuradio that referenced this issue Feb 25, 2018
This patch fixes issues like gnuradio#1545 and gnuradio#1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
mbr0wn pushed a commit that referenced this issue Mar 2, 2018
This patch fixes issues like #1545 and #1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
@justtennis
Copy link

I see similar error messages after running: make test
...

_99% tests passed, 5 tests failed out of 363

Total Test time (real) = 152.15 sec

The following tests FAILED:
243 - qa_polar_decoder_sc (Failed)
244 - qa_polar_decoder_sc_list (Failed)
245 - qa_polar_decoder_sc_systematic (Failed)
246 - qa_polar_encoder (Failed)
247 - qa_polar_encoder_systematic (Failed)
Errors while running CTest
Makefile:85: recipe for target 'test' failed
make: *** [test] Error 8_

I ran the suggested install for python-scipy (sudo apt-get install python-scipy) but still get these errors.

I am running a new install of Ubuntu 18.04.
Any help would be greatly appreciated.

@michaelld
Copy link
Contributor

What does ctest -V -R qa_polar_decoder_sc_list return? Hopefully whatever it shows will make the solution obvious ...

@drmpeg
Copy link
Member

drmpeg commented Nov 21, 2019

If you're building GNU Radio 3.8 or the master branch, you'll need the Python3 version instead.

sudo apt-get install python3-scipy

@justtennis
Copy link

short answer: that fixed it for me. Thanks!

@michaelld good call. your suggested command returned "No module named 'scipy'"
@drmpeg I installed Python3-scipy as you suggested:
$sudo apt-get install python3-scipy
I reran $make test
100% tests passed (from $make test)
Looks like that fixed it for me. Thanks for the quick and helpful responses.

@michaelld
Copy link
Contributor

You're welcome! Glad you got it all sorted out. Closing.

nickoe pushed a commit to nickoe/gnuradio that referenced this issue Mar 30, 2020
This patch fixes issues like gnuradio#1545 and gnuradio#1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
michaelld pushed a commit that referenced this issue Mar 30, 2020
This patch fixes issues like #1545 and #1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
nickoe pushed a commit to nickoe/gnuradio that referenced this issue Apr 2, 2020
This patch fixes issues like gnuradio#1545 and gnuradio#1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
michaelld pushed a commit that referenced this issue Apr 2, 2020
This patch fixes issues like #1545 and #1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
mormj pushed a commit to mormj/gnuradio that referenced this issue Apr 3, 2020
This patch fixes issues like gnuradio#1545 and gnuradio#1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
ekigwana pushed a commit to ekigwana/gnuradio that referenced this issue Jul 20, 2020
This patch fixes issues like gnuradio#1545 and gnuradio#1539.
Basically if a module in fec.polar requires SciPy and fails to do ,
it overwrites the missing function with an approximate version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants