View Single Post
Posts: 105 | Thanked: 48 times | Joined on Aug 2008
#270
I ran apt-get update, apt-get upgrade, and then apt-get dist-upgrade.
It installed about 60 packages. It never asked to reboot and it still says the old version in the about menu. But more troublesome is the fact that I can't apt-get install or apt-get upgrade anymore:
Code:
login as: root
root@192.168.0.11's password:


BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N810-23-14:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  osso-software-version-rx44-unlocked: Depends: flash-and-reboot (>= 3) but it is not installable
                                       Depends: initfs-flasher (>= 0.95.16-200823maemo2) but it is not installable
                                       Depends: kernel-diablo-flasher (>= 2.6.21-200823maemo3) but it is not installable
E: Unmet dependencies. Try using -f.
Nokia-N810-23-14:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  osso-software-version-rx44-unlocked
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 18285 files and directories currently installed.)
Removing osso-software-version-rx44-unlocked ...
Nokia-N810-23-14:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  osso-software-version-rx44-unlocked: Depends: flash-and-reboot (>= 3) but it is not installable
                                       Depends: initfs-flasher (>= 0.95.16-200823maemo2) but it is not installable
                                       Depends: kernel-diablo-flasher (>= 2.6.21-200823maemo3) but it is not installable
E: Unmet dependencies. Try using -f.
Nokia-N810-23-14:~# apt-get install rdesktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  osso-software-version-rx44-unlocked: Depends: flash-and-reboot (>= 3) but it is not installable
                                       Depends: initfs-flasher (>= 0.95.16-200823maemo2) but it is not installable
                                       Depends: kernel-diablo-flasher (>= 2.6.21-200823maemo3) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Nokia-N810-23-14:~#
I don't know how to fix this. Am I missing a repository or something?
Repo list:
Code:
Nokia-N810-23-14:/etc/apt/sources.list.d# cat hildon-application-manager.list
deb http://catalogue.tableteer.nokia.com/certified/ diablo user
deb http://catalogue.tableteer.nokia.com/non-certified/ diablo user
deb http://catalogue.tableteer.nokia.com/updates/diablo-1/ ./
deb http://repository.maemo.org/extras/ diablo free non-free
deb http://www.fbreader.org/maemo diablo user
deb http://repository.maemo.org/extras chinook free non-free

Last edited by MattZTexasu; 2008-08-13 at 02:38.