A few packages for the v3 mirrors are not being built #210
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Installing Arch on a new machine, I came across an issue with a few KDE packages that are not being built, for a reason or another.
After doing
pacman -Suy
on a fresh system install after installing thealhp-keyring
andalhp-mirrorlist
packages, a warning saying that the local packages:dolphin-plugins
kmail-account-wizard
kmines
kolf
coming from the extra repo were newer than alhps.And looking at the build status of each, I noticed that the v2 repos do have these packages updated. I thought it was a wait a couple of days kind of situation like normal, but it's been a week and I'm starting to wonder if it's something a bit more serious.
This is weird indeed. Even if they failed they should have been removed from the repo. I'll investigate why that happened. In the meantime I requeued most of the affected packages.
Thanks for looking into it. Great project btw
Thank you very much, the issue seems to be fixed now.
I added a check to catch these cases in the future with
fd8bf63e3e
. I'll close this as completed :)