Re: [Discuss-gnuradio] git clone never finishes

2019-05-21 Thread Chris Kuethe
The repo is at https://github.com/gnuradio/gnuradio On Tue, May 21, 2019, 10:35 Hans Kurscheidt wrote: > Hi, > > my 1st post, here. > > git clone --recursive https://www.gnuradio.org/cgit/gnuradio.git > Cloning into 'gnuradio'... > > > never finishes on Debian. > > ?? > > RGDS > > hk > > > > __

[Discuss-gnuradio] git clone never finishes

2019-05-21 Thread Hans Kurscheidt
Hi, my 1st post, here. git clone --recursive https://www.gnuradio.org/cgit/gnuradio.git Cloning into 'gnuradio'... never finishes on Debian. ?? RGDS hk ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/lis

Re: [Discuss-gnuradio] git clone failure

2017-08-15 Thread Derek Kozel
Hello Raj, The repository is still there but the SSL certificate needs to be updated/fixed. As a temporary measure you can tell git to ignore the error, or you can use GitHub's repository. https://stackoverflow.com/a/21407163/825508 Thanks for sharing the problem. Derek On Tue, Aug 15, 2017 at

[Discuss-gnuradio] git clone failure

2017-08-15 Thread Raj Bhattacharjea
I'm seeing a certificate error when I run: git clone --recursive http://git.gnuradio.org/git/gnuradio.git The error is: fatal: unable to access 'https://git.gnuradio.org/git/gnuradio.git/': SSL: certificate subject name (gnuradio.org) does not match target host name ' git.gnuradio.org' This is th

Re: [Discuss-gnuradio] git fetch failing

2016-08-23 Thread Tom McDermott
Thanks, Ron. I repointed origin to github, and reset the branches to origin/, then it updated just fine. Appears the content on github works fine, and something fishy with the content on gnuradio.org -- Tom, N5EG On Tue, Aug 23, 2016 at 3:52 AM, Ron Economos wrote: > This is just a personal

Re: [Discuss-gnuradio] git fetch failing

2016-08-23 Thread Ron Economos
This is just a personal preference, but I always use Github instead of gnuradio.org. Github saturates my 188 Mbps Internet connection, and a git clone from gnuradio only takes a few moments. git clone --recursive https://github.com/gnuradio/gnuradio.git Ron On 08/22/2016 06:57 PM, Tom McDermo

[Discuss-gnuradio] git fetch failing

2016-08-22 Thread Tom McDermott
I've tried to recently update gnuradio, Getting a strange git error when doing a git fetch: $ git fetch -v error: Unable to find 7c17d1cd1daa08fc3b6613f11f553f41ae7b3bd9 under http://gnuradio.org/git/gnuradio.git Cannot obtain needed object 7c17d1cd1daa08fc3b6613f11f553f41ae7b3bd9 error: Fetch fai

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-27 Thread Marcus Leech
Actually, if you look at the error messages closely, Cmake is complaining about a Cmake function that doesn't exist.  I think it's   CMake that is too old (or the Cmake files are using constructs that are too new), and when there's no portaudio at all, we don't   end up triggering that paragraph of

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-27 Thread Sid Boyce
On 27/05/14 03:29, Marcus D. Leech wrote: On 05/26/2014 10:24 PM, Sid Boyce wrote: On 27/05/14 02:01, Marcus D. Leech wrote: On 05/26/2014 08:40 PM, Sid Boyce wrote: Check if portaudio19-dev installed. root@sdrbox:~# dpkg -l|grep portaudio ii libportaudio2:amd64 19+svn20140130-1 amd64 Portab

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Marcus D. Leech
On 05/26/2014 10:24 PM, Sid Boyce wrote: On 27/05/14 02:01, Marcus D. Leech wrote: On 05/26/2014 08:40 PM, Sid Boyce wrote: Check if portaudio19-dev installed. root@sdrbox:~# dpkg -l|grep portaudio ii libportaudio2:amd64 19+svn20140130-1 amd64Portable audio I/O - shared library ii l

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Sid Boyce
On 27/05/14 02:01, Marcus D. Leech wrote: On 05/26/2014 08:40 PM, Sid Boyce wrote: Check if portaudio19-dev installed. root@sdrbox:~# dpkg -l|grep portaudio ii libportaudio2:amd64 19+svn20140130-1 amd64Portable audio I/O - shared library ii libportaudiocpp0:amd64 19+svn20140130-1

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Marcus D. Leech
On 05/26/2014 09:56 PM, Sid Boyce wrote: On 27/05/14 02:01, Marcus D. Leech wrote: On 05/26/2014 08:40 PM, Sid Boyce wrote: Check if portaudio19-dev installed. root@sdrbox:~# dpkg -l|grep portaudio ii libportaudio2:amd64 19+svn20140130-1 amd64Portable audio I/O - shared library ii l

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Sid Boyce
On 27/05/14 02:01, Marcus D. Leech wrote: On 05/26/2014 08:40 PM, Sid Boyce wrote: Check if portaudio19-dev installed. root@sdrbox:~# dpkg -l|grep portaudio ii libportaudio2:amd64 19+svn20140130-1 amd64Portable audio I/O - shared library ii libportaudiocpp0:amd64 19+svn20140130-1

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Marcus D. Leech
On 05/26/2014 08:40 PM, Sid Boyce wrote: Check if portaudio19-dev installed. root@sdrbox:~# dpkg -l|grep portaudio ii libportaudio2:amd64 19+svn20140130-1 amd64Portable audio I/O - shared library ii libportaudiocpp0:amd64 19+svn20140130-1

