Today when I tried to install Gnuradio by Marcus Script I got following
message.
“Fetching Gnu Radio via GIT…GIT checkout of Gnu Radio failed!”
Yesterday it was working fine and I installed it on my two Pc’s.
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
View this message in context:
http://old.nabble.com/Problem-in-installing-GnuRadio-by-script.-tp31929580p31929580.html
Sent from the GnuRadio mailing list archive at Nabble.com.
On 06/26/2011 02:31 AM, sumitstop wrote:
Today when I tried to install Gnuradio by Marcus Script I got following
message.
“Fetching Gnu Radio via GIT…GIT checkout of Gnu Radio failed!”
Yesterday it was working fine and I installed it on my two Pc’s.
Sometimes the GIT server that hosts the Gnu Radio source goes down,
that’s probably what happened there.
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
Hi Marcus its more than 48 hours now and still the same message
Continuing with script
Installing pre-prequisites…Checking for package libfontconfig1-dev
Checking for package libxrender-dev
Checking for package libpulse-dev
Checking for package swig
Checking for package g++
Checking for package automake
Checking for package autoconf
Checking for package libtool
Checking for package python-dev
Checking for package libfftw3-dev
Checking for package libcppunit-dev
Checking for package libboost-all-dev
Checking for package libusb-dev
Checking for package libusb-1.0-0-dev
Checking for package fort77
Checking for package sdcc
Checking for package sdcc-libraries
Checking for package libsdl1.2-dev
Checking for package python-wxgtk2.8
Checking for package git-core
Checking for package guile-1.8-dev
Checking for package libqt4-dev
Checking for package python-numpy
Checking for package ccache
Checking for package python-opengl
Checking for package libgsl0-dev
Checking for package python-cheetah
Checking for package python-lxml
Checking for package doxygen
Checking for package qt4-dev-tools
Checking for package libusb-1.0-0-dev
Checking for package libqwt5-qt4-dev
Checking for package libqwtplot3d-qt4-dev
Checking for package pyqt4-dev-tools
Checking for package python-qwt5-qt4
Checking for package cmake
Checking for package git-core
Checking for package wget
Checking for package sdcc
Done
Fetching Gnu Radio via GIT…GIT checkout of Gnu Radio failed!
Is there something else to be done in my network settings ??
Marcus D. Leech wrote:
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/Problem-in-installing-GnuRadio-by-script.-tp31929580p31938056.html
Sent from the GnuRadio mailing list archive at Nabble.com.
On 27/06/2011 11:08 AM, sumitstop wrote:
Checking for package libtool
Checking for package python-wxgtk2.8
Checking for package qt4-dev-tools
Fetching Gnu Radio via GIT…GIT checkout of Gnu Radio failed!
Is there something else to be done in my network settings ??
It’s possible that your local network doesn’t allow the GIT protocol to
propagate.
On 27/06/2011 3:29 PM, Christopher Dean wrote:
This information is from:
http://gnuradio.org/redmine/projects/gnuradio/wiki/Download .
Hope that helps,
Chris
And it’s funny because I used the “http:” version in the build-gnuradio
script specifically because some peoples local firewall rules
preclude the use of the GIT protocol. Sigh.
Perhaps I’ll update the script to try both methods.
Hi Sumit,
There are two links that we can use to access the current version of the
GNU Radio source: git://gnuradio.org/gnuradio and
gnuradio.git - GNU Radio .
As of now, the second link does not work for me, but the first one does.
You might be able to fix your problem by finding the line in the script
where you try to git the source code, and replace it with : “git clone
git://gnuradio.org/gnuradio”, excluding quotation marks.
This information is from:
http://gnuradio.org/redmine/projects/gnuradio/wiki/Download .
Hope that helps,
Chris
OOPS !!! and it worked … thanks a lot
Christopher Dean-3 wrote:
git://gnuradio.org/gnuradio", excluding quotation marks.
[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/Problem-in-installing-GnuRadio-by-script.-tp31929580p31941443.html
Sent from the GnuRadio mailing list archive at Nabble.com.
And a new error came
Fetching Gnu Radio via GIT…Done
Fetching UHD via GIT…Done
Building UHD…Done building/installing UHD
Fetching and installing FPGA/Firmware images via wget…
…Installing from:
tar: Old option f' requires an argument. Try
tar --help’ or `tar --usage’ for more information.
There was a problem with the TAR file:
The appropriate directories were not unpacked from it
In particular, UHD…/share/uhd/images does not exist
sumitstop wrote:
There are two links that we can use to access the current version of
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/Problem-in-installing-GnuRadio-by-script.-tp31929580p31941651.html
Sent from the GnuRadio mailing list archive at Nabble.com.
Hi Marcus you were right.I just came to know that git protocol was not
working for some reasons in my institute.
Replacing with the link told by Chris worked finally
Marcus D. Leech wrote:
script where you try to git the source code, and replace it with :
preclude the use of the GIT protocol. Sigh.
Discuss-gnuradio Info Page
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
View this message in context:
http://old.nabble.com/Problem-in-installing-GnuRadio-by-script.-tp31929580p31941457.html
Sent from the GnuRadio mailing list archive at Nabble.com.
On 28/06/2011 12:20 PM, sumitstop wrote:
Try tar --help' or
tar --usage’ for more information.
I will really appreciate any reply.
It’s probably the case that the firmware repository has changed
structure again, and the script is not psychic.
On 28/06/2011 12:20 PM, sumitstop wrote:
Try tar --help' or
tar --usage’ for more information.
There was a problem with the TAR file:
The appropriate directories were not unpacked from it
In particular, UHD…/share/uhd/images does not exist
####################################################
Git ports are now open at my place and git protocol is working fine.
I just updated http://www.sbrac.org/files/build-gnuradio to at least
detect when the directory structure it fetches from www.ettus.com
is invalid, and it can’t determine the file to download. It prints
an error message and exits–not much more it can do. It’s hard to
make install scripts have “intuition”
Haha… indeed.
Anyways thats good for now I am re-running it on my systems.Will let
you
know how it goes.
Marcus D. Leech wrote:
…Installing from:
an error message and exits–not much more it can do. It’s hard to
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
View this message in context:
http://old.nabble.com/Problem-in-installing-GnuRadio-by-script.-tp31929580p31948789.html
Sent from the GnuRadio mailing list archive at Nabble.com.
No No … script is not psychic .Its really a peace meal for new comers
For the time being I should work on my older systems where it was
installed
last week through the script.I hope the problem will be solved soon.
Marcus D. Leech wrote:
…Installing from:
I will really appreciate.I checked the script step by step.The function
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/Problem-in-installing-GnuRadio-by-script.-tp31929580p31948673.html
Sent from the GnuRadio mailing list archive at Nabble.com.
Hmmm now it is at least echoing the reason for exiting
"Could not find appropriate file to download Perhaps the "downloads"
directory structure at ettus.com has changed or is currently invalid "
Again the same step by step build
I hope it will be restored soon.
sumitstop wrote:
Even after several trials the script exits
The appropriate directories were not unpacked from it
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/Problem-in-installing-GnuRadio-by-script.-tp31929580p31949958.html
Sent from the GnuRadio mailing list archive at Nabble.com.
On 06/28/2011 04:44 PM, sumitstop wrote:
Hmmm now it is at least echoing the reason for exiting
"Could not find appropriate file to download Perhaps the "downloads"
directory structure at ettus.com has changed or is currently invalid "
Again the same step by step build
I hope it will be restored soon.
It just worked flawlessly for me at home.
I wonder if perhaps you have a “transparent web cache” on your network
that isn’t quite flushing properly?
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
Hi Marcus
Even after several trials the script exits
giving following error …
########################################################
Fetching Gnu Radio via GIT…Done
Fetching UHD via GIT…Done
Building UHD…Done building/installing UHD
Fetching and installing FPGA/Firmware images via wget…
…Installing from:
tar: Old option f' requires an argument. Try
tar --help’ or `tar --usage’ for more information.
There was a problem with the TAR file:
The appropriate directories were not unpacked from it
In particular, UHD…/share/uhd/images does not exist
####################################################
Git ports are now open at my place and git protocol is working fine.
Everything was working fine last week.I have ubuntu 10.04.
Some of my friends are also getting the same error with ubuntu 10.10.
I will really appreciate.I checked the script step by step.The function
named ‘firmware’ is not able to fetch the latest UHD firmware/fpga
images.
I will really appreciate any reply.
Marcus D. Leech wrote:
Checking for package automake
Checking for package sdcc-libraries
Checking for package python-lxml
Checking for package sdcc
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/Problem-in-installing-GnuRadio-by-script.-tp31929580p31947829.html
Sent from the GnuRadio mailing list archive at Nabble.com.
Yes indeed our institute has transparent web cache to decrease the load on
network.I can’t say whether its flushing properly or not.I will try
installing it tomorrow with a separate connection.
But how is this related to the errors I am getting …
Sometimes “transparent web caches” aren’t so transparent. Updates to
the downstream actual website aren’t
always tracked correctly.
So when the “firmware” paragraph trys to fetch stuff, the web cache
delivers an incomplete version of the target
website–the firmware is fetched using “wget” to an http:// URL, so
your webcache will definitely be involved.
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
Hey Marcus…a nice thing…
I did some manipulation in your script and it worked.
first I omitted the function “firmware” … saved it and then ran the
script.
then I downloaded the images from
http://www.ettus.com/downloads/uhd_releases/master_images/ (the .tar
file)
then I extracted it and copied the image folder into
/usr/local/share/uhd/
then I did chmod 644 thing there (as was written in the script) i.e.
chmod
644 /usr/local/share/uhd/images/*
and everything was great… now i have a gnuradio in my system without
any
error
so finally done… haaaahhh
thanks a lot for the script.
Marcus D. Leech wrote:
So when the “firmware” paragraph trys to fetch stuff, the web cache
Principal Investigator
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
View this message in context:
http://old.nabble.com/Problem-in-installing-GnuRadio-by-script.-tp31929580p31985316.html
Sent from the GnuRadio mailing list archive at Nabble.com.
Let me know if some further settings I need to do .
sumitstop wrote:
then I did chmod 644 thing there (as was written in the script) i.e. chmod
Marcus D. Leech wrote:
So when the “firmware” paragraph trys to fetch stuff, the web cache
Principal Investigator
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
View this message in context:
http://old.nabble.com/Problem-in-installing-GnuRadio-by-script.-tp31929580p31985341.html
Sent from the GnuRadio mailing list archive at Nabble.com.
Hello all, I have been trying to install Gnuradio by Marcus Script I am
getting the following message.
“Fetching Gnu Radio via GIT…Done
Fetching UHD via GIT…GIT checkout of UHD FAILED”
what does this mean, what could be wrong and how do I go about
correcting it?
THANK YOU