Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: justauser on 07 March 2023, 18:27:56

Title: [SOLVED] Artix Buildbot sign is invalid
Post by: justauser on 07 March 2023, 18:27:56
Meta-package 'plasma'  installing troubles.

pacman -S keyrings
rm -r
pacman init
pacman populate
pacman-key lsign

Tried everything already. How to fix this:

Code: [Select]
error: kdesu: signature from "Artix Buildbot <[email protected]>" is invalid
File /var/cache/pacman/pkg/kdesu-5.103.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

Is it correct anyway?
Code: [Select]
sudo pacman-key --finger "Artix Buildbot"
pub   rsa4096 2017-06-18 [SC]
      0A3E B6BB 142C 5665 3300  420C 1247 D995 F165 BBAC
uid           [  full  ] Artix Buildbot <[email protected]>
sub   rsa4096 2017-06-18 [E]
Title: Re: Artix Buildbot sign is invalid
Post by: Artist on 07 March 2023, 19:02:35
Did you already try with pacman -Sy ?

artist
Title: Re: Artix Buildbot sign is invalid
Post by: justauser on 07 March 2023, 19:06:12
Yes. Did it again after Your message. No luck.

https://ibb.co/k82zHYP

UPDATE: commented out all default mirrors, so CZ is the first one in the 'mirrors' file. Same situation.
Title: Re: Artix Buildbot sign is invalid
Post by: Artist on 07 March 2023, 20:42:23
kdesu-5.103.0-2-x86_64.pkg.tar.zst is current, and newer than the one from your log, so the mirror you are using does not yet seem to be synced

artist
Title: Re: Artix Buildbot sign is invalid
Post by: Anthony on 07 March 2023, 20:52:06
I came across the same problem. But there is 5.103.0-1 version in World repo. kcoreaddons being the same version wouldn’t get downloaded as well.
Title: Re: Artix Buildbot sign is invalid
Post by: justauser on 08 March 2023, 08:20:42
You were right, it had an old packages. I've commented out a few of the first servers and today it's ok.
But for a 3 days I couldn't install KDE without errors.
Not good.

Thank You!