Re: [Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Sid Boyce
On 27/05/14 00:21, Marcus D. Leech wrote: On 05/26/2014 07:07 PM, Johnathan Corgan wrote: On 05/26/2014 03:57 PM, Marcus D. Leech wrote: transfer closed with 88647 bytes remaining to read error: Unable to find 404ce04347b132e963564099f18345c19e2685c6 under http://gnuradio.org/git/gnuradio.git

[Discuss-gnuradio] Git cloned, errors in Portaudio during cmake

2014-05-26 Thread Marcus D. Leech
On 05/26/2014 07:07 PM, Johnathan Corgan wrote: On 05/26/2014 03:57 PM, Marcus D. Leech wrote: transfer closed with 88647 bytes remaining to read error: Unable to find 404ce04347b132e963564099f18345c19e2685c6 under http://gnuradio.org/git/gnuradio.git Cannot obtain needed blob 404ce04347b132e96

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

2014-03-28 Thread Marcus D. Leech
Yes , I tried it again & it works :) Thanks Tom , Volker & Nathan . I ran gnuradio in terminal after installing & I see there is no problem in it sara@ubuntu:~/gnuradio$ gnuradio-companion Warning: Block key "blocks_ctrlport_monitor_performance" not found when loading category tree. Warning: Bl

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

2014-03-28 Thread Sara Chérif
Yes , I tried it again & it works :) Thanks Tom , Volker & Nathan . I ran gnuradio in terminal after installing & I see there is no problem in it sara@ubuntu:~/gnuradio$ gnuradio-companion Warning: Block key "blocks_ctrlport_monitor_performance" not found when loading category tree. Warning: Block

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

2014-03-27 Thread West, Nathan
On Thu, Mar 27, 2014 at 1:25 PM, Sara Chérif wrote: > I tried this command but I got this output : > sara@ubuntu:~/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: di

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

2014-03-27 Thread Volker Schroer
The config file ist located in .git ( hidden directory) not in ./git -- Volker Am 27.03.2014 21:25, schrieb Sara Chérif: I tried this command but I got this output : sara@ubuntu:~/gnuradio$ git clone --progress https://github.com/gnuradio/gnuradio.git. Cloning into 'gnuradio.git.'... fatal: ht

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

2014-03-27 Thread Sara Chérif
I tried this command but I got this output : sara@ubuntu:~/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

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

2014-03-27 Thread Tom Rondeau
On Thu, Mar 27, 2014 at 11:21 AM, Sara Chérif 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 acces

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

2014-03-27 Thread Sara Chérif
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 : "This script will fetch Gnu Radio version 3.7/maint from the repositories, along with compatible extras. Is this OK?Y Fetching

Re: [Discuss-gnuradio] git access to UHD through http ?

2014-01-05 Thread Philip Balister
On 01/05/2014 10:50 AM, Jean-Michel FRIEDT wrote: > not sure if this issue is relevant to the mailing list: > while running the tutorial at > https://github.com/balister/oe-gnuradio-manifest > which aims at recovering all tools needed to build an image for an embedded > architecture, intensive requ

[Discuss-gnuradio] git access to UHD through http ?

2014-01-05 Thread Jean-Michel FRIEDT
not sure if this issue is relevant to the mailing list: while running the tutorial at https://github.com/balister/oe-gnuradio-manifest which aims at recovering all tools needed to build an image for an embedded architecture, intensive requests to git are performed to fetch all the source codes. Al

