Disappearing/missing packages #122
Reference in New Issue
Block a user
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?
Hi,
Thanks for the great work you are doing. I noticed yesterday that packages like gtk3, qt5-base and qt5-declarative have disappeared from the repositories. Today, packages like mesa, llvm, linux, linux-headers are also gone. What is the reason for this? Will these packages return to the repo?
Best regards.
Hi @sirlucjan,
yes, they should have never left the repo. There seems to be a bug somewhere in the package-purge logic. I'll have a look.
I think I found the problem. Should be fixed with the last few commits. I'll keep monitoring for a while, we can leave this open until we are sure it does not repeat.
Thanks a lot. You are doing a great job and for that I really thank you.
I see that packages are being built/queued. When can we expect them in the repo?
@anonfunc well, they were there, but in an older version. I saw that and thought it's kinda intentional if the new versions are still building. But they never came back :(
For example:
:: firefox: local (100.0.2-1) is newer than extra-x86-64-v3 (100.0.1-1.1)They are done when they are done :P
Seems like some of them are stuck in a build loop. They get build, housekeeping then resets them since their repo-version is not set for some reason. I'll have another look, something is still not working as intended.
EDIT: I think I found it. I accidentally removed packages from the repo which were up-to-date. Should be fine when the next build-cycle finishes.
Thanks again and sorry for bothering you :)
@anonfunc
I found the culprit regarding firefox:
https://git.harting.dev/ALHP/ALHP.GO/pulls/123
@anonfunc I hope the problem has been resolved. Let me know then I will close the thread.
Seems this is fixed now.
Yes, I've had a major update and everything works as it should. Thanks a lot.