My understanding is:
gr-osmosdr/lib/source_impl.cc
-> .buildlink/include/gnuradio/io_signature.h
-> .buildlink/include/gnuradio/runtime_types.h
-> .buildlink/include/gnuradio/types.h
-> .buildlink/include/gnuradio/gr_complex.h
-> /usr/include/g++/complex -> <cmath>
-> /usr/include/g++/cmath -> <math.h>
-> .buildlink/include/gnuradio/math.h -> <cmath>
in the last file, cmath is referenced and
reaches to
-> /usr/include/g++/cmath
again.
Say, kind of looping. If the attached modification is applied,
this gr-osmosdr is packaged fine.
What is the right solution ?
Thanks for the attention.