Forum

Full Version: Unmet dependencies after upgrade to Stretch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Dzintars Bergs

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
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

Dzintars Bergs

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

Thanks for info! Smile
I had the same problem and removed RetroPi and all related packages, now working fine. I appreciate the information.
Reference URL's