Hi Martin, Jay, everyone,
The commit (as mentioned in your other mail) is included in the GR PPA
package for Ubuntu (just verified this in my install).
So switching to the PPA should resolve the issue, but note that at the
moment, the PPA doesn't play nice with e.g. gr-osmosdr, gr-iio etc.
Actually getting the Ubuntu package updated is going to require some
paperwork. The process to update a stable release (SRU update in Ubuntu
acronym-speak) is detailed in this page:
https://wiki.ubuntu.com/StableReleaseUpdates
Looking at the document, we should probably file bug reports for both
the grmodtool bug, and for the XMLRPC bug, indicate that those are fixed
upstream, and follow the rest of the procedure.
Regards, Paul Boven.
On 7/28/20 4:57 PM, Martin wrote:
I already found out I had to remove all CC qa code.
This is a different issue. (python qa code).
I found a patch for this issue in anouther message (see my other email
from e few minites ago).
I need to patch the installed gr_modtool add.py code from the gnuradio
package.
Would be nice to fix the broken ubuntu package, but I don't know how to
initiate that.
Best regards,
Martin
On 28-07-2020 16:52, Tom McDermott wrote:
>Message: 3
>Date: Tue, 28 Jul 2020 16:07:06 +0200
>From: Martin <gnuradiom...@olifantasia.com
<mailto:gnuradiom...@olifantasia.com>>
>To: discuss-gnuradio@gnu.org <mailto:discuss-gnuradio@gnu.org>
>Subject: gr-modtool does not seem to work in gnuradio 3.8.1 package in
> ubuntu 20.04
>Message-ID: <2df7bef0-8270-750f-7bb4-73a112914...@olifantasia.com
<mailto:2df7bef0-8270-750f-7bb4-73a112914...@olifantasia.com>>
>Content-Type: text/plain; charset=utf-8; format=flowed
>
>Hi,
>I am trying to get my out of tree module to build and work on ubuntu
>20.04 with the default gnuradio package gnuradio 3.8.1.0-rc1-2build2
>
>
>When I use gr_modtool to create an out of tree module with an empty
>source block then cmake gives an error.
>
>CMake Error at lib/CMakeLists.txt:85:
> Parse error. Expected a command name, got unquoted argument with
text
> "${CMAKE_CURRENT_SOURCE_DIR}/qa_testsource.cc".
I've had the same problem. gr_modtool is generating broken cmake for
.cc qa tests.
It was necessary to strip out all cc qa tests and files for an OOT
project I ported to 3.8 to get it to build.
By looking at the cmake code, it's not clear what it should have
generated, someone skilled
in cmake would probably quickly know what was meant.
The .py qa generated cmake file is correct and builds fine, so the
error is likely in
a small area.
-- Tom, N5EG