[Discuss-gnuradio] git support in gr_modtool

2013-11-28 Thread Martin Braun (CEL)
Hi, the master branch has a new feature for modtool: git support. If enabled, 'gr_modtool create' will automatically turn the newly created directory into a git repository and add all the new files. The modtool subcommands add, rm, disable and makexml can then update the git index when operating

[Discuss-gnuradio] [discuss-gnuradio] Git checkout error in build_gnuradio script

2013-09-19 Thread Alex Zhang
Hello, I think the script build_gnuradio has an error when GNURadio 3.7 is in the repository. As the GNURadio 3.7 has no directory gnuradio-core. The below code will always report error and exit the building. git clone --progress http://gnuradio.org/git/gnuradio.git >>$LOGDEV 2>&1

Re: [Discuss-gnuradio] git check out fails

2013-07-22 Thread Tom Rondeau
On Sun, Jul 21, 2013 at 9:47 PM, Matt D wrote: > >> >> git clone --verbose http://gnuradio.org/git/gnuradio.git >> >> > 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,

Re: [Discuss-gnuradio] git check out fails

2013-07-21 Thread Matt D
> > git clone --verbose http://gnuradio.org/git/gnuradio.git > > 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 CTes

Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Marcus D. Leech
On 07/19/2013 02:04 PM, Matt D wrote: On 07/19/2013 11:41 AM, Marcus D. Leech wrote: 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

Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Matt D
On 07/19/2013 11:41 AM, Marcus D. Leech wrote: > 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. >> th

Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Monahan-Mitchell, Tim
>> ===> 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 anythin

Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Marcus D. Leech
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 t

[Discuss-gnuradio] git check out fails

2013-07-19 Thread Matt D
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 ___ Discuss-gnuradio mail

Re: [Discuss-gnuradio] GIT checkout failure

2013-05-31 Thread Marcus Leech
There was a problem briefly after the Gnu Radio repos were updated to 3.7 where a test in build-gnuradio for files being there after the GIT checkout of Gnu Radio.   But this was fixed in build-gnuradio a couple of days ago.     on May 31, 2013, Frankie Rawlins wrote: Hi,   I have had this probl

Re: [Discuss-gnuradio] GIT checkout failure

2013-05-31 Thread Martin Braun (CEL)
On Fri, May 31, 2013 at 08:11:31AM +0100, Frankie Rawlins wrote: > Hi, > > > > I have had this problem for the last few days, when I try to run the > following. After a while I receive the GIT checkout failure. Is there a work > around? Hi Frankie, you can clone from our github repository

[Discuss-gnuradio] GIT checkout failure

2013-05-31 Thread Frankie Rawlins
Hi, I have had this problem for the last few days, when I try to run the following. After a while I receive the GIT checkout failure. Is there a work around? Thanks, Frank wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio Fetching Gnu Radio v

Re: [Discuss-gnuradio] git pull fails

2013-05-28 Thread Johnathan Corgan
On Tue, May 28, 2013 at 7:18 AM, Richard Farina wrote: > Things are updating normally on all my systems at this time. Not sure > exactly what changed but my auto-{update,build} scripts started working > again sometime yesterday. > I suspect it was an result of aggressive caching by our CDN pro

Re: [Discuss-gnuradio] git pull fails

2013-05-28 Thread Richard Farina
On 05/27/2013 01:09 AM, Johnathan Corgan wrote: > On Sun, May 26, 2013 at 9:57 PM, Richard Farina wrote: > > >> ozzie gnuradio.git # git remote update >> Fetching origin >> error: Unable to find f8a41c725b4d7e5a37655b8d274a4d62f92745a4 under >> http://gnuradio.org/git/gnuradio.git >> Cannot obta

Re: [Discuss-gnuradio] git pull fails

2013-05-26 Thread Johnathan Corgan
On Sun, May 26, 2013 at 9:57 PM, Richard Farina wrote: > ozzie gnuradio.git # git remote update > Fetching origin > error: Unable to find f8a41c725b4d7e5a37655b8d274a4d62f92745a4 under > http://gnuradio.org/git/gnuradio.git > Cannot obtain needed tree f8a41c725b4d7e5a37655b8d274a4d62f92745a4 > w

Re: [Discuss-gnuradio] git pull fails

