View Single Post
Fionn's Avatar
Posts: 178 | Thanked: 53 times | Joined on Jul 2007 @ Ireland
#21
Originally Posted by twaelti View Post
I think you won't even have to install Python yourself anymore. It should suffice if you use your tablet's browser to go to my blog post about the update, then click the "mclock-051-1_all" link.
When I click on the deb in your blog post Application manager opens as one would expect but it fails with the message
Unable to install mClock.
Some application packages required for the installation are missing.
The detailed message states
Application packages missing: python2.5-osso
python2.5-gnome(>=2.18.0-1osso3)
And the application manager log states:
Code:
hildon-application-manager 2.1.16
apt-worker: Ignoring version from wrong domain: libbz2-1.0 1.0.3-1
apt-worker:   /var/lib/apt/lists/repository.maemo.org_extras_dists_diablo_free_binary-armel_Packages
apt-worker: Ignoring version from wrong domain: libxml2 2.6.27.dfsg-1.maemo1
apt-worker:   /var/lib/apt/lists/repository.maemo.org_extras_dists_diablo_free_binary-armel_Packages
apt-worker: Ignoring version from wrong domain: libdb4.2 4.2.52+dfsg-2
apt-worker:   /var/lib/apt/lists/repository.maemo.org_extras_dists_diablo_free_binary-armel_Packages
apt-worker: Ignoring version from wrong domain: libreadline4 4.3-10
apt-worker:   /var/lib/apt/lists/repository.maemo.org_extras_dists_diablo_free_binary-armel_Packages
/usr/bin/dpkg-deb -f '/var/tmp/mclock-051-1_all.deb'
FAILED: python2.5-osso
FAILED: python2.5-gnome (>= 2.18.0-1osso3)
My n800 is freshly flashed with diablo and, in case it makes a difference, I ran terrencegf's code above.

Originally Posted by terrencegf View Post
Code:
apt-get install python2.5-pygame python2.5-dbus
Not sure what "ignoring version from wrong domain" means in teh log but just adding my experience in case anyone else has the same issues.