Jared,

How did I miss that (rhetorical)? Thanks!

Additional changes required for installation with opensuse leap 15.1:

In qt5.lwr rpm: (qt5-qtbase-devel && qt5-qtsvg-devel) || (devel_qt5 && 
libqt5-qtsvg-devel) || (libqt5-qtbase-devel && libqt5-qtsvg-devel)

In qt6.lwr rpm: qwt-qt5-devel || qwt-devel >= 6.1 || qwt6-qt5-devel

boost.lwr requires rpm: libboost_headers1_66_0-devel to accommodate opensuse 
leap 15.1

So far, so good. I can definitely see using PyBOMBS from now on.

Rick

On 2020-10-08 9:00 p.m., U L wrote:

> Rick,
>
> Most gr-recipes are not updated with openSUSE package names. For this package 
> it's python3-pyaml (single y). If you modify the pyyaml.lwr recipe in 
> gr-recipes to read:
>
> rpm: python3-pyyaml || python3-pyaml
>
> I would expect it to work. Caveat: untested.
>
> Jared.
>
> On Thu, Oct 8, 2020 at 2:56 PM aardric <aard...@aardvarr.ca> wrote:
>
>> Hail,
>>
>> No urgency because I have been using gnuradio 3.8 built from source and 
>> installed on the system. However, I am interested in trying out PyBOMBS. I 
>> see some notes on opensuse requiring additional consideration but PyBOMBS 
>> installed without a problem, python3-PyYAML and ruamel.yaml are installed on 
>> the system. However, an attempt to install with gnuradio-default recipe 
>> using:
>>
>> prefix/gr38> pybombs -r (...)/sdr/prefix/.pybombs/recipes/gr-recipes prefix 
>> init (...)/sdr/prefix/gr38 -a gr38  -R gnuradio-default
>>
>> fails with the final messages below. Is this anything mysterious or just the 
>> need for more research on my part?
>>
>> Package 'python3-pyyaml' not found.
>> Install tree:
>> |
>> \- gnuradio
>>    |
>>    +- libvolk
>>    |
>>    +- qt5
>>    |
>>    +- uhd
>>    |  |
>>    |  \- boost
>>    |
>>    +- qwt6
>>    |  |
>>    |  \- qt5
>>    |
>>    +- boost
>>    |
>>    \- pyyaml
>> [INFO] Phase 1 complete: All binary dependencies installed.
>> [INFO] Phase 2: Recursively installing source packages to prefix:
>> [INFO] Installing package: pyyaml
>> 00254 kB / 00254 kB (100%)
>> Configuring: (100%) 
>> [=========================================================================================]
>> [WARNING] Configuration failed. Re-trying with higher verbosity.
>> /bin/sh: ./configure: No such file or directory
>> [ERROR] Configuration failed after running at least twice.
>> [ERROR] Problem occurred while building package pyyaml:
>> Configuration failed
>> [ERROR] Error installing package pyyaml. Aborting.
>>
>> Rick

Reply via email to