Unmet dependencies at install
#1
I made a mistake, and doing an apt-get autoremove flushed Kodi from my Ubuntu-MATE oOdroid C2.

When I try to reinstall it (after adding the repo), it fails, due to unmet dependencies.

Here's the output :

Code:
[b]odroid@odroid64:~$[/b] sudo apt-get install kodi kodi-bin
Reading package lists... Done
Building dependency tree      
Reading state information... Done
kodi-bin is already the newest version (16.1+hk2ubuntu7).
kodi-bin set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kodi : Depends: kodi-bin (>= 2:17.0~git20161115.0200-f9d600a-0xenial) but 16.1+hk2ubuntu7 is to be installed
        Depends: libshairplay0 but it is not installable
        Recommends: libva-intel-vaapi-driver but it is not installable
E: Unable to correct problems, you have held broken packages.

I tried purging and cleaning apt, and it didn't solved it.

Any ideas on how to fix this ?
Reply
#2
try removing the current kodi-bin, then install kodi (kodi-bin will install as a dependency of kodi)
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
I tried, but it didn't work, I still have the same output...

I don't know why, because I just installed kodi on a developemntVM, same OS.

The problem appears on my Odroid C2...

I tired also compiling Kodi from the source, and I gor this error at the ./configure :

Code:
configure: error: unsupported host (aarch64-unknown-linux-gnu)

I saw this, I'm gonna try to use another git...
Reply
#4
(2016-11-16, 21:55)EisenHeim Wrote: I tired also compiling Kodi from the source, and I gor this error at the ./configure :

Code:
configure: error: unsupported host (aarch64-unknown-linux-gnu)

I saw this, I'm gonna try to use another git...

That's correct, Jarvis branch has no support for aarch64, it needs to be patched in.

https://github.com/wrxtasy/LibreELEC.tv....port.patch
https://github.com/wrxtasy/LibreELEC.tv....pile.patch

These 2 patches should be enough.
However take a look at that repo it has lots of odroid-c2 specific patches you may want.

For my personal convenience I made a Jarvis-amlogic branch which has all the nice Jarvis patches I found and few relevant backports from master (mostly fixes)
https://github.com/asavah/xbmc
Reply

Logout Mark Read Team Forum Stats Members Help
Unmet dependencies at install0