python-polib moves from aur to extra

Hi all,

I have reason to believe a package I use (python-polib) was moved from the aur to the official extra repo. I'm now having trouble getting it installed.

The old page gives a 404: https://aur.archlinux.org/packages/python-polib This now seems to be the right source for this package: https://archlinux.org/packages/extra/any/python-polib/

However, I do a # pacman -Syyu python-polib and pacman can't find the target. Do I need to do something here that I'm missing?

My pacman.conf includes the "extra" repo and it updates during the Syyu command.

3 points · 20 comments · view on lemmy.world

20 Comments

axum@lemmy.blahaj.zone · 2 pts · 2y (19 replies)

I would check that your pacman mirror is not out of date and sees the new package.

egsaqmojz@lemmy.ml · 1 pts · 2y (18 replies)

giving this a try: sudo reflector --latest 10 --protocol https --country 'United States' --sort rate --save /etc/pacman.d/mirrorlist

egsaqmojz@lemmy.ml · 1 pts · 2y (17 replies)

no luck. still getting: error: target not found: python-polib

axum@lemmy.blahaj.zone · 2 pts · 2y (16 replies)

What mirror entry ended up in at the top after running reflector? I can just check the mirror directly.

The package comes up for me just fine on whatever I have for a mirror currently. I'll have to look in a bit what mirror I use

egsaqmojz@lemmy.ml · 1 pts · 2y (15 replies)
axum@lemmy.blahaj.zone · 3 pts · 2y (14 replies)

Well for the arch.mirror.constant.com mirror at the top, its certainly there. so doing pacman -Syyu python-polib Should find the package.

For sanity's sake, you are on a X86_64 system, right?

egsaqmojz@lemmy.ml · 1 pts · 2y (13 replies)

absolutely. i've tried this on two x86 systems as well, my desktop and laptop. if there's no quick fix or obvious problem, i'm not above doing a full reinstall to fix this.

i'll spin up a vm to test too

axum@lemmy.blahaj.zone · 4 pts · 2y

I suppose you could also clean out cached packages with pacman -Scc and then delete the package database files in /var/lib/pacman/sync so that you know for a fact that you are getting a fresh sync and it not depending on anything cached.

but the package is certainly there, are you able to directly download it from https://arch.mirror.constant.com/extra/os/x86_64/python-polib-1.2.0-2-any.pkg.tar.zst from a browser so we can rule out any weird dns fuckiness?