If you find the time to build the auto-complete index to be a really long time, you might consider giving https://github.com/aws/aws-cli/issues/8889 a vote.
Search Criteria
Package Details: aws-cli-v2 2.22.21-1
Package Actions
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: | 29 |
Popularity: | 2.88 |
First Submitted: | 2024-04-21 11:04 (UTC) |
Last Updated: | 2024-12-20 03:52 (UTC) |
Dependencies (20)
- python (python37AUR, python311AUR, python310AUR)
- python-awscrt
- python-certifi
- python-colorama (python-colorama-gitAUR)
- python-cryptography
- python-dateutil
- python-distro
- python-docutils
- python-jmespath
- python-prompt_toolkit
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-urllib3
- python-build (make)
- python-flit-core (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (check)
- python-jsonschema (check)
- python-pytest (check)
- python-pytest-xdist (check)
Required by (19)
- arkade-bin (requires aws-cli) (optional)
- aurbuilder-git
- awj-git (requires aws-cli)
- aws-credential-1password (requires aws-cli) (optional)
- aws-session-manager-plugin (requires aws-cli)
- aws2-wrap (requires aws-cli)
- curam-git (requires aws-cli)
- datomic-cli (requires aws-cli)
- git-remote-codecommit (requires aws-cli)
- k3sup-bin (requires aws-cli) (optional)
- lambroll-bin (requires aws-cli) (optional)
- liquidprompt (requires aws-cli) (optional)
- porter-bin (requires aws-cli) (optional)
- python-awscli-plugin-endpoint (requires aws-cli)
- python-pdf2video (requires aws-cli)
- rattlesnakeos-stack-bin (requires aws-cli) (optional)
- scwrypts (optional)
- statsite (requires aws-cli) (optional)
- stsauth (requires aws-cli) (make)
Sources (9)
nairb774 commented on 2024-12-16 19:23 (UTC)
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.
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)