Just recently I decided to update my old build of GNU Radio (3.6 release
from Dec '13) to the newest one. Due to overly conservative and arbitrary
network policies, my CentOS machines are forbidden to interact with the
internet, so that means no build_gnuradio or PyBombs. I think I didn't
throughly remove my old install because I had an issue with gr.remez.
I ran:
sudo rm -rf /usr/local/include/gnuradio/
sudo rm -f /usr/local/lib*/libgnuradio*/
and somehow old files stuck around. So I have gone through my whole
/usr/local/ directory and removed anything related to GNU Radio. Is there
any other places I should be aware of? I'm asking because I have done this
twice already, the 2nd reinstall wasn't working right, for example: blks2
module wasn't found on the ofdm benchmark scripts and I was still having
problems with that gr.remez, I know it has a new name now but I figured the
new install would of taken care of that unless I have old files lingering.
For the record this is my error:
$ ./benchmark_rx.py -a addr="10.2.8.104" -v -f 146.0M -m qpsk
--discontinuous
Traceback (most recent call last):
File "./benchmark_rx.py", line 23, in <module>
from gnuradio import gr, blks2
File
"/usr/local/lib64/python2.6/site-packages/gnuradio/blks2/__init__.py", line
37, in <module>
exec "from gnuradio.blks2impl.%s import *" % (f,)
File "<string>", line 1, in <module>
File
"/usr/local/lib64/python2.6/site-packages/gnuradio/blks2impl/pfb_interpolator.py",
line 23, in <module>
from gnuradio import gr, optfir
File "/usr/local/lib64/python2.6/site-packages/gnuradio/optfir.py", line
33, in <module>
remez = gr.remez
AttributeError: 'module' object has no attribute 'remez'
So I think the old build may be conflicting with the new build.
To sum up my question again, is there any other directory outside of the
usr/local/ where old build files could be?
Thank you so much,
Jon
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio