On 8/1/22 2:11 PM, Ryan Volz wrote:
Hi Jameson,
I figured it out! First I recreated the same exact environment as you,
and I still didn't see the error. Then I realized that GNU Radio was
getting the `newmod_path` for the template from ~/.gnuradio/config.conf,
and mine was pointing to a newer installation. (That's something that
own its own needs a fix, in my view.)
And it has been fixed, ever since
https://github.com/gnuradio/gnuradio/pull/4394 which was before 3.8.3.0.
So it was extra bad luck that I wasn't able to reproduce it initially!
Cheers,
Ryan