Git check out fails

i cant use the build script because the git check out fails. i suspect
it has something to do with my router. i don’t know what setting i
should change. any suggestions will be much appreciated.
thanks

Matt D

On 07/19/2013 11:33 AM, Matt D wrote:

i cant use the build script because the git check out fails. i suspect
it has something to do with my router. i don’t know what setting i
should change. any suggestions will be much appreciated.
thanks
Tweak the firewall rules on your router to allow GIT to pass through.
Default port is 9418 for GIT.

I can’t tell you how to do that on your router.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On 07/19/2013 11:41 AM, Marcus D. Leech wrote:

i just tried the biuld script with a cable plugged in directly to a
modem. No router, no firewall, no nothing. the git still fails!!??

=======> THIS MAY TAKE QUITE SOME TIME <=========
Fetching Gnu Radio via GIT…Could not find
gnuradio/gnuradio-{core,runtime} after GIT checkout
GIT checkout of Gnu Radio failed!

omg. what do i have to do here?

=======> THIS MAY TAKE QUITE SOME TIME<========= Fetching Gnu Radio
via GIT…Could not find gnuradio/gnuradio-{core,runtime} after GIT
checkout GIT checkout of Gnu Radio failed!

omg. what do i have to do here?

Well, you could run it using --verbose to see if there’s anything extra going
wrong.

It looks like the build_gnuradio script is being used.

Just try the git command that is in the script by itself like this I
think:

git clone --verbose gnuradio.git - GNU Radio

git clone --verbose gnuradio.git - GNU Radio

I overlooked the fact the git will give to me version 3.7. this will
not do. I need 3.6.3. so where i am at is here on the make test:

The following tests FAILED:
1 - qa_volk_test_all (Failed)
Errors while running CTest
make: *** [test] Error 8

does anyone know of a fix for this?

On 07/19/2013 02:04 PM, Matt D wrote:


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

Well, you could run it using --verbose to see if there’s anything extra
going wrong.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On Sun, Jul 21, 2013 at 9:47 PM, Matt D [email protected] wrote:

git clone --verbose gnuradio.git - GNU Radio

I overlooked the fact the git will give to me version 3.7. this will
not do. I need 3.6.3. so where i am at is here on the make test:

Once you’ve cloned the GNU Radio repo, you can go to any version by
checking out that version tag. In your case:
$ git checkout v3.6.3

The following tests FAILED:
1 - qa_volk_test_all (Failed)
Errors while running CTest
make: *** [test] Error 8

does anyone know of a fix for this?

Going to need more information here. What’s your processor? OS? Which
tests, exactly, fail (use ‘ctest -V -R volk’ to get this information)?

Tom