'opkg list-upgradable' lists up-to-date packages on latest SHR unstable

2010-03-14 Thread Jan Girlich
Hi,

just tried to update my phone because pretty much everything is broken
(sms app dies right after opening, no contacts show up in contacts app,
call screen dies after dialing so I can't hang up anymore, yadayada)

But I discovered that when I execute 'opkg list-upgradable' or 'opkg
upgrade' opkg tries upgrading programs which are already up-to-date.

Is there any temp file or similar where the upgradable information is
stored? Where does opkg get it's information from? How can I find out
what's wrong here?

Example:
r...@om-gta02:~# opkg list-upgradable
python-edbus - 0.3.1+svnr46504-ml0.4 - 0.3.1+svnr46510-ml0.4
[...]
r...@om-gta02:~# opkg install python-edbus
Package python-edbus (0.3.1+svnr46510-ml0.4) installed in root is up to
date.

Thanks
Jan


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 'opkg list-upgradable' lists up-to-date packages on latest SHR unstable

2010-03-14 Thread Jens Seidel
On Sun, Mar 14, 2010 at 04:20:58PM +0100, Jan Girlich wrote:
> r...@om-gta02:~# opkg list-upgradable
> python-edbus - 0.3.1+svnr46504-ml0.4 - 0.3.1+svnr46510-ml0.4
> [...]
> r...@om-gta02:~# opkg install python-edbus
> Package python-edbus (0.3.1+svnr46510-ml0.4) installed in root is up to
> date.

Can you check your file /usr/lib/opkg/status? Does it mention python-edbus
twice (or check the output of opkg list_installed)? If yes this is an old
problem :-(

I currently try to fix a broken /usr/lib/opkg/status as well. My file was
truncated and I fixed it by reinstalling all packages found via 
ls /usr/lib/opkg/info/*.list but not available in status.

Jens

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 'opkg list-upgradable' lists up-to-date packages on latest SHR unstable

2010-03-14 Thread Jan Girlich
Am Sonntag, den 14.03.2010, 21:22 +0100 schrieb Jens Seidel:
> On Sun, Mar 14, 2010 at 04:20:58PM +0100, Jan Girlich wrote:
> > r...@om-gta02:~# opkg list-upgradable
> > python-edbus - 0.3.1+svnr46504-ml0.4 - 0.3.1+svnr46510-ml0.4
> > [...]
> > r...@om-gta02:~# opkg install python-edbus
> > Package python-edbus (0.3.1+svnr46510-ml0.4) installed in root is up to
> > date.
> 
> Can you check your file /usr/lib/opkg/status? Does it mention python-edbus
> twice (or check the output of opkg list_installed)? If yes this is an old
> problem :-(

This solved my problem, thanks!
Good luck with fixing your status file.
Jan


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community