Avatar

Axum

axum@lemmy.blahaj.zone
Joined
0 posts • 30 comments
Direct message

The problem is discord never deletes files, no matter how old they are. So they have a perpetually growing storage need

permalink
report
parent
reply

My only gut ‘guess’ is that your original mirror was out of date, then you happened to switch to one mid sync potentially.

permalink
report
parent
reply

well… thats a good sign at least. hopefully it finally latched on to some working mirrors then. I’d surely think it should find that library now lol

permalink
report
parent
reply

this is very, very strange behavior you’re seeing then. I have the following in my /etc/pacman.conf

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

Does yours look like that?

and for mirror list, I have the following mirrors:

Server = https://mirror.stephanie.is/archlinux/$repo/os/$arch
Server = https://nocix.mm.fcix.net/archlinux/$repo/os/$arch
Server = https://ohioix.mm.fcix.net/archlinux/$repo/os/$arch
Server = https://mnvoip.mm.fcix.net/archlinux/$repo/os/$arch
Server = https://arch.mirror.ivo.st/$repo/os/$arch

these settings yield me the python library just fine

Edit: the multilib repo is optional in the pacman.conf, as the package you want is in the extra repo.

permalink
report
parent
reply

Entertain me, what’s the output of pacman -Qi python| grep Architecture?

permalink
report
parent
reply

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?

permalink
report
parent
reply

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?

permalink
report
parent
reply

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

permalink
report
parent
reply

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

permalink
report
reply

You’ll be shocked to know that bluesky is open source then and PDS is well on its way to allowing you to host your own instance.

permalink
report
parent
reply