[Kolab-devel] Regression in libkolabxml package on debian

Christian Mollekopf <[email protected]> Mon, 27 Jun 2022 22:17:41 +0200
Newsgroups gmane.comp.kde.devel.kolab
Message-ID <b0ebfaea1a0d4c2796727f209ab39d33__505.551549007066$1656361126$gmane$org@kube>
Hi Christoph,

Unfortunately the python3 changes broke the php bindings for the plesk php versions. We didn't have any checks in the build-process, which is why we didn't notice. I added an "|| exit 1" in https://obs.kolabsys.com/package/show/Kolab:16:Testing:Candidate/libkolabxml as a quick fix for that (together with a partial revert of the python3 changes).

Unless you come up with a better solution I will revert the python3 changes next week (feel free to do that earlier if you like, but I'll do it otherwise), with the plan to then follow up with a python3 patch that doesn't break the php binding building.

I'm not quite sure what the proper solution is going to be, the php binding building seems a bit awkward with the pybuild system, but perhaps it's as simple as adjusting some paths... we'll see.

Cheers,
Christian