On 06/08/2021 22:54, David Faure wrote:
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?
I guess that's handled by them not existing. Unless I'm missing
something there are no python bindings for KIO.

Reply via email to