Forum
[SOLVED] Unmet dependencies after upgrade to Stretch - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Others (/forum-24.html)
+--- Thread: [SOLVED] Unmet dependencies after upgrade to Stretch (/thread-3923.html)



Unmet dependencies after upgrade to Stretch - Dzintars Bergs - 6th Sep, 2017 03:42 AM

Apt-get upgrade fails after upgrading to Debian Stretch via xbian-config plugin.

Terminal
root@pi2 ~ # apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
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:
xbian-package-firmware : Conflicts: libegl1-mesa
E: Broken packages

How can I resolv this?

I dont know if thats relevant, but /etc/issue still shows Debian 8
Terminal
root@pi2 ~ # cat /etc/issue
XBian GNU/Linux 8



RE: Unmet dependencies after upgrade to Stretch - Nachteule - 6th Sep, 2017 06:33 AM

Do you have libegl1-mesa installed?
None of my 4 systems have this package installed Confused

File /etc/issue is only static file provided by xbian-package-repo. Does not tell you running system. Was just forgotten to update Dodgy

Running
Terminal

root@kmxbimx ~ # cat /etc/debian_version
9.1
root@kmxbimx ~ #

or
Terminal

root@kmxbimx ~ # xbian-arch os
stretch
root@kmxbimx ~ #

or
Terminal

root@kmxbimx ~ # lsb_release -c -s
stretch
root@kmxbimx ~ #

tells you the truth


RE: Unmet dependencies after upgrade to Stretch - Dzintars Bergs - 6th Sep, 2017 04:49 PM

Problem was caused by long forgotten RetroPi instalation. Removed RetroPi and all related packages, now upgrade works fine.

Thanks for info! Smile


RE: Unmet dependencies after upgrade to Stretch - boobyintel - 21st Nov, 2022 07:45 PM

I had the same problem and removed RetroPi and all related packages, now working fine. I appreciate the information.