Thaodan / haze-accounts-extensions-skypeweb

Extensions plugins for Telepathy Haze library Skypweb
GNU General Public License v3.0
4 stars 1 forks source link

Installation fails on SailfishOS 2.0.5.6 #5

Open dyraig opened 7 years ago

dyraig commented 7 years ago

After the Skype account stopped working on my Jolla 1 a while back, I finally decided to investigate this - only to discover that the account had vanished completely (most likely after the update from 2.0.4.14 to 2.0.5.6). Ok, so I tried to reinstall it. That failed with dependency errors:

pkcon install haze-accounts-extensions-skypeweb [...] Resolving dependencies
Fatal error: haze-accounts-extensions-skypeweb-0.2-10.3.1.jolla.noarch requires purple-skypeweb, but this requirement cannot be provided

So I tried to install purple-skyweb manually: pkcon install purple-skypeweb [...] Resolving dependencies Fatal error: nothing provides libfarstream-0.1.so.0 needed by libpurple-nss-2.10.11-10.16.1.jolla.armv7hl

Why pkcon wants to install this version of libpurple-nss is not clear to me - there seems to be a newer one: pkcon search name libpurple-nss [...] Available libpurple-nss-2.10.11-10.16.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.11.0-10.2.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.10.11-10.17.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.10.12-10.3.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.10.11-10.16.2.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss

So I tried installing libpurple-nss manually as well: pkcon install libpurple-nss [...] Resolving dependencies Fatal error: nothing provides libfarstream-0.1.so.0 needed by libpurple-nss-2.11.0-10.2.1.jolla.armv7hl

Apparently, even the latest version of libpurple-nss wants this version of libfarstream.

If I take a look in /usr/lib/, I can see libfarstream-0.2.so.5 which links to libfarstream-0.2.so.5.0.0 - could it be that the libpurple-nss package are outdated and do not work/install on 2.0.5.6?

zarelit commented 7 years ago

I am experiencing this exact issue as well

CCCP45 commented 5 years ago

After the Skype account stopped working on my Jolla 1 a while back, I finally decided to investigate this - only to discover that the account had vanished completely (most likely after the update from 2.0.4.14 to 2.0.5.6). Ok, so I tried to reinstall it. That failed with dependency errors:

pkcon install haze-accounts-extensions-skypeweb [...] Resolving dependencies Fatal error: haze-accounts-extensions-skypeweb-0.2-10.3.1.jolla.noarch requires purple-skypeweb, but this requirement cannot be provided

So I tried to install purple-skyweb manually: pkcon install purple-skypeweb [...] Resolving dependencies Fatal error: nothing provides libfarstream-0.1.so.0 needed by libpurple-nss-2.10.11-10.16.1.jolla.armv7hl

Why pkcon wants to install this version of libpurple-nss is not clear to me - there seems to be a newer one: pkcon search name libpurple-nss [...] Available libpurple-nss-2.10.11-10.16.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.11.0-10.2.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.10.11-10.17.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.10.12-10.3.1.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss Available libpurple-nss-2.10.11-10.16.2.jolla.armv7hl libpurple library for IM clients like Pidgin and Finch build with nss

So I tried installing libpurple-nss manually as well: pkcon install libpurple-nss [...] Resolving dependencies Fatal error: nothing provides libfarstream-0.1.so.0 needed by libpurple-nss-2.11.0-10.2.1.jolla.armv7hl

Apparently, even the latest version of libpurple-nss wants this version of libfarstream.

If I take a look in /usr/lib/, I can see libfarstream-0.2.so.5 which links to libfarstream-0.2.so.5.0.0 - could it be that the libpurple-nss package are outdated and do not work/install on 2.0.5.6?

Have the same problem. Can anybody help please ? @dyraig have you get any progress with this?