Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Marcus D. Leech
On 10/29/2018 05:54 PM, Ron Economos wrote: It's probably checking out the wrong version of GNU Radio and/or VOLK. These days, you need to checkout the maint-3.7 branch and do a submodule update. git checkout maint-3.7 git submodule update --init Ron You can invoke build-gnuradio with the -g

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann. N8UR
Just to clarify -- I was running the build-gnuradio script which has worked very well for a long time.  It does all the git access automatically; I'm not doing anything but running the script.  There's apparently some versioning interaction somewhere between the gnuradio requirements and the pac

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Neel Pandeya
Hello John: The Application Note at [1] was updated to include the "python-setuptool" package. Regarding your GNU Radio build error, be sure to clone the repository with the "--recursive" option, and then do "git submodule update --init" after doing the "git checkout". [1] https://kb.ettus.com/B

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Ali Dormiani
Yes Ron is right. I have compiled GNUradio 3.7.13.4 many times on various Debian (Mint, Ubuntu) distros and never got such an error. Armchair opinion: the error is some kind of code problem which makes no sense because these developers are very good and check their work aggressively before pushing

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Ron Economos
It's probably checking out the wrong version of GNU Radio and/or VOLK. These days, you need to checkout the maint-3.7 branch and do a submodule update. git checkout maint-3.7 git submodule update --init Ron On 10/29/18 13:56, John Ackermann N8UR wrote: Well, successful UHD build after instal

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Humphries, James R.
Might this be a problem with maint vs maint-3.7 branches? +Marcus: Does the build script default checkout maint? -Trip -Original Message- From: Discuss-gnuradio On Behalf Of John Ackermann N8UR Sent: Monday, October 29, 2018 4:56 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gn

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
Well, successful UHD build after installing setuptools, but an error in gnuradio build: [ 37%] Building CXX object gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o /home/jra/gnuradio/gnuradio/gr-fec/lib/polar_decoder_common.cc: In member function ‘void gr::fec::code::pola

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
On Mint 19 (and presumably Ubuntu 18.04), you can do "sudo apt-get install python-setuptools". Maybe that should be added to the package check step. You can also do "sudo apt-get install python-pip" to install pip and then use that to install, but python-setuptools gets you there directly.

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Ali Dormiani
I am running a server with Mint 19 and had none of these problems. I followed this Ettus page (word for word) to build GNUradio and UHD from source. (without pybombs?) >From what I understand, Mint 19 = Ubuntu 18.04 + Windows-like User interface. On Mon, Oct 29, 2018 at 10:31 AM Marcus D. Leec

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Ali Dormiani
forgot the link... sorry https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux On Mon, Oct 29, 2018 at 12:22 PM Ali Dormiani wrote: > I am running a server with Mint 19 and had none of these problems. > > I followed this Ettus page (word for wo

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Marcus D. Leech
On 10/29/2018 11:18 AM, John Ackermann N8UR wrote: Well, this was unexpected... I got a failure in the UHD build phase: UHD build apparently failed Exiting UHD build I just re-ran with logging turned on; the results are in the attached build-gnuradio.log.gz file. Try doing a: sudo pip instal

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Humphries, James R.
Do you have python-setuptools installed? I believe you can do: pip install setuptools -Trip -Original Message- From: Discuss-gnuradio On Behalf Of John Ackermann N8UR Sent: Monday, October 29, 2018 11:18 AM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] build-gnuradio.sh

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
Well, this was unexpected... I got a failure in the UHD build phase: UHD build apparently failed Exiting UHD build I just re-ran with logging turned on; the results are in the attached build-gnuradio.log.gz file. On 10/29/18 10:59 AM, John Ackermann N8UR wrote: Hi Marcus -- I did as James

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
Well, this was unexpected... I got a failure in the UHD build phase: UHD build apparently failed Exiting UHD build I just re-ran with logging turned on; the results are in the attached build-gnuradio.log.gz file. On 10/29/18 10:59 AM, John Ackermann N8UR wrote: Hi Marcus -- I did as James

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
Hi Marcus -- I did as James Humphries suggested and added "|*19*" to the line where *18* is. I'm running the script now. In the "Checking for package..." section I got these two messages: Failed to find package 'libqwtplot3d-qt4-dev' in known package repositories SOME THINGS MAY NOT BUILD A

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Marcus D. Leech
On 10/29/2018 10:17 AM, Neel Pandeya wrote: Hello John: It looks like support for Linux Mint 19 has not yet been added. See lines 525 through 566. The author can comment on-list with further information. But you could probably try using the same list of packages as for Mint 18 in line 551.

Re: [Discuss-gnuradio] packet_loopback_hier.grc

2018-10-29 Thread Steve Joumessi Demeffo
Hi Nicholas, [1] You will find explanations on the transmitter and the receiver here: https://www.gnuradio.org/doc/doxygen/page_packet_comms.html [1] Hope this helps you. Best regards Le 2018-10-28 17:00, discuss-gnuradio-requ...@gnu.org a écrit : > Send Discuss-gnuradio mailing list sub

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Humphries, James R.
A quick fix may be to change line 547 from: *18*) To: *18*|*19*) That may work, but could be some issues with packages. In that case you could add a new case statement for 19. -Trip From: Humphries, James R. Sent: Monday, October 29, 2018 10:17 AM To: 'Neel Pandeya' ; John Ackermann N8UR Cc

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Philip Balister
Try it and if it works send in a pull request :) On 10/29/2018 10:11 AM, John Ackermann N8UR wrote: > Thanks, Neel!  However, I just downloaded the version on github and it > fails with the same error; the page indicates that the last mods were 11 > months ago, which predates Mint 19. > > John >

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Neel Pandeya
Hello John: It looks like support for Linux Mint 19 has not yet been added. See lines 525 through 566. The author can comment on-list with further information. But you could probably try using the same list of packages as for Mint 18 in line 551. --Neel Pandeya On 29 October 2018 at 07:11, Jo

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Humphries, James R.
The build-gnuradio script doesn’t appear to have an entry for Mint 19 at the moment, I’m sure the maintainers would love a patch to add support 😊 -Trip From: Discuss-gnuradio On Behalf Of Neel Pandeya Sent: Monday, October 29, 2018 10:07 AM To: John Ackermann N8UR Cc: GNURadio Discussion List

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
Thanks, Neel! However, I just downloaded the version on github and it fails with the same error; the page indicates that the last mods were 11 months ago, which predates Mint 19. John On 10/29/18 10:07 AM, Neel Pandeya wrote: The "build-gnuradio" script is now being maintained on GitHub

Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Neel Pandeya
The "build-gnuradio" script is now being maintained on GitHub. https://github.com/ccera-astro/build-gnuradio --Neel Pandeya On 29 October 2018 at 07:04, John Ackermann N8UR wrote: > I'm trying to run the current build-gnuradio.sh script from sbrac.org on > a Linux Mint 19 machine and the sc

[Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread John Ackermann N8UR
I'm trying to run the current build-gnuradio.sh script from sbrac.org on a Linux Mint 19 machine and the script immediately fails, saying "Your Mint release must be at least Linux Mint 11 to proceed" Is it safe to just bypass that check, or is there some sort of incompatibilty with v19? Or is