"ext Ralph Giles" <[EMAIL PROTECTED]> writes: > Application Installer says under the Problems tab: > > Unable to install hatari > Packages missing: > libc6 (>= 2.3.5-1) > libsdl1.2 > zlib1g (>= 1:1.2.1) > debconf (>= 0.5) | debconf-2.0 > > apt-cache show <package-name> says I have: > libc6 2.3.5cs2005q3.2-4.osso10 > libsdl1.2 1.2.8-10 > zlib1g 1:1.2.3-9 > debconf 1.4.70.osso2 (but provides debconf-2.0) > > Only the libc version is "earlier" so perhaps the missing list is buggy.
That might well be. What happens when you install the package with "apt-get install hatari"? No wait, you are probably using "Install from file". So please try "dpkg --install <hatari>" on the command line. If that works, then the Application installer is fabricating the error message out of thin air, maybe because the rest of your system is not clean. What does "apt-get check" say? Will "apt-get -f install" try to do any changes? In any case, the AI should be able to deal with a non-clean system, so it would be great if we could sort this out. (Maybe I should just reread the relevant code in the AI... it's been a while since I wrote it and I was young and naive then... ;) _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
