@PolarianDev I'm running ArchLinux on a MacBook M2 (Aarch64)
Search Criteria
Package Details: google-cloud-cli 527.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy) |
---|---|
Package Base: | google-cloud-cli |
Description: | A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq. |
Upstream URL: | https://cloud.google.com/cli/ |
Keywords: | cloud gcloud gcp google sdk |
Licenses: | Apache-2.0 |
Conflicts: | google-cloud-sdk |
Provides: | google-cloud-sdk |
Replaces: | google-cloud-sdk |
Submitter: | PolarianDev |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 191 |
Popularity: | 0.66 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-06-18 08:35 (UTC) |
Dependencies (2)
- python (python37AUR)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
Required by (14)
- apollo-neo-env-manager-dev (optional)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (requires google-cloud-sdk) (optional)
- gcsfuse-bin (requires google-cloud-sdk) (optional)
- google-cloud-cli-firestore-emulator
- google-cloud-cli-gke-gcloud-auth-plugin
- google-cloud-sdk-app-engine-java (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python-extras (requires google-cloud-sdk)
- google-cloud-sdk-datastore-emulator (requires google-cloud-sdk)
- k3sup-bin (requires google-cloud-sdk) (optional)
- porter-bin (requires google-cloud-sdk) (optional)
- repman (optional)
- repman-git (optional)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 32 Next › Last »
frozeus commented on 2023-05-31 13:19 (UTC)
PolarianDev commented on 2023-05-31 13:11 (UTC)
@frozeus In theory yes, I am pretty sure the upstream is python, but I would only know if I tested it.
AUR is mainly leaned towards Arch Linux, which is x86_64 only, however if someone with an ARM device can build it and use it, then sure.
I believe it should be 'any' anyways, however I did not submit this package initially (I only renamed it after google renamed it from gcloud-sdk to gcloud-cli), the initial PKGBUILD was not written by me.
But like I said, I got no ARM devices running Arch based distributions so I can't really test it, sorry.
frozeus commented on 2023-05-31 11:39 (UTC)
@PolarianDev could you add aarch64 support? Or is their any compilation issue?
Thanks for this package!
PolarianDev commented on 2023-05-28 22:12 (UTC)
@kubrick Good to know the issue is solved, and the package works :)
kubrick commented on 2023-05-28 19:16 (UTC)
@PolarianDev version 432 worked without any problem...
PolarianDev commented on 2023-05-27 14:00 (UTC)
@kubrick Could not reproduce this issue sorry.
I have built the version I just bumped (432.0.0) in a clean chroot without any issues.
If you can not build it, please attempt to use the version provided by PolarRepo (https://git.polarian.dev/AUR/polarrepo) and installing the package with pacman -Syu google-cloud-cli
PolarianDev commented on 2023-05-23 08:58 (UTC)
@kubrick When I bumped the package to 430.0.0, the package successfully built in a clean chroot, you are free to download the built package from my unofficial repository:
https://polarrepo.polarian.dev
The package needs updating to version 431.0.0, I will see if I can reproduce this build error within a clean chroot once I bump the package later.
Thanks for reporting this issue,
Polarian
kubrick commented on 2023-05-22 13:25 (UTC)
I could not get this to build (ImportError: cannot import name 'yaml' from 'ruamel' (unknown location)) without adding the following to the prepare function:
export CLOUDSDK_PYTHON=python3;
PolarianDev commented on 2023-05-22 09:52 (UTC)
@artafinde Ok I get it now, thanks for the explanation :)
I will add provides when I update the package (seen as it is already flagged out of date).
Thanks, Polarian
artafinde commented on 2023-05-22 09:51 (UTC) (edited on 2023-05-22 09:51 (UTC) by artafinde)
@Polarian If one has the old google-cloud-sdk installed and wants to find the new alternative because the old one is gone they won't be able to unless you add the provides.
Pinned Comments