Hi, and thank you for making me feel welcome! I have already gotten help from Ron, the author of gr-iqlevels. Though unfortunately, due to not being able to open mailto links with with the Outlook web app, I responded to him with a different email address, and therefore our discussion has not been included in the mailing list correctly. Hopefully I am responding in a correct way now. Below I will outline the solution for posterity.
Ron suggested using cmake -DCMAKE_INSTALL_PREFIX=/usr ../ with the motivation "Since you're using the ppa, you installed in the wrong directory.". So for gr-iqlevels the following sequence gets us past the error:
git clone git@github.com:drmpeg/gr-iqlevels.git
cd gr-iqlevels/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install
ctest -V
Sent: Monday, June 28, 2021 1:24:44 PM
To: Anton Ottosson; discuss-gnuradio@gnu.org
Subject: Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS
Welcome to GNU Radio!
On 28/06/2021 04.32, Anton Ottosson wrote:
> I was working my way through the OOT module tutorial (https://wiki.gnuradio.org/index.php/OutOfTreeModules) when I ran in to an issue in the part about testing. Trying to run tests i get an error, and ctest -V reveals:
>
>
> ModuleNotFoundError: No module named 'howto'
Can you share the full output (not just this error) and the source code of your OOT in a github/gitlab repository?
Regards,
Vasil
No comments:
Post a Comment