Rebuilding went well on my Ubuntu build but on my Pi 4 not so much
gr-osmosdr 0.1.4 (0.1.4) gnuradio 3.7.13.4
built-in source types: file osmosdr fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy airspyhf soapy redpitaya freesrp
Using device #0 Realtek RTL2838UHIDIR SN: 00000001
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
gain: name: LNA range: start 0 stop 0 step 0
setting gain lna to 39
supported sample rates 250000-2560000 step 24000
[R82XX] PLL not locked!
Traceback (most recent call last):
File "./rx.py", line 1021, in <module>
rx = rx_main()
File "./rx.py", line 933, in __init__
self.tb = p25_rx_block(self.options)
File "./rx.py", line 210, in __init__
self.open_usrp()
File "./rx.py", line 858, in open_usrp
self.__set_rx_from_osmosdr()
File "./rx.py", line 787, in __set_rx_from_osmosdr
self.__build_graph(self.src, capture_rate)
File "./rx.py", line 295, in __build_graph
symbol_rate = self.symbol_rate)
File "/home/pi/op25/op25/gr-op25_repeater/apps/p25_demodulator.py", line 273, in __init__
p25_demod_base.__init__(self, if_rate=if_rate, symbol_rate=symbol_rate, filter_type=filter_type)
File "/home/pi/op25/op25/gr-op25_repeater/apps/p25_demodulator.py", line 167, in __init__
self.fsk4_demod = op25.fsk4_demod_ff(autotuneq, self.if_rate, self.symbol_rate)
AttributeError: 'module' object has no attribute 'fsk4_demod_ff'