Installng GNURadio from git repository

I was trying to install GNURadio with the following commands

Install GNU Radio from git

git clone gnuradio.git - GNU Radio

cd gnuradio
./bootstrap
./configure
make

after typing this in the terminal it displays

Initialized empty Git repository in /home/cogwsn/gnuradio/.git/

and then nothing happens for long time.
need some help.
a few months back I installed using the same process and it worked well.
Thanks
Sumit.


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/Installng-GNURadio-from-git-repository-tp31905364p31905364.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Wed, Jun 22, 2011 at 7:58 PM, sumitstop
[email protected]wrote:

after typing this in the terminal it displays

Initialized empty Git repository in /home/cogwsn/gnuradio/.git/

and then nothing happens for long time.
need some help.
a few months back I installed using the same process and it worked well.
Thanks
Sumit.

How much is long time? Seconds, minutes, hours, days?

It is a large repository (du says 56 MBytes) and your git may be quiet
while
downloading.

Alex

yeah it was actually quiet while downloading …
thanks

Alexandru C. wrote:

cd gnuradio
a few months back I installed using the same process and it worked well.
Alex


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/Installng-GNURadio-from-git-repository-tp31905566p31906088.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Hi Sumit,

I had the same error and I solved it typing git clone
GNU Radio cgit (without .git).

Beyond this, after make install I tried to test with typing from
gnuradio
import gr in Python console and an error appears, I tried to use grc and
I
receive a message asking if PYTHONPATH or LD_LIBPATH are correct.

I solve this just by typing sudo ldconfig after make install

Edmar

2011/6/22 sumitstop [email protected]

On Wed, Jun 22, 2011 at 1:58 PM, sumitstop
[email protected]wrote:


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

Sumit,
Just let go for a while; it does take a long time.

If you can (that is, if your firewall settings will let you), use the
git
protocol:
git clone git://gnuradio.org/gnuradio

It has the nice property of telling you what its doing and is a lot
faster.

Tom

On Wed, Jun 22, 2011 at 9:14 PM, Edmar Candeia G. <
[email protected]> wrote:

Hi Sumit,

I had the same error and I solved it typing git clone
GNU Radio cgit (without .git).

Are you sure? That shouldn’t work (and doesn’t for me).

Tom

Hi Tom,

the right link is git clone git://gnuradio.org/gnuradio

Edmar

2011/6/22 Tom R. [email protected]

On Wed, Jun 22, 2011 at 10:05 PM, Edmar Candeia G. <
[email protected]> wrote:

Hi Tom,

the right link is git clone git://gnuradio.org/gnuradio

Edmar

Yes, that’s what I said before :slight_smile:

To make it clear here, there are two ways of getting to the repos (also
found at http://gnuradio.org/redmine/projects/gnuradio/wiki/Download):

git clone git://gnuradio.org/gnuradio
git clone gnuradio.git - GNU Radio

The first is the preferred method and a more efficient way of getting
the
code. The second is open for use, mainly to allow people to clone when
they
are behind a firewall that blocks git.

Tom

Hi Tom It worked finally.After 2-3 link failure messages it got
installed.
I saw some posts in the forum that gnuradio.org is down hence thought
that
it might be relate to that.

Tom R. wrote:

cd gnuradio
a few months back I installed using the same process and it worked well.

Tom


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/Installng-GNURadio-from-git-repository-tp31905566p31908590.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Hi Edmar… The problem is solved now with the same lines of code

i.e. .Its installed finally.

git clone gnuradio.git - GNU Radio

Actually it was abnormally late as well as gave many warnings of
failures.
Also since I saw many posts in the forum these days that gnuradio.org is
down hence raised the question.

Thanks

Edmar Candeia Gurjão wrote:

I solve this just by typing sudo ldconfig after make install

need some help.
Communication Research center
[email protected]
http://ecandeia.dee.ufcg.edu.br
http://pet.ee.ufcg.edu.br/


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/Installng-GNURadio-from-git-repository-tp31905566p31908573.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Thu, Jun 23, 2011 at 12:18 AM, sumitstop
<[email protected]

wrote:

Hi Tom It worked finally.After 2-3 link failure messages it got installed.
I saw some posts in the forum that gnuradio.org is down hence thought that
it might be relate to that.

The website has been continually up and functioning since we set up the
new
server last weekend. The reports of it being down are due to caching
issues
in switching from the old server to the new one. I hope those are
resolved
quickly. But the server itself looks very stable!

Tom