I deleted everything that was Gnu Radio-ish and istalled fresh new version.
But it doesn't work now. GRC won't start, it complains about environment
variable, I checket, they are good.
When I want to start uhd_fft I come the following error:

Traceback (most recent call last):
>   File "/usr/local/bin/uhd_fft", line 24, in <module>
>     from gnuradio import gr, gru
>   File "/usr/local/lib64/python2.6/site-packages/gnuradio/gr/__init__.py",
> line 27, in <module>
>     from gnuradio_core import *
>   File
> "/usr/local/lib64/python2.6/site-packages/gnuradio/gr/gnuradio_core.py",
> line 23, in <module>
>     from gnuradio_core_runtime import *
>   File
> "/usr/local/lib64/python2.6/site-packages/gnuradio/gr/gnuradio_core_runtime.py",
> line 24, in <module>
>     _gnuradio_core_runtime = swig_import_helper()
>   File
> "/usr/local/lib64/python2.6/site-packages/gnuradio/gr/gnuradio_core_runtime.py",
> line 20, in swig_import_helper
>     _mod = imp.load_module('_gnuradio_core_runtime', fp, pathname,
> description)
> ImportError: libgnuradio-core-3.6.4git.so.0.0.0: cannot open shared object
> fil
>

The problem is this objest does exist in this location: /usr/local/lib64

I am using RHEL6.

Best


On Thu, Jan 31, 2013 at 11:34 AM, Martin Braun (CEL)
<martin.br...@kit.edu>wrote:

> Just install 3.6.3, you should be fine.
> Otherwise, manually browse through /usr/local and kill everything that
> looks GNU Radio-ish.
>
> MB
>
> On Wed, Jan 30, 2013 at 04:13:20PM +0100, Nemanja Savic wrote:
> > In order to find which version I am using (since I have few build
> folders on my
> > computer, and I don't know from which gnuradio was installed, because i
> tried a
> > lot of times to install it without success (there were some problems
> since I am
> > using RHEL6)) I decided to uninstall everything and make fresh new
> installation
> > of gnuradio. I am receiving folloowing error from cmake:
> >
> >
> >     -- Uninstalling "/usr/local/share/doc/gnuradio-3.6.0/README"
> >     CMake Error at cmake_uninstall.cmake:20 (ELSEIF):
> >       had incorrect arguments: IS_SYMLINK "$ENV{DESTDIR}${file}" (Unknown
> >       arguments specified).
> >
> >
> >     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
> >
> >
> > I simply tried to make this file, but then there was another file
> missing, and
> > so on.
> >
> > Is there any other way to uninstall gnuradio?
> >
> >
> > Best
> >
> >
> >
> > On Wed, Jan 30, 2013 at 1:36 PM, Martin Braun (CEL) <
> martin.br...@kit.edu>
> > wrote:
> >
> >
> >     On Wed, Jan 30, 2013 at 01:23:19PM +0100, Nemanja Savic wrote:
> >     > Today I have tried again, but this time i used block as is
> designed by
> >     > gr_modtool. It wont wen throught test, bu it reports:
> >     >
> >     > AttributeError: 'module' object has no attribute 'sync_block'
> >     >
> >     >
> >     > It is becoming horror.
> >
> >
> >     Nemanja,
> >
> >     it seems like you haven't actually changed anything.
> >
> >     To recap:
> >     - If you want Python blocks (gr.sync_block), you need > 3.6.3.
> >     - You're doing something with messages (right?) Perhaps you want
> >       msg_connect() rather than the old message queues (read
> >       Johnathan's release announcement)
> >
> >     MB
> >
> >     --
> >     Karlsruhe Institute of Technology (KIT)
> >     Communications Engineering Lab (CEL)
> >
> >     Dipl.-Ing. Martin Braun
> >     Research Associate
> >
> >     Kaiserstraße 12
> >     Building 05.01
> >     76131 Karlsruhe
> >
> >     Phone: +49 721 608-43790
> >     Fax: +49 721 608-46071
> >     www.cel.kit.edu
> >
> >     KIT -- University of the State of Baden-Württemberg and
> >     National Laboratory of the Helmholtz Association
> >
> >
> >     _______________________________________________
> >     Discuss-gnuradio mailing list
> >     Discuss-gnuradio@gnu.org
> >     https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> >
> >
> >
> >
> > --
> > Nemanja Savić
> >
>
> > _______________________________________________
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
> --
> Karlsruhe Institute of Technology (KIT)
> Communications Engineering Lab (CEL)
>
> Dipl.-Ing. Martin Braun
> Research Associate
>
> Kaiserstraße 12
> Building 05.01
> 76131 Karlsruhe
>
> Phone: +49 721 608-43790
> Fax: +49 721 608-46071
> www.cel.kit.edu
>
> KIT -- University of the State of Baden-Württemberg and
> National Laboratory of the Helmholtz Association
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>


-- 
Nemanja Savić
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to