@Thiger,
awscli-2.19.1.tar.gz ... cat: Schreibfehler: Datenübergabe unterbrochen (broken pipe)
Something failed here. Have you run out of disk space? Have you updated the key from the recently expired one?
Either way, I would recommend using the officially supported tools and building in a clean chroot first when running into an issue. This will help determine if the issue is with the aur helper that you are using (pamac).
Pinned Comments
kstolp commented on 2024-10-23 05:14 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
You have two options:
1) Import the key into your keyring. ArchWiki article. The key is available in this repo, which is copied from the AWS documentation. e.g.
gpg --import keys/pgp/FB5DB77FD5C118B80511ADA8A6310ACC4672475C.asc
. (recommended)2) Alternatively, you can skip this verification by passing the
--skippgpcheck
argument tomakepkg
when building. (not recommended)