2013-05-26 Thread Richard Farina
On 05/27/2013 12:52 AM, Johnathan Corgan wrote: > On Sun, May 26, 2013 at 9:45 PM, Richard Farina wrote: > > >> commit 0641a4499d751f6facc151889d0ba50910cb0c6d >> Merge: 156a540 7be24af >> >> master >> >> Please note, I'm not much with git but I'm getting reports from others >> that they are hav

Re: [Discuss-gnuradio] git pull fails

2013-05-26 Thread Johnathan Corgan
On Sun, May 26, 2013 at 9:45 PM, Richard Farina wrote: > commit 0641a4499d751f6facc151889d0ba50910cb0c6d > Merge: 156a540 7be24af > > master > > Please note, I'm not much with git but I'm getting reports from others > that they are having the same issue. I can provide any info you like > but yo

Re: [Discuss-gnuradio] git pull fails

2013-05-26 Thread Richard Farina
On 05/27/2013 12:28 AM, Johnathan Corgan wrote: > On Sun, May 26, 2013 at 9:08 PM, Richard Farina wrote: > > >> error: Unable to find f8a41c725b4d7e5a37655b8d274a4d62f92745a4 under >> http://gnuradio.org/git/gnuradio.git >> Cannot obtain needed tree f8a41c725b4d7e5a37655b8d274a4d62f92745a4 >> wh

Re: [Discuss-gnuradio] git pull fails

2013-05-26 Thread Johnathan Corgan
On Sun, May 26, 2013 at 9:08 PM, Richard Farina wrote: > error: Unable to find f8a41c725b4d7e5a37655b8d274a4d62f92745a4 under > http://gnuradio.org/git/gnuradio.git > Cannot obtain needed tree f8a41c725b4d7e5a37655b8d274a4d62f92745a4 > while processing commit b86473e385e5c78ce3860f190381437c732f

[Discuss-gnuradio] git pull fails

2013-05-26 Thread Richard Farina
error: Unable to find f8a41c725b4d7e5a37655b8d274a4d62f92745a4 under http://gnuradio.org/git/gnuradio.git Cannot obtain needed tree f8a41c725b4d7e5a37655b8d274a4d62f92745a4 while processing commit b86473e385e5c78ce3860f190381437c732f5790. Is something odd going on with git right now? I can't seem

Re: [Discuss-gnuradio] Git repo/build oversight? volk_16u_byteswap_u_orc_impl????

2012-07-15 Thread Josh Blum
On 07/15/2012 02:54 PM, Rick Graham wrote: > Tried the latest build-gnuradio and it failed quickly ... > > [ 5%] Built target volk > Linking CXX executable test_all > libvolk.so.0.0.0: undefined reference to `volk_16u_byteswap_u_orc_impl' > collect2: ld returned 1 exit status > make[2]: *** [vo

[Discuss-gnuradio] Git repo/build oversight? volk_16u_byteswap_u_orc_impl????

2012-07-15 Thread Rick Graham
Tried the latest build-gnuradio and it failed quickly ... [ 5%] Built target volk Linking CXX executable test_all libvolk.so.0.0.0: undefined reference to `volk_16u_byteswap_u_orc_impl' collect2: ld returned 1 exit status make[2]: *** [volk/lib/test_all] Error 1 make[1]: *** [volk/lib/CMakeFiles/

