Uninstall error

Hello guys,

every time I want to install new version of gnuradio i do uninstall, but
there is always the same error:

.
.
.
– Uninstalling “/usr/local/include/volk/volk_config_fixed.h”
– Uninstalling “/usr/local/include/volk/volk_typedefs.h”
– Uninstalling “/usr/local/lib64/libvolk.so.0.0.0”
– Uninstalling “/usr/local/lib64/libvolk.so”
CMake Error at cmake_uninstall.cmake:20 (ELSEIF):
had incorrect arguments: IS_SYMLINK “$ENV{DESTDIR}${file}” (Unknown
arguments specified).

It can’t locate certain files, and I always have to delete everything by
hand.

Did you try the uninstall with su/sudo?

Ralph.

From: discuss-gnuradio-bounces+ralph=removed_email_address@domain.invalid
[mailto:discuss-gnuradio-bounces+ralph=removed_email_address@domain.invalid] On Behalf Of
Nemanja S.
Sent: Monday, October 14, 2013 10:57 AM
To: GNURadio D.ion List
Subject: [Discuss-gnuradio] uninstall error

Hello guys,

every time I want to install new version of gnuradio i do uninstall, but
there is always the same error:

.
.
.
– Uninstalling “/usr/local/include/volk/volk_config_fixed.h”
– Uninstalling “/usr/local/include/volk/volk_typedefs.h”
– Uninstalling “/usr/local/lib64/libvolk.so.0.0.0”
– Uninstalling “/usr/local/lib64/libvolk.so”
CMake Error at cmake_uninstall.cmake:20 (ELSEIF):
had incorrect arguments: IS_SYMLINK “$ENV{DESTDIR}${file}” (Unknown
arguments specified).

It can’t locate certain files, and I always have to delete everything by
hand.

Yes, for sure. The pattern is more or less repeatable. For example,
modul
wavelet, has 4 files that needs to be deleted:

/usr/local/lib64/libgnuradio-wavelet-3.7.1git.so.0.0.0
/usr/local/lib64/libgnuradio-wavelet-3.7.1git.so
/usr/local/lib64/libgnuradio-wavelet.so
/usr/local/lib64/libgnuradio-wavelet-3.7.1git.so.0

Uninstall script is able to find and remove only the first one, but not
the
next three and this happens for every module that has this so files.

On Mon, Oct 14, 2013 at 11:46 AM, Ralph A. Schmid, dk5ras