qa_qtgui fails make test: 3.10.9.2 issue?

2024-01-23 Thread aardric
I have one error remaining from executing 'make test' on my recent build 
of v3.10.9.2-1-g2fa48b16:

238:qa_qtgui


Is this the point at which I should raise a bug issue?


Rick





Re: qa_qtgui fails make test: 3.10.9.2 issue?

2024-01-23 Thread aardric
Additional information:

Test project AAVKX/sdr/gnuradio/build
    Start 238: qa_qtgui
1/1 Test #238: qa_qtgui .***Failed    0.17 sec
Traceback (most recent call last):
  File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/qa_qtgui.py", line 12, 
in 
    from gnuradio import gr, gr_unittest, qtgui
  File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/__init__.py", line 34, 
in 
    from .range import Range, RangeWidget
  File "AAVKX/sdr/gnuradio/build/gr-qtgui/python/qtgui/range.py", line 
12, in 
    from PyQt5 import Qt, QtCore, QtWidgets
ImportError: /usr/lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not 
found (required by $HOME/.local/lib64/python3.11
/site-packages/PyQt5/QtCore.abi3.so)


On 2024-01-23 11:35, aardric wrote:
> I have one error remaining from executing 'make test' on my recent build
> of v3.10.9.2-1-g2fa48b16:
>
> 238:qa_qtgui
>
>
> Is this the point at which I should raise a bug issue?
>
>
> Rick
>
>
>



Re: qa_qtgui fails make test: 3.10.9.2 issue?

2024-01-23 Thread aardric
I have the Qt 5 Core library installed system wide and in $HOME/.local

/usr/lib64/libQt5Core.so.5

$HOME/.local/lib64/python3.11/site-packages/PyQt5/Qt5/lib/libQt5Core.so.5

So, I may have configuration issue to investigate.


On 2024-01-23 15:45, aardric wrote:
> Additional information:
>
> Test project AAVKX/sdr/gnuradio/build
>      Start 238: qa_qtgui
> 1/1 Test #238: qa_qtgui .***Failed    0.17 sec
> Traceback (most recent call last):
>    File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/qa_qtgui.py", line 12,
> in 
>      from gnuradio import gr, gr_unittest, qtgui
>    File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/__init__.py", line 34,
> in 
>      from .range import Range, RangeWidget
>    File "AAVKX/sdr/gnuradio/build/gr-qtgui/python/qtgui/range.py", line
> 12, in 
>      from PyQt5 import Qt, QtCore, QtWidgets
> ImportError: /usr/lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not
> found (required by $HOME/.local/lib64/python3.11
> /site-packages/PyQt5/QtCore.abi3.so)
>
>
> On 2024-01-23 11:35, aardric wrote:
>> I have one error remaining from executing 'make test' on my recent build
>> of v3.10.9.2-1-g2fa48b16:
>>
>> 238:qa_qtgui
>>
>>
>> Is this the point at which I should raise a bug issue?
>>
>>
>> Rick
>>
>>
>>




Re: qa_qtgui fails make test: 3.10.9.2 issue?

2024-01-23 Thread aardric
Is the fix for this uninstalling version 5.15.10 of the local PyQT5 and 
installing version 5.15.8 (same as the system version); is there a 
better way?


On 2024-01-23 16:21, aardric wrote:
> I have the Qt 5 Core library installed system wide and in $HOME/.local
>
> /usr/lib64/libQt5Core.so.5
>
> $HOME/.local/lib64/python3.11/site-packages/PyQt5/Qt5/lib/libQt5Core.so.5
>
> So, I may have configuration issue to investigate.
>
>
> On 2024-01-23 15:45, aardric wrote:
>> Additional information:
>>
>> Test project AAVKX/sdr/gnuradio/build
>>   Start 238: qa_qtgui
>> 1/1 Test #238: qa_qtgui .***Failed    0.17 sec
>> Traceback (most recent call last):
>> File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/qa_qtgui.py", line 12,
>> in 
>>   from gnuradio import gr, gr_unittest, qtgui
>> File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/__init__.py", line 34,
>> in 
>>   from .range import Range, RangeWidget
>> File "AAVKX/sdr/gnuradio/build/gr-qtgui/python/qtgui/range.py", line
>> 12, in 
>>   from PyQt5 import Qt, QtCore, QtWidgets
>> ImportError: /usr/lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not
>> found (required by $HOME/.local/lib64/python3.11
>> /site-packages/PyQt5/QtCore.abi3.so)
>>
>>
>> On 2024-01-23 11:35, aardric wrote:
>>> I have one error remaining from executing 'make test' on my recent build
>>> of v3.10.9.2-1-g2fa48b16:
>>>
>>> 238:qa_qtgui
>>>
>>>
>>> Is this the point at which I should raise a bug issue?
>>>
>>>
>>> Rick
>>>
>>>
>>>
>




Re: qa_qtgui fails make test: 3.10.9.2 issue?

2024-01-29 Thread aardric
Uninstalling PyQt5 from within the user installation of python 3.11 and 
appending the o/s distribution location of PyQt5 to $PYTHONPATH fixed 
the problem; perhaps not the optimal solution, it's all good for now.

Rick


On 2024-01-23 20:28, aardric wrote:
> Is the fix for this uninstalling version 5.15.10 of the local PyQT5 and
> installing version 5.15.8 (same as the system version); is there a
> better way?
>
>
> On 2024-01-23 16:21, aardric wrote:
>> I have the Qt 5 Core library installed system wide and in $HOME/.local
>>
>> /usr/lib64/libQt5Core.so.5
>>
>> $HOME/.local/lib64/python3.11/site-packages/PyQt5/Qt5/lib/libQt5Core.so.5
>>
>> So, I may have configuration issue to investigate.
>>
>>
>> On 2024-01-23 15:45, aardric wrote:
>>> Additional information:
>>>
>>> Test project AAVKX/sdr/gnuradio/build
>>>    Start 238: qa_qtgui
>>> 1/1 Test #238: qa_qtgui .***Failed    0.17 sec
>>> Traceback (most recent call last):
>>>  File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/qa_qtgui.py", line 12,
>>> in 
>>>    from gnuradio import gr, gr_unittest, qtgui
>>>  File "AAVKX/sdr/gnuradio/gr-qtgui/python/qtgui/__init__.py", line 34,
>>> in 
>>>    from .range import Range, RangeWidget
>>>  File "AAVKX/sdr/gnuradio/build/gr-qtgui/python/qtgui/range.py", line
>>> 12, in 
>>>    from PyQt5 import Qt, QtCore, QtWidgets
>>> ImportError: /usr/lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not
>>> found (required by $HOME/.local/lib64/python3.11
>>> /site-packages/PyQt5/QtCore.abi3.so)
>>>
>>>
>>> On 2024-01-23 11:35, aardric wrote:
 I have one error remaining from executing 'make test' on my recent build
 of v3.10.9.2-1-g2fa48b16:

 238:qa_qtgui


 Is this the point at which I should raise a bug issue?


 Rick



>