Hello everyone:

I am building GNURadio 3.7.9 (or 3.7.10, either works for me) on a CentOS 7
machine. It will be installed to a local directory, and is being built
without using yum or PyBombs as I do not have the root privilege (shared
machine - I did get a permission to install this on the machine, but I am
still not a sudoer).

So, I was able to build the package. However, it did not pass the testing
script (make test). It has something to do with Swig, but I do not
understand the problem well enough to correct it. What kinds of issues
would it cause if I ignore this and install this? Also, what should I
attempt to correct this problem?

The full 'make test' result is attached. Here are a few messages:

 81/203 Test  #81: qa_fecapi_dummy ......................***Failed    1.31
sec
INFO: fec.capillary_threaded_encoder: number of encoders must be a power of
2.
INFO: fec.capillary_threaded_decoder: number of decoders must be a power of
2.
INFO: fec.extended_encoder: Parallelism must be 1.
INFO: fec.extended_decoder: Parallelism must be 1.
INFO: fec.capillary_threaded_encoder: number of encoders must be a power of
2.
INFO: fec.capillary_threaded_decoder: number of decoders must be a power of
2.
INFO: fec.extended_encoder: Parallelism must be 1.
INFO: fec.extended_decoder: Parallelism must be 1.
E............
======================================================================
ERROR: test_extended_pack_data (__main__.test_fecapi_dummy)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/homes/ksshin/gr-build/gnuradio/gr-fec/python/fec/qa_fecapi_dummy.py",
line 200, in test_extended_pack_data
    src = blocks.vector_source_b(data)
  File
"/homes/ksshin/gr-build/gnuradio/build/gr-blocks/swig/blocks_swig1.py",
line 2031, in make
    return _blocks_swig1.vector_source_b_make(*args, **kwargs)
TypeError: in method 'vector_source_b_make', argument 1 of type
'std::vector< unsigned char,std::allocator< unsigned char > > const &'

----------------------------------------------------------------------

.
.
.
97% tests passed, 6 tests failed out of 203

Total Test time (real) = 434.67 sec

The following tests FAILED:
81 - qa_fecapi_dummy (Failed)
82 - qa_polar_encoder_systematic (Failed)
84 - qa_polar_decoder_sc_systematic (Failed)
87 - qa_polar_encoder (Failed)
88 - qa_polar_decoder_sc_list (Failed)
90 - qa_polar_decoder_sc (Failed)

Any suggestion is appreciated.

Regards,
Kyeong Su Shin

Attachment: test_out
Description: Binary data

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to