KDE Frameworks 5.85.0

David Faure faure at kde.org
Fri Aug 6 21:54:30 BST 2021


On vendredi 6 août 2021 12:40:49 CEST Antonio Rojas wrote:
> El viernes, 6 de agosto de 2021 12:14:23 (CEST), David Faure escribió:
> > Dear packagers,
> > 
> > KDE Frameworks 5.85.0 has been uploaded to the usual place.
> 
> Hi,
>  kcoreaddons python bindings don't build because the KNetworkMounts
> destructor is private:
> 
> /build/kcoreaddons/src/build/src/lib/pybuild/PyKF5/KCoreAddons/sipKCoreAddon
> sKNetworkMounts.cpp: In function ‘void release_KNetworkMounts(void*, int)’:
> /build/kcoreaddons/src/build/src/lib/pybuild/PyKF5/KCoreAddons/sipKCoreAddon
> sKNetworkMounts.cpp:381:16: error: ‘virtual
> KNetworkMounts::~KNetworkMounts()’ is private within this context
> 381 |         delete sipCpp;

The KIO Scheduler destructor is private too.
Similar pattern: those are singletons, deleted at program exit
(or at thread exit, for the KIO scheduler, but that shouldn't matter).

Any idea how that is handled in the python bindings for KIO?

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5





More information about the release-team mailing list