I've tried with version 411 and it seems to be that Google has disabled https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/
Search Criteria
Package Details: google-cloud-cli 520.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: | 190 |
Popularity: | 0.39 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-04-30 06:46 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- 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 (4)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 32 Next › Last »
tujir commented on 2022-12-11 22:59 (UTC)
pintert3 commented on 2022-11-21 09:32 (UTC)
Is this still being maintained? Do you need some maintainer's help?
vuzarchboi commented on 2022-11-15 08:20 (UTC)
This is version 404 we are at version 409 at this point. Can this be updated?
I see a PR for 408 https://github.com/sudoforge/pkgbuilds/pull/76, which has not been reviewed/merged. Do you need more maintainers to keep this alive?
sudoforge commented on 2022-09-29 00:34 (UTC)
@mr-ubik after some investigation, it doesn't seem like that's the source of your issue.
Please run the following commands in a shell that you encounter that error and submit the output you get as a comment here or in the github issue:
$ gcloud --version ; { [ -z "$CLOUDSDK_PYTHON" ] && echo "CLOUDSDK_PYTHON unset" ; } || { echo "CLOUDSDK_PYTHON: ${CLOUDSDK_PYTHON}" && type -S "$CLOUDSDK_PYTHON" ; }
sudoforge commented on 2022-09-29 00:02 (UTC)
@mr-ubik oof, they must have reintroduced it into the main executable chain. This wasn't caught because the test environment the tests for these builds runs in contains git
, which requires expat
, which requires python2
(meaning that python2
is available in the test environment). Fun stuff.
Tracking that here: https://github.com/sudoforge/pkgbuilds/issues/73
mr-ubik commented on 2022-09-28 23:47 (UTC)
Does this still require python2
given the PKGBUILD I would say no, but while running it I get
/opt/google-cloud-sdk/bin/gcloud: line 182: /usr/bin/python2: No such file or directory
sudoforge commented on 2022-09-27 20:27 (UTC)
@jjdino that's a fair request. I'll take this under consideration: https://github.com/sudoforge/pkgbuilds/issues/72
yazgoo commented on 2022-09-18 15:04 (UTC)
I confirm that @sudoforge solution to delete ~/.cache/paru/clone/google-cloud-sdk/ worked for me (running the provided git commands did not work though)
sudoforge commented on 2022-09-18 04:26 (UTC)
@pintert3, if you're still experiencing that, the solution is to navigate to wherever paru
stores the repository on your filesystem, and either delete it, or run the following:
$ git merge --abort # this is a guess; try `git rebase --abort` if you aren't in a merge
$ git fetch origin
$ git reset --hard origin/master
taba commented on 2022-09-16 03:20 (UTC)
What the hell. I accidentally ran gcloud without firejail because I didn't notice that my PATH was being changed with export PATH=$CLOUDSDK_ROOT_DIR/bin:$PATH
. Please make it so /usr/local/sbin:/usr/local/bin
stays in the beginning. PATH="$PATH":"$CLOUDSDK_ROOT_DIR/bin"
would be ideal.
Pinned Comments