![]() |
2010-10-27
, 15:55
|
Posts: 243 |
Thanked: 28 times |
Joined on Nov 2009
|
#2
|
![]() |
2010-10-27
, 16:02
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#3
|
dpkg -l "mp-fremantle-*"
apt-get install "mp-fremantle-*"
![]() |
2010-10-27
, 16:24
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#4
|
![]() |
2010-10-27
, 18:15
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#5
|
But running the apt-get on the "mp-fremantle-* packages wants to download and upgrade 991 packages, for a total of 60 MB.
I'm a bit surprised there. I can't see any reference to PR1.3 in the names, so why are they now appearing?
Is this a partial re-install of PR1.2 due to the metapackage dependency list or the actual upgrade to PR1.3 ?
![]() |
2010-10-27
, 20:36
|
Posts: 85 |
Thanked: 20 times |
Joined on Aug 2010
@ Near Paris, in the frog-eaters country
|
#6
|
![]() |
2010-10-28
, 03:31
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#7
|
![]() |
2010-10-28
, 08:30
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#8
|
hi
the dpkg -l doesnt see the packages as installed. So I did what you told me, here is the output :
root@Nokia-N900:~# apt-get install "mp-fremantle-*"
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting mp-fremantle-002-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-203-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-003-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-generic-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-004-pr for regex 'mp-fremantle-*'
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: libsdl-mixer1.2 (= 1:1.2.6-5+0m5)
E: Broken packages
root@Nokia-N900:~# dpkg -l |grep libsdl-mixer
ii libsdl-mixer1.2 1:1.2.6-5+0m5+ogg+mp3 Mixer library for libSDL
apt-get install libsdl-mixer1.2=1.2.6-5+0m5 apt-get install mp-fremantle-generic-pr
![]() |
2010-10-28
, 15:31
|
Posts: 85 |
Thanked: 20 times |
Joined on Aug 2010
@ Near Paris, in the frog-eaters country
|
#9
|
I had the same issue with upgrading with apt-get. I used the seldomly-used program manager and it passed the upgrade. Have you been trying the program manager?
![]() |
2010-10-28
, 15:32
|
Posts: 85 |
Thanked: 20 times |
Joined on Aug 2010
@ Near Paris, in the frog-eaters country
|
#10
|
For some reason you're seeing all the firmware variants - I thought the repositories only held a single one (I only find the one anyway). You're probably on the generic firmware, so you'll need to sort out the libsdl-mixer issue first, then install the generic metapackage:
Code:apt-get install libsdl-mixer1.2=1.2.6-5+0m5 apt-get install mp-fremantle-generic-pr
Monday, I was updating some packages, when I made an :
apt-get upgrade
I saw many updates. As I knew, the PR 1.3 was coming soon (already deployed in UK), so I decided to process the update. After solving some dependance/overwrites/******** troubles, all gone OK.
But I'm still at version "10.2010.19-1"
When doing an :
apt-get update && apt-get upgrade
My N900 doesn't see anything new... How to "force" an OTA update ?