I did the following:
sudo apt-get install python-scipy
cd ~/gnuradio/build
ctest --rerun-failed
and got the same failures:
"""
Test project /home/pi/gnuradio/build
Start 150: qa_pmt
1/6 Test #150: qa_pmt ...........................***Failed 1.01 sec
Start 243: qa_polar_decoder_sc
2/6 Test #243: qa_polar_decoder_sc ..............***Failed 7.08 sec
Start 244: qa_polar_decoder_sc_list
3/6 Test #244: qa_polar_decoder_sc_list .........***Failed 6.62 sec
Start 245: qa_polar_decoder_sc_systematic
4/6 Test #245: qa_polar_decoder_sc_systematic ...***Failed 6.75 sec
Start 246: qa_polar_encoder
5/6 Test #246: qa_polar_encoder .................***Failed 7.00 sec
Start 247: qa_polar_encoder_systematic
6/6 Test #247: qa_polar_encoder_systematic ......***Failed 6.89 sec
0% tests passed, 6 tests failed out of 6
Total Test time (real) = 35.46 sec
"""
I don't anticipate using the polar functions, but thought someone ought
to know.
---
Barry Duggan
On 2019-08-02 22:46, Nate Temple wrote:
> Hi Barry,
>
> Looks like you might be missing scipy
> https://github.com/gnuradio/gnuradio/issues/1539
>
> Regards,
> Nate Temple
>
> On Fri, Aug 2, 2019 at 7:16 PM Barry Duggan <barry@dcsmail.net> wrote:
>
>> Thank you Ron and Nate!
>>
>> With your help I was able to git, build, and test rc2.
>>
>> As before, some of the tests failed:
>>
>> sudo make test
>>
>> 98% tests passed, 6 tests failed out of 362
>>
>> Total Test time (real) = 1455.94 sec
>>
>> The following tests FAILED:
>> 150 - qa_pmt (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
>> make: *** [Makefile:86: test] Error 8
>>
>> Cheers!
>> --
>> Barry Duggan KV4FV
>>
>>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment