discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Humphries, James R.
Subject: Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19
Date: Mon, 29 Oct 2018 21:35:18 +0000

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 <address@hidden> On Behalf Of John Ackermann N8UR
Sent: Monday, October 29, 2018 4:56 PM
To: address@hidden
Subject: Re: [Discuss-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: In member 
function 'void gr::fec::code::polar_decoder_common::butterfly_volk(float*, 
unsigned char*, int, int, int)':
/home/jra/gnuradio/gnuradio/gr-fec/lib/polar_decoder_common.cc:128:95: 
error: too many arguments to function
          volk_32f_8u_polarbutterfly_32f(llrs, u, block_size(), block_power(), 
stage, u_num, row);
 
                        ^
gr-fec/lib/CMakeFiles/gnuradio-fec.dir/build.make:1070: recipe for target 
'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o' failed
make[2]: ***
[gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o] Error 1
CMakeFiles/Makefile2:4611: recipe for target 
'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all' failed
make[1]: *** [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
make failed
Exiting Gnu Radio build/install
====

This one is beyond my ability to diagnose.

John
On 10/29/18 3:49 PM, John Ackermann N8UR wrote:
> 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.
> 
> I'm now rerunning the script.
> 
> BTW, this install is on a fresh Mint 19 with no development stuff 
> pre-installed, so there shouldn't be anything weird in my setup.
> 
> John
> ----
> 
> On 10/29/18 1:28 PM, Marcus D. Leech wrote:
>> 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 install setuptools
>>
>> Then re-running and see what happens.
>>
>>>
>>>
>>> On 10/29/18 10:59 AM, John Ackermann N8UR wrote:
>>>> 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 AS A RESULT
>>>>
>>>> Failed to find package 'libzmq-dev' in known package repositories 
>>>> SOME THINGS MAY NOT BUILD AS A RESULT
>>>>
>>>> I seem to recall that the libzmq-dev warning has been present for a 
>>>> while, and isn't an issue.  I don't recall seeing the warning about 
>>>> libqwtplot3d before, but Googling the package name turns up a 
>>>> couple of hints that maybe it was removed from the amd64 version of 
>>>> Ubuntu Bionic (18.04), which Linux Mint 19 is based upon.  Maybe 
>>>> qt4 has been deprecated for qt5 in that version?  My debian-fu 
>>>> isn't enough to make sense of it all.
>>>>
>>>> The script is still building UHD.  I'll report back whether it 
>>>> successfully finishes.
>>>>
>>>> John
>>>>
>>>>
>>>>
>>>>
>>>> On 10/29/18 10:42 AM, Marcus D. Leech wrote:
>>>>> 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.
>>>>>>
>>>>>> --Neel Pandeya
>>>>>>
>>>>>>
>>>>> I rely on community input before build-gnuradio is updated for new 
>>>>> OS releases.  I'm simply not in a position to track all the 
>>>>> distribs
>>>>>    and do the recipes myself.
>>>>>
>>>>> If simply bypassing that check works, let me know, and I can 
>>>>> update the script....
>>>>>
>>>>>>
>>>>>>
>>>>>> On 29 October 2018 at 07:11, John Ackermann N8UR <address@hidden 
>>>>>> <mailto:address@hidden>> 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
>>>>>>     ----
>>>>>>
>>>>>>     On 10/29/18 10:07 AM, Neel Pandeya wrote:
>>>>>>
>>>>>>         The "build-gnuradio" script is now being maintained on 
>>>>>> GitHub.
>>>>>>
>>>>>> https://github.com/ccera-astro/build-gnuradio
>>>>>> <https://github.com/ccera-astro/build-gnuradio>
>>>>>>
>>>>>>         --Neel Pandeya
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>         On 29 October 2018 at 07:04, John Ackermann N8UR 
>>>>>> <address@hidden <mailto:address@hidden> <mailto:address@hidden 
>>>>>> <mailto:address@hidden>>> wrote:
>>>>>>
>>>>>>             I'm trying to run the current build-gnuradio.sh 
>>>>>> script from
>>>>>>         sbrac.org <http://sbrac.org> <http://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 sbrac.org 
>>>>>> <http://sbrac.org> <http://sbrac.org> no
>>>>>>             longer the place to find the current version of the 
>>>>>> script?
>>>>>>
>>>>>>             Thanks,
>>>>>>             John
>>>>>>
>>>>>>             _______________________________________________
>>>>>>             Discuss-gnuradio mailing list 
>>>>>> address@hidden <mailto:address@hidden>
>>>>>>         <mailto:address@hidden 
>>>>>> <mailto:address@hidden>>
>>>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>>> <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio>
>>>>>> <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>>> <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Discuss-gnuradio mailing list
>>>>>> address@hidden
>>>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Discuss-gnuradio mailing list
>>>>> address@hidden
>>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>>
>>>
>>>
>>> _______________________________________________
>>> Discuss-gnuradio mailing list
>>> address@hidden
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]