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

2018-10-30 Thread Ron Economos
Yes, that works, but just by chance. Without the git submodule update --init command, it's using the master branch version of VOLK instead of the maint-3.7 version. When VOLK changes on the master branch, it could break this method. Ron On 10/29/18 16:04, Marcus D. Leech wrote: On

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

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

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]

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

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

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

2018-10-29 Thread Humphries, James R.
-gnuradio] build-gnuradio.sh and Linux Mint 19 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

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

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.

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

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

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

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

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] build-gnuradio.sh and Linux Mint 19

2018-10-29 Thread Humphries, James R.
Cc: GNURadio Discussion List Subject: RE: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19 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 mailto:discuss-gnuradio

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,

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

2018-10-29 Thread Humphries, James R.
List Subject: Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19 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 mailto:j...@febo.com>> wrote: I

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

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