You are not logged in.
Today I got this information after executing pacman -Syu as I regular do ;-)
warning: monit: local (5.22.0-1) is newer than community (5.21.0-2)
warning: ntp: local (4.2.8.p10-1) is newer than extra (4.2.8.p9-2)
My current packages are newer as the one provided to me ...
I am using the latest version of the mirrorlist, just using some dutch located servers:
Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch
Server = https://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
Server = https://archlinux.mirror.wearetriple.com/$repo/os/$arch
How can something like this happen ? First time I have this after years of Archlinux
Last edited by robin67 (2017-04-24 20:07:18)
Offline
I had the same thing happen with ntp - I assumed it was just due to a broken mirror (the mirror I was using *was* broken, but the ntp issue may be separate).
It looks like it was upgraded in the repos, but the new version was then removed and the old put back in the repos (and flagged outdated).
I suspect it was a problem with the openssl update requiring the rebuild.
EDIT: actually, the new version was pushed to the repos a few weeks ago (April 1 ... I'll assume they'd not make it an April fools joke, that'd be a cruel one). But given the large number of package rebuilds required for the ssl update, I suspect an old version may have accidentally been pushed to the repo rather than the new rebuild. Give it a bit, I'm sure the devs will fix it up.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
These are legit bugs now. The maintainers didn't pay attention that there was a rebuild in testing and never put the updated versions there. File bug reports.
Offline
Is there any workaround while we're waiting for the bug report to be acknowledged / processed?
Update: never mind - I had 4.2.8.p9-1 in my cache so I just manually downgraded and then updated to the repo version:
pacman -U /var/cache/pacman/pkg/ntp-4.2.8.p9-1-x86_64.pkg.tar.xz
pacman -Syu
Last edited by hkoch (2017-04-24 18:47:29)
Offline
Sure, just downgrade to the versions in Extra/Community
Offline
ntp https://bugs.archlinux.org/task/53791 (fixed in 4.2.8.p10-2)
monit https://bugs.archlinux.org/task/53784
Offline
ntp has already been fixed and is now updated to 4.2.8.p10-2
So I can only assume monit will as well soon... In the meanwhile I downgraded to 5.21.0-2 to get it running again, which works fine
Last edited by robin67 (2017-04-24 20:06:26)
Offline