gr-eventstream: -------------- In '_es_swig.so', instead of including the symbol 'init_es_swig' and linking to python2 libraries, it was including the symbol 'PyInit__es_swig' and linking to python3 libraries.
See ./build/swig/es_swigPYTHON_wrap.cxx. Tried to modify the cmake file GrPython.cmake and GrSwig.cmake but couldn't stop '_es_swig.so' from including the symbol 'PyInit__es_swig' and linking to to python3 libraries. So I had to uninstalled libpython3-dev and it passed make test gr-mapper: --------- Test failed because the cart got in front of the horse. In 'qa_preamble.py' I had to replace 'import mapper' with 'import mapper_swig as mapper' and then it passed make test gr-burst: --------- Fails because 'qa_synchronizer_v3.py' because x = sio.loadmat('../../matlab/gr_impl_test.mat') can't find the file 'gr_impl_test.mat' - which is typically a show stopper - there could be other errors. Couldn't find the file on https://github.com/gr-vt/gr-burst/tree/master/matlab either - and yes, 'scipy' is installed on the system. -- Cinaed _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio