Re: git: 0222c44e03e1 - main - Qt6: Update to 6.5.1

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Wed, 26 Jul 2023 15:37:56 UTC
On 26/07/23 06:29, Loïc Bartoletti wrote:
> The branch main has been updated by lbartoletti:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=0222c44e03e178bf17380fdeaa9c85c52b334afc
> 
> commit 0222c44e03e178bf17380fdeaa9c85c52b334afc
> Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
> AuthorDate: 2023-06-26 18:58:15 +0000
> Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
> CommitDate: 2023-07-26 04:28:56 +0000
> 
>      Qt6: Update to 6.5.1
>      
>      Changes:
>        - https://www.qt.io/blog/qt-6.5-lts-released
>        - https://www.qt.io/blog/qt-6.5.1-released
>      
>      PR:     272422
>      Exp-run by:     antoine

Hi,

Thanks for the update!

Although I got an error today when starting calibre, which uses pyqt6:

 > calibre
Failed to import PyQt module: PyQt6.QtNetwork with error: 
/usr/local/lib/python3.9/site-packages/PyQt6/QtNetwork.abi3.so: 
Undefined symbol 
"_ZN16QNetworkDatagram7destroyEP23QNetworkDatagramPrivate@Qt_6"
Traceback (most recent call last):
   File "/usr/local/bin/calibre", line 21, in <module>
     sys.exit(calibre())
   File "/usr/local/lib/calibre/calibre/gui_launch.py", line 72, in calibre
     from calibre.gui2.main import main
   File "/usr/local/lib/calibre/calibre/gui2/__init__.py", line 13, in 
<module>
     from qt.core import (
ImportError: cannot import name 'QNetworkProxyFactory' from 'qt.core' 
(/usr/local/lib/calibre/qt/core.py)


I guess devel/py-qt6-pyqt needa a PORTREVISION bump after this.

-- 
Guido Falsi <madpilot@FreeBSD.org>