[aur-general] AUR not aware of changes in the regular repos
Hi, recently, I've been alerted by a user of one of my packages to the fact that one direct dependency and several dependencies down the tree are no longer available in the regular repos. However, they are not marked in the usual way in the AUR UI (disabled link, bold, red) and when I tried to push the affected package to the AUR, I get denied, 'cause AUR still thinks it's available in the regular repos: remote: error: package already provided by [community]: python2-beautifulsoup4 remote: error: hook declined to update refs/heads/master I suspect the aurblup script stopped working/being called, but I'm not familiar with the codebase, so I'm not able to investigate/fix further. An example: python2-lxml is no longer available, but nothing changed on the AUR package page for mailpile. Thanks, Daniel Peukert
Just chiming in to confirm that this issue occurs elsewhere on the AUR. One of promscale[0]'s dependencies, timescaledb[1] was moved to community repository recently and doesn't appear to have a link on the promscale AUR page. [0]: https://aur.archlinux.org/packages/promscale/ [1]: https://archlinux.org/packages/community/x86_64/timescaledb/ --- George Rawlinson PGP: 0x25EA6900D9EA5EBC
George, I see that timescaledb moved from AUR to official repositories 18 days ago, but it seems its link in the promscale's page in AUR web interface wasn't updated automatically. I believe the info on the package page in AURweb is only updated when there is a change in .SRCINFO file. Can you try changing, committing and pushing a change in .SRCINFO, to see if that link is fixed? Best regards, Rafael Fontenelle On Mon, Apr 5, 2021 at 5:18 PM George Rawlinson via aur-general <aur-general@lists.archlinux.org> wrote:
Just chiming in to confirm that this issue occurs elsewhere on the AUR.
One of promscale[0]'s dependencies, timescaledb[1] was moved to community repository recently and doesn't appear to have a link on the promscale AUR page.
[0]: https://aur.archlinux.org/packages/promscale/ [1]: https://archlinux.org/packages/community/x86_64/timescaledb/
--- George Rawlinson PGP: 0x25EA6900D9EA5EBC
I believe the info on the package page in AURweb is only updated when there is a change in .SRCINFO file.
I don't think that's the case (or at least it wasn't until recently), because about a week prior to the message I mentioned, two more dependencies (python2-markupsafe and python2-jinja) got removed from the regular repos and showed up in red pretty much immediately and switched to AUR links when I pushed the two packages to the AUR, all this with no commits or pushes to the parent package. Daniel Peukert
On 21-04-05 17:36, Rafael Fontenelle via aur-general wrote:
Can you try changing, committing and pushing a change in .SRCINFO, to see if that link is fixed?
Best regards, Rafael Fontenelle
The package in question (promscale) has been updated recently and the link has not changed. --- George Rawlinson PGP: 0x25EA6900D9EA5EBC
Daniel, Are these now removed packages (but not highlighted as missing) from AUR, or are they from Arch official repositories? I'm asking this because I'm not sure AURweb highlights missing packages from official repositories, but only from AUR packages. E.g. python2-lxml is from official repositories, see: https://github.com/archlinux/svntogit-packages/commit/2c86ef96c722c02037f61f... On Mon, Apr 5, 2021 at 2:23 PM Daniel Peukert via aur-general <aur-general@lists.archlinux.org> wrote:
Hi, recently, I've been alerted by a user of one of my packages to the fact that one direct dependency and several dependencies down the tree are no longer available in the regular repos. However, they are not marked in the usual way in the AUR UI (disabled link, bold, red) and when I tried to push the affected package to the AUR, I get denied, 'cause AUR still thinks it's available in the regular repos:
remote: error: package already provided by [community]: python2-beautifulsoup4 remote: error: hook declined to update refs/heads/master
I suspect the aurblup script stopped working/being called, but I'm not familiar with the codebase, so I'm not able to investigate/fix further.
An example: python2-lxml is no longer available, but nothing changed on the AUR package page for mailpile.
Thanks, Daniel Peukert
Are these now removed packages (but not highlighted as missing) from AUR, or are they from Arch official repositories?
They were in the official repositories until recently (probably removed due to the ongoing effort to get rid of python2 apps & deps) and as of now, they are not available in the AUR. I've got the PKGBUILDS ready[0] to push them there, but as I mentioned in the original email, it won't let me.
I'm asking this because I'm not sure AURweb highlights missing packages from official repositories, but only from AUR packages.
AFAIK it works/worked for both, I found python2-autowig[1], which depends on python2-parse (removed from the community repo in October 2019[2] and not uploaded to the AUR as of today) and the package page has it marked in red.
python2-lxml is from official repositories, see: https://github.com/archlinux/svntogit-packages/commit/2c86ef96c722c02037f61f...
Yes, it was, but the commit you're referencing is the one that removed it from there. Daniel Peukert [0] https://gitlab.com/dpeukert/pkgbuilds/-/commit/a9f07d202cd535a2411b6f5ad9de4... [1] https://aur.archlinux.org/packages/python2-autowig/ [2] https://github.com/archlinux/svntogit-community/commit/47b6e0cb9c1b55fc28dfe...
Hi, recently, I've been alerted by a user of one of my packages to the fact
On 05/04/2021 19:23, Daniel Peukert via aur-general wrote: that one direct dependency
and several dependencies down the tree are no longer available in the regular repos. However, they are not marked in the usual way in the AUR UI (disabled link, bold, red) and when I tried to push the affected package to the AUR, I get denied, 'cause AUR still thinks it's available in the regular repos:
This is most likely caused by the following service failing on the AUR instance https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11 Greetings, Jelle van der Waa
Am Di., 6. Apr. 2021 um 16:08 Uhr schrieb Jelle van der Waa via aur-general <aur-general@lists.archlinux.org>:
This is most likely caused by the following service failing on the AUR instance
https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11
Greetings,
Jelle van der Waa
Thanks for linking the bug report! The issue also affects libunique (had to improvise to install Shutter today). Is there anything that can be done by AUR users to get this fixed sooner? Greetings, Michael Kogan
participants (5)
-
Daniel Peukert
-
George Rawlinson
-
Jelle van der Waa
-
Michael Kogan
-
Rafael Fontenelle