community packages outdated? 8.7.80.587 packages, with source 8.7.80.740
-
Hai,
Just a question, i noticed that the community core: packages are still same since Feb 11.
Version 8.7.80.587, but i noticed a feb 26 version in the source folder.Is the autobuilder working or just wait a bit more untill the new packages are there.
-
we have some build failures with centos 7 at the moment (since we are going python3 only, but centos does not naively provide python3). This is blocking the nightly upload.
-
Ah, thanks Felix,
Thats good to know, thank you for the quick reply.
I’ll wait then, the task to python3 is a big one, i see that also @sambaDo you know if the fixes for the pythonmodule “StringIO” are in these latest versions.
Greetz,
Louis
-
@thctlo said in community packages outdated? 8.7.80.587 packages, with source 8.7.80.740:
Do you know if the fixes for the pythonmodule “StringIO” are in these latest versions.
what errors are you referring to?
-
dagent errors on : /var/lib/kopano/dagent/plugins/BMP2PNG.py
Thu Feb 28 09:34:17 2019: [error ] !-- failed to load: /var/lib/kopano/dagent/plugins/BMP2PNG.py
Thu Feb 28 09:34:17 2019: [error ] !-- error: No module named ‘StringIO’Now the thing here is as followed. You know i use 2 kopano version.
server 1: comunity version.
ii kopano-dagent 8.7.80.587.10057ac52-0+100.1 amd64 E-Mail Delivery Agent for Kopano Core
uses : from io import StringIO
The correct one.server 2: my contributed version.
ii kopano-dagent 8.7.0.0-0+1.1 amd64 E-Mail Delivery Agent for Kopano Core
used: import StringIO
And that errors, its a know thing, and patched have entered the community version.
I noticed one more, but forgot to write down the file. (sorry).
if i find it again, i’ll check if its known. -
@thctlo so you are saying its currently right in the nightly packages, but wrong in the supported version?
-
Yes, thats exact what im saying… and i tripple checked if i was not on the wrong server.
supported/contributed is missing fix and the daily packages does have it since 11 feb. -
@thctlo that fix should as far as I can see be included in the packages currently available from core:pre-final
-
@fbartels said in community packages outdated? 8.7.80.587 packages, with source 8.7.80.740:
core:pre-final
Ok, then what we see is correct and i should wait bit longer so it hits final.
Thanks for the info.