You are not logged in.
For three days, "pacman -Syu" has said it is updating my repositories, then informed me, "There is nothing to do." Today, I looked on the Arch homepage and saw that there is supposed to be an updated version of btrfs-progs to 3.17.3-1. I ran "pacman -Qs btrfs-progs" and found that I have version 3.17.2-1 installed. So, I ran "pacman -S btrfs-progs" and it said my version is up to date and offered to reinstall 3.17.2-1. So, something seems to be wrong with pacman on my system.
I will double check my repository settings (which I have not changed in several weeks) and the status of those repositories. But this certainly seems fishy.
Tim
Last edited by ratcheer (2014-12-07 01:56:09)
Offline
Every repository mirror in my /etc/pacman.d/mirrorlist is 100% in sync, according to https://www.archlinux.org/mirrors/status/
Tim
Offline
To get the obvious out of the way, have you tried "pacman -Syyu"?
Offline
Guessing the mirror is just out of date despite what you posted... try using reflector, assuming you want US mirrors:
# reflector -c "United States" -a 1 -f 3 --sort rate --save /etc/pacman.d/mirrorlist
# pacman -SyyuLast edited by graysky (2014-12-06 13:23:34)
Offline
No, but I just tried it:
# pacman -Syyu
:: Synchronizing package databases...
core 116.1 KiB 602K/s 00:00 [############################################] 100%
extra 1809.7 KiB 2.21M/s 00:01 [############################################] 100%
community 2.4 MiB 2.49M/s 00:01 [############################################] 100%
:: Starting full system upgrade...
there is nothing to doTim
Offline
erm. 3.17.3-1 is just in testing.
https://www.archlinux.org/packages/?sor … =&flagged=
Do you use testing repo?
If not maybe there is in fact nothing to do for pacman.
I put at button on it. Yes. I wish to press it, but I'm not sure what will happen if I do. (Gune | Titan A.E.)
Offline
graysky: I regenerated my mirrorlist, same results.
Thanks, dice. I missed that that is a testing package. So, maybe my system really doesn't have anything to do. But I can't remember my system going this long without anything. I will wait a while longer.
Thanks,
Tim
Offline
But I can't remember my system going this long without anything. I will wait a while longer.
I remember once where I didn't get an update from the non-testing repositories for a week and a bit, mainly because it was the holiday season. It's pretty damn close as well, so I'm not surprised things have slowed down a little.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
I'm not 100% sure, but I've looked at my pacman log and the latest non-testing update seems to be firefox 34 from December 1st.
Offline
There were a quite a few updates today, and many each day, but do you have any of these: https://www.archlinux.org/packages/?sor … =&flagged=
If you have expac, you can check this:
expac --timefmt=%Y/%m/%d -S "%b %n" $(pacman -Qq) | sortThe tail end of the output of that (packages I've upgraded since 1 dec):
2014/12/01 ffmpeg
2014/12/01 firefox
2014/12/03 antiword
2014/12/03 mtr
2014/12/03 xapian-core
2014/12/04 lib32-glibc
2014/12/04 mpvEDIT: for clarification, this command doesn't show which packages I've upgraded on these dates - it shows when they were built in the remote repos. I would get this same result even if I hadn't updated since the start of December. This command will list packages you have installed and the last date they've been rebuilt (upgraded) in the repos.
Last edited by Trilby (2014-12-06 18:04:48)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Ok, I just now got a package upgraded (python2-dateutil). Looks like this was a false alarm. Sorry.
Tim
Offline