Forum: GNU Radio Uninstalling Gnu Radio

Posted by Sajjad Safdar (Guest)
on 2013-01-24 20:08
(Received via mailing list)
HI,
I want to uninstall gnu radio which i installed from the
wget http://www.sbrac.org/files/build-gnuradio && chmod a+x 
./build-gnuradio && ./build-gnuradio
Can anybody tell me how to uninstall it. I used the command make 
uninstall but it does not work.


Best Regards,
SAJJAD SAFDAR
Posted by Ben Hilburn (Guest)
on 2013-01-24 21:07
(Received via mailing list)
Sajjad -

What do you mean you used it and it "didn't work". Can you provide 
console
output detailing what happened? How do you know it didn't work?

We need more details if to help you!

Cheers,
Ben

On Thu, Jan 24, 2013 at 11:07 AM, Sajjad Safdar
Posted by Sajjad Safdar (Guest)
on 2013-01-25 18:46
(Received via mailing list)
Hi,
Wen i try to uninstall gnu radio by command i get this error

hw@E-Lab:~/gnuradio$ sudo make uninstall gnuradio
make: *** No rule to make target `uninstall'. Stop.
hw@E-Lab:~/gnuradio$

Also when i try it in usr/local the error is same.

root@E-Lab:~/gnuradio# make uninstall gnuradio
make: *** No rule to make target `uninstall'. Stop.
root@E-Lab:~/gnuradio#


I installed gnuradio from the built script. Now i have a problem that my 
gnuradio programme is not running. that,s why i want to uninstall it and 
have a fresh install again. Should i have to delete Gnu radio manually 
or i can use some commands?

Best Regards,
SAJJAD SAFDAR




________________________________
 From: Ben Hilburn <ben@ettus.com>
To: Sajjad Safdar <engrsajjadsafdar@yahoo.com>
Cc: "discuss-gnuradio@gnu.org" <discuss-gnuradio@gnu.org>
Sent: Thursday, January 24, 2013 9:05 PM
Subject: Re: [Discuss-gnuradio] Uninstalling Gnu Radio


Sajjad -

What do you mean you used it and it "didn't work". Can you provide 
console output detailing what happened? How do you know it didn't work?

We need more details if to help you!

Cheers,
Ben


On Thu, Jan 24, 2013 at 11:07 AM, Sajjad Safdar 
<engrsajjadsafdar@yahoo.com> wrote:

HI,
Posted by Mike Jameson (Guest)
on 2013-01-25 18:54
(Received via mailing list)
Go into each folder which build-gnuradio downloaded and type the 
following:

mkdir build
cd build
cmake ../
sudo make uninstall


Then run the build script line again in an empty folder :


wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio


Mike
M0MIK
Posted by Sajjad Safdar (Guest)
on 2013-01-28 16:27
(Received via mailing list)
Hello,
I tried to uninstall as you directed but i got this error at the end

-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * sphinx
-- * gr-comedi
-- * gr-shd
--
-- Using install prefix: /usr/local
-- Building for version: v3.6.3-35-g4435082f / 3.6.4git
-- Configuring done
-- Generating done
-- Build files have been written to: /home/hw/gnuradio/build



hw@E-Lab:~/gnuradio/build$ sudo make uninstall


Scanning dependencies of target uninstall
CMake Error at cmake_uninstall.cmake:4 (MESSAGE):
 Cannot find install manifest:
 "/home/hw/gnuradio/build/install_manifest.txt"


make[3]: *** [CMakeFiles/uninstall] Error 1
make[2]: *** [CMakeFiles/uninstall.dir/all] Error 2
make[1]: *** [CMakeFiles/uninstall.dir/rule] Error 2
make: *** [uninstall] Error 2
hw@E-Lab:~/gnuradio/build$ ls


CMakeCache.txt gr-analog gr-noaa gr-wavelet
CMakeFiles gr-atsc gr-pager gr-wxgui
cmake_install.cmake gr-audio gr-qtgui ImportExecutables.cmake
cmake_uninstall.cmake gr-blocks gr-shd Makefile
CPackConfig.cmake grc gr-trellis Packaging
CPackSourceConfig.cmake gr-comedi gruel python_compile_helper.py
CTestTestfile.cmake gr-digital gr-uhd volk
docs gr-fcd gr-utils
get_swig_deps.py gr-fft gr-video-sdl
gnuradio-core gr-filter gr-vocoder


hw@E-Lab:~/gnuradio/build$



It really very annoying now, because i can#t uninstall it, and now gnu 
radio is also no working.

Best Regards,
SAJJAD SAFDAR


________________________________
 From: Mike Jameson <mikejamo@gmail.com>
To: Sajjad Safdar <engrsajjadsafdar@yahoo.com>
Cc: "discuss-gnuradio@gnu.org" <discuss-gnuradio@gnu.org>
Sent: Friday, January 25, 2013 6:53 PM
Subject: Re: [Discuss-gnuradio] Uninstalling Gnu Radio (Build script 
installed)


Go into each folder which build-gnuradio downloaded and type the 
following:

mkdir build
cd build
cmake ../
sudo make uninstall


Then run the build script line again in an empty folder :

wget http://www.sbrac.org/files/build-gnuradio && chmod a+x 
./build-gnuradio && ./build-gnuradio


Mike
M0MIK




On 25 January 2013 17:44, Sajjad Safdar <engrsajjadsafdar@yahoo.com> 
wrote:

Hi,
Posted by Mike Jameson (Guest)
on 2013-01-28 16:33
(Received via mailing list)
Hi,

From the first result in google:
https://www.google.co.uk/search?q=install_manifest.txt

...'install_manifest.txt' is created when gnuradio is installed. 
Therefore
run the following and cross your fingers! :)


make
sudo make install
sudo make uninstall


Mike
M0MIK
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.