discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Removing GNU Radio Throughly


From: Tom McDermott
Subject: Re: [Discuss-gnuradio] Removing GNU Radio Throughly
Date: Tue, 24 Jun 2014 16:03:58 -0700

Hi Jon - I made a bash script to do a more or less complete removal, based on a something Jonathan posted several years ago. It's a bit pre-3.7 centric, but seems to get the job done (even with 3.7).

svn.tapr.org/repos_sdr_hpsdr/trunk/N5EG/GRC3.6/Gnuradio_remove

-- Tom, N5EG




On Tue, Jun 24, 2014 at 3:48 PM, Jonathan Fox <address@hidden> wrote:
I forgot a crucial bit of information, make uninstall wasn't working right, I kept getting

Cmake Error at cmake_uninstall.cmake:20 (ELSEIF):
had incorrect arguments: IS_SYMLINK "$ENV{DESTDIR}${file}" (Unknown arguments specified).

So I just went into /usr/local/ and started purging.


On Tue, Jun 24, 2014 at 6:42 PM, Jonathan Fox <address@hidden> wrote:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]