Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 17:37:56 +0200
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 0222c44e03e1 - main - Qt6: Update to 6.5.1
Message-ID:  <eb950160-2e02-d99e-2956-bd369d125439@FreeBSD.org>
In-Reply-To: <202307260429.36Q4Tkw4027864@gitrepo.freebsd.org>
References:  <202307260429.36Q4Tkw4027864@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eb950160-2e02-d99e-2956-bd369d125439>