Package Details: aws-cli-v2 2.15.40-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
Conflicts: aws-cli
Provides: aws-cli
Submitter: jelly
Maintainer: kino_t
Last Packager: yan12125
Votes: 5
Popularity: 4.88
First Submitted: 2024-04-21 11:04 (UTC)
Last Updated: 2024-04-21 12:13 (UTC)

Required by (20)

Sources (13)

Latest Comments

yan12125 commented on 2024-04-24 09:08 (UTC)

I used to use the official Arch Linux build server for this package. That server comes with 384GB memory.

Replacing "auto" in -n auto with a small number will reduce the memory consumption, while tests will take much longer.

Mailaender commented on 2024-04-24 07:24 (UTC)

You can find the missing GPG key at https://docs.aws.amazon.com/cli/latest/userguide/getting-started-version.html

agaskell commented on 2024-04-23 18:37 (UTC)

2.15.40-1 fails to build on my machine with 128 GB of memory. I'm not sure what supercomputer this works on.

trevordf commented on 2024-04-23 17:22 (UTC)

For anyone else running into the following error when trying to update this package, I'll post my workaround below:

gpg: keyserver receive failed: Server indicated a failure

First I listed my keys:

gpg --keyserver hkp://keyserver.ubuntu.com --list-keys

Then, I deleted the old key (which was expired):

gpg --delete-keys FB5DB77FD5C118B80511ADA8A6310ACC4672475C

Finally, I manually imported the latest key from the AWS docs here, by saving the key to a text file, then importing gpg --import <key>

I was then able to update this package using my favorite AUR helper.

Ralthuis commented on 2024-04-23 12:18 (UTC)

Not really a fix, but if you just want to update you can skip the check() step and it will install without problem.

Run makepkg (or whatever tool you use) with --nocheck option.

(Or temporarily edit the BUILDENV variable if that doesn't work. Open /etc/makepkg.conf -> look for the BUILDENV -> replace check with !check)

sQVe commented on 2024-04-23 06:08 (UTC)

@gchamon I have the same issue, but for 32 GB RAM and 4 GB swap.

gchamon commented on 2024-04-22 17:15 (UTC)

Building this package gobbles copious amounts of ram. Currently my machine with 16GB and 4GB swap will halt indefinitely when trying to build it. Is this expected?

jelly commented on 2024-04-22 07:20 (UTC)

This package was dropped into the AUR as it is currently not compatible with Python 3.12 and it requires too much patching to get it working.

Tyilo commented on 2024-04-22 07:18 (UTC)

Anyone know why this was removed from extra?

asday commented on 2024-04-21 23:11 (UTC)

check() currently fails due to failing tests upstream, I've opened an issue: https://github.com/aws/aws-cli/issues/8644