discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GIT checkout of Gnu Radio failed!


From: Sara Chérif
Subject: Re: [Discuss-gnuradio] GIT checkout of Gnu Radio failed!
Date: Thu, 27 Mar 2014 22:25:06 +0200

I tried this command but I got this output :
address@hidden:~/gnuradio$ git clone --progress  https://github.com/gnuradio/gnuradio.git.
Cloning into 'gnuradio.git.'...
fatal: https://github.com/gnuradio/gnuradio.git./info/refs not found: did you run git update-server-info on the server?
I searched for the problem , I found in this link that i have to change in ./git/config
http://stackoverflow.com/questions/9343189/did-you-run-git-update-server-info-error-on-a-github-repository
but I didn't find this file ,, where can i find it (sorry i am new to Ubuntu )

Then I found in the file named " build-gnuradio " this line
git clone --progress  http://git.gnuradio.org/git/gnuradio.git >>$LOGDEV 2>&1
and i changed it to:
git clone --progress  https://github.com/gnuradio/gnuradio.git >>$LOGDEV 2>&1
as you said

But I have the same output!!
Fetching Gnu Radio via GIT...Cloning into 'gnuradio'...
error: Unable to get pack file http://gnuradio.org/git/gnuradio.git/objects/pack/pack-4efcc5d853d522a5d355d67387c7f37121663227.pack
transfer closed with 17230768 bytes remaining to read
error: Unable to find 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c under http://gnuradio.org/git/gnuradio.git
Cannot obtain needed object 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c
while processing commit 85ae8fc1e6b7397eb6dc774e2e4eaf8049265b13.
error: Fetch failed.
Could not find gnuradio/gnuradio-{core,runtime} after GIT checkout
GIT checkout of Gnu Radio failed!
Send success/fail info to sbrac.org?Y



2014-03-27 20:35 GMT+02:00 Tom Rondeau <address@hidden>:
On Thu, Mar 27, 2014 at 11:21 AM, Sara Chérif <address@hidden> wrote:
> I am installing GNU Radio from this link :
> http://blogs.bu.edu/mhirsch/2012/07/installing-gnu-radio-in-ubuntu-12-04-x64/comment-page-1/
> but I got this output in terminal :

We're getting various reports of problems with git over http access to
gnuradio.org. We think it's something going on with our hosting
platform.

You can change that line in the build script from
http://git.gnuradio.org/git/gnuradio.git to
https://github.com/gnuradio/gnuradio.git.

Tom



> "This script will fetch Gnu Radio version 3.7/maint from the repositories,
> along with compatible
> extras.
> Is this OK?Y
> Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
> via the Internet
> =======> THIS MAY TAKE QUITE SOME TIME <=========
> Fetching Gnu Radio via GIT...Cloning into 'gnuradio'...
> error: Unable to get pack file
> http://gnuradio.org/git/gnuradio.git/objects/pack/pack-4efcc5d853d522a5d355d67387c7f37121663227.pack
> transfer closed with 20430353 bytes remaining to read
> error: Unable to find 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c under
> http://gnuradio.org/git/gnuradio.git
> Cannot obtain needed object 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c
> while processing commit 85ae8fc1e6b7397eb6dc774e2e4eaf8049265b13.
> error: Fetch failed.
> Could not find gnuradio/gnuradio-{core,runtime} after GIT checkout
> GIT checkout of Gnu Radio failed!
> Send success/fail info to sbrac.org?Y"
>
> then I tried git clone --verbose & --progress
> http://gnuradio.org/git/gnuradio.git and i got the same output , what can i
> do ? ..thanks  in advance:)
>
> address@hidden:~/gnuradio$ git clone --verbose
> http://gnuradio.org/git/gnuradio.git
> Cloning into 'gnuradio'...
> error: Unable to get pack file
> http://gnuradio.org/git/gnuradio.git/objects/pack/pack-4efcc5d853d522a5d355d67387c7f37121663227.pack
> transfer closed with 21869664 bytes remaining to read
> error: Unable to find 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c under
> http://gnuradio.org/git/gnuradio.git
> Cannot obtain needed object 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c
> while processing commit 85ae8fc1e6b7397eb6dc774e2e4eaf8049265b13.
> error: Fetch failed.
>
> address@hidden:~/gnuradio$ git clone --progress
> http://gnuradio.org/git/gnuradio.git
> Cloning into 'gnuradio'...
> error: Unable to get pack file
> http://gnuradio.org/git/gnuradio.git/objects/pack/pack-4efcc5d853d522a5d355d67387c7f37121663227.pack
> transfer closed with 21283224 bytes remaining to read
> error: Unable to find 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c under
> http://gnuradio.org/git/gnuradio.git
> Cannot obtain needed object 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c
> while processing commit 85ae8fc1e6b7397eb6dc774e2e4eaf8049265b13.
> error: Fetch failed.
>
>
>
> _______________________________________________
> 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]