You are not logged in.
Pages: 1
i get this in my output after pacman -Syu
warning: avifile: local (0.7.45-6) is newer than community (0.7.45-5)
warning: lmms: local (0.4.6-2) is newer than community (0.4.6-1)
warning: python-distutils-extra: local (2.16-1) is newer than community (1.91.2-2)
warning: swftools: local (0.9.0-3) is newer than community (0.9.0-2)
local database is up to date
and i cannot upgrade what happend?
Offline
have you installed anything from the AUR? Sometimes they install packages of their own as deps which is +1 to the local revision (local (0.7.45-6) is newer than community (0.7.45-5)) to make sure the one you installed from the AUR gets installed, instead of the pre-built package (may have different sources, configuration options, etc.)
Also, if something you installed from the AUR needs something that is actually newer than what is in the repos, it will bump the installed package version higher than what is available in the repos. Pacman is just informing you that this package is in fact installed, but is newer than the latest available repo package.
It won't let you upgrade because what you have installed is actually higher version numbers than what pacman can do for you.
Just think of it as pacman saying "Just thought you might want to know..."
[edit]
Just looked for some of those things in the AUR, and well, at least avifile doesn't have an AUR pkgbuild anywhere... have you been using the [testing] repo and recently disabled it? or changed mirrors for the mainline repos?
[/edit]
Last edited by wriggary (2010-02-02 00:08:34)
Offline
When did you run pacman -Syu the last time?
Have you changed your mirror- or repo-settings since then (activated and deactivated testing)?
What do you get for pacman -Si <concerned packages> ?
Offline
ok but will it still let me upgrade other packages?
ps last time i ran pacman -Syu was 2 min ago
Last edited by swayne (2010-02-02 00:07:32)
Offline
@swayne don't be worried. mirrors are badly out of sync so if first you had use an up to date mirror and second time a badly out of sync then you had this behavior.
place on the first line in mirrorlist thins mirror: http://mirror.giantix-server.de/archlinux/ and you are done.
Last edited by wonder (2010-02-02 00:10:06)
Give what you have. To someone, it may be better than you dare to think.
Offline
.......is newer than community (0.9.0-2)
local database is up to date
looks like everything is up to date.
Offline
thanks wonder that mirror gave me about 1 gig of stuff to upgrade on have you tested other mirrors to see which are most up to date or is that one just your personal preference
Offline
thanks wonder that mirror gave me about 1 gig of stuff to upgrade on have you tested other mirrors to see which are most up to date or is that one just your personal preference
i just followed the link from the latest news and ordered by delay ![]()
Give what you have. To someone, it may be better than you dare to think.
Offline
Pages: 1