View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#684
Originally Posted by jackspost View Post
Hi,

healthcheck crashing since a long time.
tried this: apt-get install -s mp-fremantle-generic-pr

then I get an error about dependencies:
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:
mp-fremantle-generic-pr: Depends: perl-base (= 5.8.3-3osso11+0m5) but 5.8.3-3osso13+0m5 is to be installed
Depends: libsdl-mixer1.2 (= 1:1.2.6-5+0m5)
E: Broken packages


How can I fix it? Have to reinstall perl or so?
Thank you very much for your help.

jacks
Yes, you'll need to downgrade to the stable perl (apt-get install perl-base=5.8.3-3osso11+0m5) and, from the looks of it, libsdl-mixer1.2 (apt-get install libsdl-mixer1.2=1:1.2.6-5+0m5) releases.

And then stop doing "apt-get dist-upgrade" (which is probably how you got into this situation in the first place).
 

The Following User Says Thank You to Rob1n For This Useful Post: