Index
»
Pacman & Package Upgrade Issues
»
[SOLVED] tensorflow-opt-cuda has invalid signature
Pages:
1
[SOLVED] tensorflow-opt-cuda has invalid signature
Trying to install community/tensorflow-opt-cuda 2.9.1-4 today resulted in this error:
error: tensorflow-opt-cuda: signature from "Konstantin Gizdov (Arch Linux) <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/tensorflow-opt-cuda-2.9.1-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
My `archlinux-keyring` is up-to-date (20220727-1).
Was the package built using a deprecated key? Am I doing something wrong here?
Does anyone has the same issue?
Last edited by Gyscos (2022-08-29 20:41:25)
Re: [SOLVED] tensorflow-opt-cuda has invalid signature
Running a manual key check indeed fails. It does report the key ID though.
% pacman-key -v /var/cache/pacman/pkg/tensorflow-opt-cuda-2.9.1-4-x86_64.pkg.tar.zst.sig --verbose
==> Checking /var/cache/pacman/pkg/tensorflow-opt-cuda-2.9.1-4-x86_64.pkg.tar.zst.sig... (detached)
gpg: Signature made Thu 25 Aug 2022 08:33:31 EDT
gpg: using EDDSA key C5A5958FD7785FAD982FA2EC5A45B06B81CAB876
gpg: Note: trustdb not writable
gpg: BAD signature from "Konstantin Gizdov (Arch Linux) <[email protected]>" [full]
==> ERROR: The signature identified by /var/cache/pacman/pkg/tensorflow-opt-cuda-2.9.1-4-x86_64.pkg.tar.zst.sig could not be verified.
% pacman-key --list-keys C5A5958FD7785FAD982FA2EC5A45B06B81CAB876
gpg: Note: trustdb not writable
pub ed25519 2019-04-12 [C] [expires: 2024-04-10]
0A9DDABB64B993D82AD45E4F32EAB0A976938292
uid [ full ] Konstantin Gizdov (Arch Linux) <[email protected]>
uid [ undef ] Konstantin Gizdov <[email protected]>
uid [ undef ] Konstantin Gizdov <[email protected]>
uid [ undef ] keybase.io/kgizdov (Keybase) <[email protected]>
sub ed25519 2019-04-12 [S] [expires: 2024-04-10]
sub ed25519 2019-04-12 [A] [expires: 2024-04-10]
sub cv25519 2019-04-12 [E] [expires: 2024-04-10]
sub rsa4096 2021-04-15 [E] [expires: 2026-04-14]
% pacman-key --list-keys [email protected]
gpg: Note: trustdb not writable
pub ed25519 2019-04-12 [C] [expires: 2024-04-10]
0A9DDABB64B993D82AD45E4F32EAB0A976938292
uid [ full ] Konstantin Gizdov (Arch Linux) <[email protected]>
uid [ undef ] Konstantin Gizdov <[email protected]>
uid [ undef ] Konstantin Gizdov <[email protected]>
uid [ undef ] keybase.io/kgizdov (Keybase) <[email protected]>
sub ed25519 2019-04-12 [S] [expires: 2024-04-10]
sub ed25519 2019-04-12 [A] [expires: 2024-04-10]
sub cv25519 2019-04-12 [E] [expires: 2024-04-10]
sub rsa4096 2021-04-15 [E] [expires: 2026-04-14]
Last edited by Gyscos (2022-08-29 20:37:00)