kodi-pvr / pvr.stalker

A PVR Client that connects Kodi to Stalker Middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

root@fc24# dnf install kodi-pvr-stalker.x86_64 on Fedora-24 still has jsoncpp dependency issue ...

nmvega opened this issue · comments

Hi Friends:

I don't know why the below dependency error is occurring. It appears that they (the dependencies) are all met.

Notice, incidentally, that the exception refers to 17.0-1.fc24.x86_64, even though what was attempted to be installed was 17.0-4.fc24.x86_64.

This jsoncpp thing has been a long running issue on Fedora (even before Fedora-24), and my first experience with it happened a long time back, when I used to bottom/up compile everything from scratch (no RPMs at the time).

Any ideas? Thank you!

user@linux$ rpm -qa | grep kodi
kodi-17.0-3.20170205gita10c504.fc24.x86_64

user@linux$ rpm -qa | grep jsoncpp
jsoncpp-1.8.0-1.fc25.i686
jsoncpp-devel-1.8.0-1.fc25.x86_64
jsoncpp-1.8.0-1.fc25.x86_64

user@linux$ ls -la /usr/lib*/libjsoncpp*
lrwxrwxrwx 1 root root     16 Dec 28 13:36 /usr/lib64/libjsoncpp.so -> libjsoncpp.so.11
lrwxrwxrwx 1 root root     19 Dec 28 13:36 /usr/lib64/libjsoncpp.so.11 -> libjsoncpp.so.1.8.0
-rwxr-xr-x 1 root root 212576 Dec 28 13:36 /usr/lib64/libjsoncpp.so.1.8.0
lrwxrwxrwx 1 root root     19 Dec 28 13:36 /usr/lib/libjsoncpp.so.11 -> libjsoncpp.so.1.8.0
-rwxr-xr-x 1 root root 216020 Dec 28 13:36 /usr/lib/libjsoncpp.so.1.8.0

user@linux$ sudo dnf install kodi-pvr-stalker.x86_64
Error: nothing provides libjsoncpp.so.1()(64bit) needed by kodi-pvr-stalker-17.0-1.fc24.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)

user@linux$ sudo dnf info kodi-pvr-stalker.x86_64
Available Packages
Name        : kodi-pvr-stalker
Arch        : x86_64
Epoch       : 0
Version     : 17.0
Release     : 4.fc24
Size        : 177 k
Repo        : unitedrpms
Summary     : Stalker Middleware PVR client addon for Kodi
URL         : https://github.com/kodi-pvr
License     : GPLv3 and GPLv2+ and LGPLv2+ and MIT
Description : A PVR Client that connects Kodi to Stalker Middleware.

@nmvega Actualizado amigo :)
dnf clean all && dnf -y update