Package Details: aws-cli-v2 2.22.2-1

Git Clone URL: https://aur.archlinux.org/aws-cli-v2.git (read-only, click to copy)
Package Base: aws-cli-v2
Description: Unified command line interface for Amazon Web Services (version 2)
Upstream URL: https://github.com/aws/aws-cli/tree/v2
Licenses: Apache-2.0
Conflicts: aws-cli
Provides: aws-cli
Submitter: jelly
Maintainer: kstolp
Last Packager: kstolp
Votes: 28
Popularity: 4.31
First Submitted: 2024-04-21 11:04 (UTC)
Last Updated: 2024-11-21 03:58 (UTC)

Required by (19)

Sources (9)

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.

==> ERROR: One or more PGP signatures could not be verified!

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 to makepkg when building. (not recommended)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

kstolp commented on 2024-11-10 17:22 (UTC)

@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).

Thiger commented on 2024-11-08 09:10 (UTC) (edited on 2024-11-08 09:13 (UTC) by Thiger)

Still does not install using pamac install aws-cli-v2


  -> build-ac.index-in-tmp.diff gefunden
  -> fix-env.diff gefunden
  -> aws-cli-v2-tz-fix.patch gefunden
  -> aws-cli-v2-ruamel-yaml-v4.patch gefunden
  -> allow-egg-info.diff gefunden
  -> botocore-2990-rebased.patch gefunden
  -> botocore-2551.patch gefunden
==> Überprüfe source Dateien mit sha256sums...
    awscli-2.19.1.tar.gz ... Erfolg
    awscli-2.19.1.tar.gz.sig ... Übersprungen
    build-ac.index-in-tmp.diff ... Erfolg
    fix-env.diff ... Erfolg
    aws-cli-v2-tz-fix.patch ... Erfolg
    aws-cli-v2-ruamel-yaml-v4.patch ... Erfolg
    allow-egg-info.diff ... Erfolg
    botocore-2990-rebased.patch ... Erfolg
    botocore-2551.patch ... Erfolg
==> Überprüfe Signaturen der Quell-Dateien mit gpg...
    awscli-2.19.1.tar.gz ... cat: Schreibfehler: Datenübergabe unterbrochen (broken pipe)
SIGNATUR NICHT GEFUNDEN
FEHLGESCHLAGEN
==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden!
Finished with result: exit-code
Main processes terminated with: code=exited, status=1/FAILURE
Service runtime: 1.613s
CPU time consumed: 1.398s
Error: Failed to build aws-cli-v2

Sorry for the partially german output, don't know how to change that. GPG has the key.

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.

==> ERROR: One or more PGP signatures could not be verified!

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 to makepkg when building. (not recommended)

lmat commented on 2024-10-22 21:39 (UTC) (edited on 2024-10-22 21:40 (UTC) by lmat)

Strykar said:

awscli-2.18.5.tar.gz ... Passed (WARNING: the key has expired.)

It's worse now

==> Verifying source file signatures with gpg...
    awscli-2.18.11.tar.gz ... FAILED (unknown public key A6310ACC4672475C)
==> ERROR: One or more PGP signatures could not be verified!
==> Removing installed dependencies...

Strykar commented on 2024-10-13 09:54 (UTC)

awscli-2.18.5.tar.gz ... Passed (WARNING: the key has expired.)

txtsd commented on 2024-09-26 06:25 (UTC)

@kstolp Just looking to help keep it updated, and keep an eye on the dependencies.

I {co-,}maintain quite a few packages on the AUR, and also have a repo to check if they build.

kstolp commented on 2024-09-25 20:31 (UTC)

@joshm, Yes, the output would be helpful if you could replicate it. Also, the process you use to build (e.g. makepkg, makechrootpkg, AUR helper, etc.). Maybe even a list of env vars that are set in this build environment. Basically any info to help me recreate the issue you are seeing. Currently, I'm building in a clean chroot without any issues.

@txtsd, Thanks for the offer! I don't see an immediate need, but will keep you in mind for the future. Are there any specific changes you wish to see?

joshm commented on 2024-09-25 13:14 (UTC)

@kstolp -- I don't have the output handy but yes, build failures complaining that the module couldn't be found. Installing the modules the build was complaining about got me through the build/install.

txtsd commented on 2024-09-25 10:41 (UTC)

I would like to help maintain this package!