*( delete it.)
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
@thctlo said in What is wrong with this picture, again Failed upgrade packages.:
8.7.83.77.e366f8c97-0+30.1
where does this version come from? Since a while we should have checks in place which avoid publishing nightly tarballs with mismatched versions.
So why does your install of
python3-kopano-searchnot also install apython3-kopanowith matching version.To find out use something like
apt install python3-kopano-search python3-kopano.Also your version 8.7.83.77 seems old - current nightly is 8.7.83.106.
-
This post is deleted! -
You can delete this thread, its just not right info.
-
ps. one fail …
Setting up php-smbclient (1.0.0-1+5.1) …
php-smbclient: using mods-available directory
cp: cannot stat ‘/usr/share/php5/libsmbclient/smbclient.ini’: No such file or directory
dpkg: error processing package php-smbclient (–configure):
installed php-smbclient package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of kopano-webapp-plugin-filesbackend-smb:
kopano-webapp-plugin-filesbackend-smb depends on php-smbclient (>= 0.8.0~); however:
Package php-smbclient is not configured yet. -
@thctlo What distro is that ? We are aware of one issue that our nightly tarballs for Debian 10 contain this package where it should not.
-
we yes, this is Debian 10.
apt-cache policy php-smbclient php-smbclient: Installed: 0.9.0-3+b1 Candidate: 1.0.0-1+5.1 Version table: 1.0.0-1+5.1 500 500 file:/home/kopano/apt amd64/ Packages *** 0.9.0-3+b1 500 500 http://ftp.nl.debian.org/debian buster/main amd64 Packages 100 /var/lib/dpkg/statusSo the debian packages 0.9 is overrules by the Kopano packages, which is fine.
Except, the kopano package is linking to php5 and not php7.3This is simpely fixed by running :
apt-get remove php-smbclient
apt install -t buster php-smbclient
apt install kopano-webapp-plugin-filesbackend-smbSo only thing for kopano here is fix the php5 to php7.3 for buster in php-smbclient.
-
@thctlo said in *( delete it.):
So only thing for kopano here is fix the php5 to php7.3 for buster in php-smbclient.
No, there is no need for us to ship this package for Debian 10 so we will simply stop doing so eventually.
-
@thctlo This issue is fixed on master; php-smbclient is not in our repo anymore for newer distros
(what @longsleep said) -
Cool, thank you very much, this was some time going on… Most welkom.