Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nmvega opened this issue Feb 22, 2017 · 1 comment

Comments

@nmvega
Copy link

nmvega commented Feb 22, 2017

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.

@kuboosoft
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants