You are not logged in.
This doesn't happen before. Is it normal?
Offline
Try with pacman -Syu
Offline
This doesn't happen before. Is it normal?
Which mirror were you using?
I was having that problem with the kernel.org mirrors so changed to another one and all is well again.
Check here for a listing of the times mirrors re-synced last:
oz
Offline
Some mirrors are out of date. Switch to another one.
Also, the mirror status page is not so useful for mirrors.kernel.org, as in Europe it resolves to mirrors.eu.kernel.org, which is currently up-to-date, but in North America it resolves to mirrors.us.kernel.org, which is currently out-of-date.
Last edited by ataraxia (2010-02-12 23:03:36)
Offline
Or try to use: rankmirrors. to pick up the ones that are on.
Offline
Or try to use: rankmirrors. to pick up the ones that are on.
Rankmirrors will tell you which are on and fast for you, but not which are up to date, which is the issue the OP needs to solve.
Xyne's reflector on the other hand can do this: http://xyne.archlinux.ca/info/reflector
You can also use his powerpill or bauerbill programs which are wrappers around pacman that make use of reflector to use up to date and fast mirrors.
Last edited by jowilkin (2010-02-12 23:13:50)
Offline
change mirror
pacman -Syy and then pacman -Syu
Last edited by agapito (2010-02-12 23:26:00)
Excuse my poor English.
Offline
I changed mirror. and pacman -Syy runs fine. But pacman -Syu always show system is up to date.
Offline
I was using free.fr and had the same issue, no new packages for 8+ days. Looks that, no matter what you place in pacman.conf, the mirror used is from the first uncommented line in mirrorlist. Me learning
..
less is a lot more!
Offline
Go to the web site of your mirror and check when it was last updated. If the mirror is not up to date, switch mirrors. If it is, your system is not in sync with the mirror. Pick a package that is outdated on your system and try to figure out why your are not getting it.
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
I changed mirror. and pacman -Syy runs fine. But pacman -Syu always show system is up to date.
Changed mirror to what? That statement is not telling us much. You need to change to an up to date mirror which can be found on the mirror status page linked to earlier in the thread.
Offline
I think I messed up the system. Now when I use pacman -Syu or -Syuf, I get a bunch of questions like
Replace kdelibs-experimental with extra/kdelibs? [Y/n]
and no matter wheher I answer yes or no to the questions, I finally get
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
resolving dependencies...
:: kdelibs: requires phonon
and when I tried to install phonon, it says
confilicting with qt, remove qt?
And when I tried to remove qt I get
error: failed to prepare transaction (could not satisfy dependencies)
:: phonon-gstreamer: requires qt
:: phonon: requires qt
:: kdelibs: requires qt
:: skype: requires qt
:: smplayer: requires qt
:: soprano: requires qt
:: strigi: requires qt
:: vlc: requires qt
:: wpa_supplicant_gui: requires qt>=4
How can get out of this loop?
Offline
Offline