Local package is newer than <repo> #104
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?
I keep getting this. Usually I fix it with
pacman -Syuu
, but I'm interested as to why it happens.This happens if ALHP removes a package (or packages) from the repo. There are multiple reasons why this can happen:
This should overall happen seldom and even if they are removed they can reappear shortly after, so is the case with all packages you posted. They are currently waiting to go live as soon as the current build-cycle is finished.
EDIT: There is some room for improvement here of course. For example ALHP could drop them only after some time has passed and the missing dependency did not show up. Add that to the long todo list 😄
Well, the same happened with
gc
and I don't think that showed up:gc
failed to build, as you can see here.I think this is different issue than the one that was described. Packages in standart extra repo are tagged like version-1, while in ALHP extra it's version-1.1, and pacman thinks that it's a newer version, but compares with regular one, and says that local (from ALHP) is newer than official package.
Maybe there's some way to say pacman to look into these repos instead?