Re: [Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml

2012-03-20 Thread Tom Rondeau
On Tue, Mar 20, 2012 at 1:41 PM, Timo Juhani Lindfors wrote: > Tom Rondeau writes: > > Have you just tried to go in and compile it by hand? > > Yes. This failure seems to still occur sometimes but not very often. > > > Do you have any directory permission issues? This can often happen by > > buil

Re: [Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml

2012-03-20 Thread Timo Juhani Lindfors
Tom Rondeau writes: > Have you just tried to go in and compile it by hand? Yes. This failure seems to still occur sometimes but not very often. > Do you have any directory permission issues? This can often happen by > building as root, so new files/directories are owned by root. I'm working as

Re: [Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml

2012-03-20 Thread Tom Rondeau
On Mon, Mar 19, 2012 at 12:06 PM, Timo Juhani Lindfors wrote: > Hi, > > building gnuradio HEAD, bbddd082607a8632322d7774ae8ad54e7e84f6de with > > script -c 'export PKG_CONFIG_PATH=/opt/uhd/lib/pkgconfig; cmake > -DCMAKE_INSTALL_PREFIX=/opt/gnuradio .. && make -j6 && make install' > /opt/gnuradio/

[Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml

2012-03-19 Thread Timo Juhani Lindfors
Hi, building gnuradio HEAD, bbddd082607a8632322d7774ae8ad54e7e84f6de with script -c 'export PKG_CONFIG_PATH=/opt/uhd/lib/pkgconfig; cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio .. && make -j6 && make install' /opt/gnuradio/build.log failed today with Could not create output directory /home/lin

[Discuss-gnuradio] git clone hanging

2011-10-28 Thread Nowlan, Sean
Has the git repository been affected by the server issues experienced at gnuradio.org? $ git clone http://gnuradio.org/git/gnuradio.git The above hung at "Cloning into gnuradio..." for a long time and then gave this error: error: Recv failure: Connection reset by peer while accessing http://g

[Discuss-gnuradio] git and automatically generated files

2011-02-19 Thread Achilleas Anastasopoulos
I am looking at the file Makefile.gen inside gr-trellis/src/lib which says that is automatically generated. This is indeed true since when i delete it and make gr-trellis it correctly generates it with all additions, etc that are implied by the file generate_trellis.py However if I delete it and t

Re: [Discuss-gnuradio] Git commit for 3.2.2 release?

2010-05-27 Thread Catalin Patulea
On Fri, May 21, 2010 at 5:44 PM, Thomas Tsou wrote: > That could work. In either case, unless you're generating patches > against tarball or repo only code sections, patches should apply to > both version. Indeed! I'm working off rev eefb51c0c0fac68d16544e492aebd883528607e1 and my patch applies ju

Re: [Discuss-gnuradio] Git commit for 3.2.2 release?

2010-05-21 Thread Thomas Tsou
On Fri, May 21, 2010 at 2:59 PM, Catalin Patulea wrote: > On Fri, May 21, 2010 at 2:01 PM, Thomas Tsou wrote: >> http://github.com/ttsou/gnuradio-ttsou/tree/releases/3.2 > The best I've been able to find in there is 24d0fd9: > http://github.com/ttsou/gnuradio-ttsou/commit/24d0fd908510846254f7317d

Re: [Discuss-gnuradio] Git commit for 3.2.2 release?

2010-05-21 Thread Catalin Patulea
On Fri, May 21, 2010 at 2:01 PM, Thomas Tsou wrote: > http://github.com/ttsou/gnuradio-ttsou/tree/releases/3.2 The best I've been able to find in there is 24d0fd9: http://github.com/ttsou/gnuradio-ttsou/commit/24d0fd908510846254f7317d353506c41daf079c This seems to have only SVN keywords-related d

Re: [Discuss-gnuradio] Git commit for 3.2.2 release?

2010-05-21 Thread Thomas Tsou
On Thu, May 20, 2010 at 5:29 PM, Catalin Patulea wrote: > Hi, > > I'm trying to create a patch that applies cleanly onto a 3.2.2 > tarball. I would like to maintain my changes in the form of a Git > branch. > > I can't seem to find a commit that matches up with the 3.2.2 release. > The best I've b

[Discuss-gnuradio] Git commit for 3.2.2 release?

2010-05-20 Thread Catalin Patulea
Hi, I'm trying to create a patch that applies cleanly onto a 3.2.2 tarball. I would like to maintain my changes in the form of a Git branch. I can't seem to find a commit that matches up with the 3.2.2 release. The best I've been able to do is about 3000 lines of diff, which still feels quite big

Re: [Discuss-gnuradio] git commit for previous releases

2010-04-25 Thread Thomas Tsou
On Sat, Apr 24, 2010 at 1:05 AM, Firas Abbas wrote: > > http://gnuradio.org/redmine/wiki/gnuradio/DevelopingWithGit > Perhaps I should rephrase my question. In git, I want to track changesets between the current development tree and previous *releases*. It turns out to be a silly question becaus

Re: [Discuss-gnuradio] git commit for previous releases

2010-04-23 Thread Firas Abbas
- Original Message > From: Thomas Tsou > To: Johnathan Corgan ; GNURadio Discussion > List > Sent: Sat, April 24, 2010 4:33:23 AM > Subject: [Discuss-gnuradio] git commit for previous releases > > Is it possible to find a git commit or svn revision nu

[Discuss-gnuradio] git commit for previous releases

2010-04-23 Thread Thomas Tsou
Is it possible to find a git commit or svn revision number corresponding to previous GNU Radio releases? I'm working with some old driver code that was tested with release 3.1.3. The only tag I see if for 3.3git. Thanks. Thomas ___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] git macports OSX 10.6 x86_64

2010-04-13 Thread Michael Dickens
Hi Chris - I'm glad to hear you have at least some parts of GNU Radio working as 64-bit on OSX 10.6. I don't have 10.6 installed (yet) for further testing, but I'm heading that way one of these days. I've been holding out for the release of wxPython 2.9.0, which will officially support 64

Re: [Discuss-gnuradio] git macports OSX 10.6 x86_64

2010-04-13 Thread Christian Kendi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, El mar 21, 2010, a las 1:21 a.m., Michael Dickens escribió: > Hi Christian - > > On Mar 20, 2010, at 2:41 PM, Christian Kendi wrote: >> the git has the problem: >> configure: creating ./config.status >> config.status: error: cannot find

Re: [Discuss-gnuradio] git macports OSX 10.6 x86_64

2010-03-20 Thread Michael Dickens
Hi Christian - On Mar 20, 2010, at 2:41 PM, Christian Kendi wrote: the git has the problem: configure: creating ./config.status config.status: error: cannot find input file: `gruel/Makefile.in' With or without CFLAGS/CXXFLAGS="-arch i386" doesnt matter. yes, been bootstrapping before. The '

[Discuss-gnuradio] git macports OSX 10.6 x86_64

2010-03-20 Thread Christian Kendi
Hi, been trying now for a while to get to run GNUradio on OSX 10.6. the git has the problem: configure: creating ./config.status config.status: error: cannot find input file: `gruel/Makefile.in' $ uname -a Darwin MacBook-Pro.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:35:19 PST 200

Re: [Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Alexandru Csete
Yes, this is what I meant by "removing it from the linker path" I don't know if this is possible if a previous version is installed in a standard path like /usr or /usr/local Glad it worked! Alex On 22 February 2010 23:39, Richard Clarke wrote: > OK I think I have it. I modified the LD_LIBRARY_P

Re: [Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Richard Clarke
OK I think I have it. I modified the LD_LIBRARY_PATH to remove reference to my currently installed version of GNU Radio and now the build appears to be proceeding. Thanks for the tip. Cheers Richard On 23 February 2010 11:34, Richard Clarke wrote: > > >> I believe I've seen the same error messa

Re: [Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Richard Clarke
> > I believe I've seen the same error message when I tried to build from > git while 3.2.2 was still installed. Removing 3.2.2 from the linker > path solved the problem for me. > > Alex > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Alexandru Csete
On 22 February 2010 22:48, Richard Clarke wrote: > Hi, > > I've just built the head of the Git repo on two different machines. On one > of them it builds OK, however on my laptop I get the error shown below. I > had installed all dependencies for Karmic (or I believe I have) however this > must be

Re: [Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Richard Clarke
On 23 February 2010 11:00, Johnathan Corgan wrote: > On Mon, Feb 22, 2010 at 13:48, Richard Clarke wrote: > > > I've just built the head of the Git repo on two different machines. On > one > > of them it builds OK, however on my laptop I get the error shown below. I > > had installed all dependen

Re: [Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Johnathan Corgan
On Mon, Feb 22, 2010 at 13:48, Richard Clarke wrote: > I've just built the head of the Git repo on two different machines. On one > of them it builds OK, however on my laptop I get the error shown below. I > had installed all dependencies for Karmic (or I believe I have) however this > must be re

[Discuss-gnuradio] Git HEAD build error - build environment issue?

2010-02-22 Thread Richard Clarke
Hi, I've just built the head of the Git repo on two different machines. On one of them it builds OK, however on my laptop I get the error shown below. I had installed all dependencies for Karmic (or I believe I have) however this must be related to my build environment in some way I guess. Does an

Re: [Discuss-gnuradio] git

2009-12-28 Thread Philip Balister
On 12/28/2009 11:55 AM, Bob McGwier wrote: The web site server serves git. We are all down. From the last time, try this: git clone git://github.com/yootis/gnuradio-matt.git This should get you a recent copy of gnuradio master. When the server comes back, ask me how to edit .git/config to s

Re: [Discuss-gnuradio] git

2009-12-28 Thread Bob McGwier
The web site server serves git. We are all down. Andreas Fink wrote: can someone give me the exact command to check out gnuradio via git? as the website is down, I'm stuck. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gn

[Discuss-gnuradio] git

2009-12-28 Thread Andreas Fink
can someone give me the exact command to check out gnuradio via git? as the website is down, I'm stuck. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio