View Single Post
Posts: 292 | Thanked: 131 times | Joined on Dec 2009
#7
Originally Posted by Rob1n View Post
Can you post the exact error? Does it mention what packages are causing issues, or does it just ask you to run "apt-get -f install"?
It was complaining about the version of hildon-initscripts to be installed being not compatible with mp-fremantle-generic-pr. Sorry for not posting it before, but I didn't have a connection for my N900 at the time I first posted. Thanks for helping out.

Turns out that hildon-initscripts that I had came from the tools repository.

Originally Posted by vitaminj View Post
I had a very similar problem - there was an updated version of hildon-initscripts in the tools repo that bust the mp- package when I did a dist-upgrade. I did an apt-cache policy hildon-initscripts to see the versions available, then rolled back using apt-get install hildon-initscripts=version.number I think. After that I was able to put back the mp- package (and simultaneously install pr1.2) with a normal apt-get install.
Thanks very much for this. I thought I would have to dig how to pin down and downgrade everything, but there was no need. I just saw that my problem was exactly like yours and the solution worked. I had forgotten about "policy" and "=version"...