Package Details: google-cloud-cli 518.0.0-1

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.53
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2025-04-16 16:59 (UTC)

Dependencies (2)

Required by (15)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 31 Next › Last »

bjorntj commented on 2017-07-11 11:28 (UTC) (edited on 2017-07-11 11:28 (UTC) by bjorntj)

Trying to install this SDK but I get the following error: ==> Making package: google-cloud-sdk 161.0.0-1 (Tue Jul 11 13:24:18 CEST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found google-cloud-sdk-161.0.0-linux-x86_64.tar.gz -> Found profile.sh ==> Validating source_x86_64 files with sha256sums... google-cloud-sdk-161.0.0-linux-x86_64.tar.gz ... Passed profile.sh ... Passed ==> Extracting sources... -> Extracting google-cloud-sdk-161.0.0-linux-x86_64.tar.gz with bsdtar ==> Starting prepare()... -> Checking for newer upstream release ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... -> Copying core SDK components -> Running bootstrapping script and adding app-engine-python This will install all the core command line tools necessary for working with the Google Cloud Platform. ERROR: The component listing for Cloud SDK version [161.0.0] could not be found. Make sure this is a valid archived Cloud SDK version. ERROR: (gcloud.components.install) Failed to fetch component listing from server. Check your network settings and try again. ==> ERROR: A failure occurred in package(). Aborting...

mzimmerman commented on 2017-07-04 01:53 (UTC)

-> Running bootstrapping script and adding app-engine-python Traceback (most recent call last): File "/home/matt/aur/google-cloud-sdk/pkg/google-cloud-sdk/opt/google-cloud-sdk/bin/bootstrapping/install.py", line 8, in <module> import bootstrapping File "/home/matt/aur/google-cloud-sdk/pkg/google-cloud-sdk/opt/google-cloud-sdk/bin/bootstrapping/bootstrapping.py", line 17, in <module> import oauth2client.contrib.gce as gce ImportError: No module named contrib.gce ==> ERROR: A failure occurred in package(). Aborting... seems to be an error with oauth2client, however I did the recommended install? https://github.com/GoogleCloudPlatform/gsutil/issues/330

codepilot commented on 2017-07-03 12:29 (UTC) (edited on 2017-07-03 12:31 (UTC) by codepilot)

@troyengel: Thank you for all efforts and patches you made, and sorry that I didn't recognize it yet and did not answer. I found out that it works very fine with the latest updates, since you did the patch. Anyway, and just for completeness, after a full system upgrade, calling 'from _ssl import RAND_egd' from within python2 fails.

demize commented on 2017-06-27 18:20 (UTC)

Much appreciated.

oxplot commented on 2017-06-22 01:12 (UTC)

@kyrias I removed kubectl bin for now until I get around to splitting off all the other components as well.

tengel commented on 2017-06-21 19:52 (UTC)

I have disowned this package. 160.0.0 is released for whomever picks it up next.

demize commented on 2017-06-21 13:26 (UTC)

kubectl does not belong in this package since it means that people that use the rest of the kubernetes tools, which is where the tool comes from, cannot install this package. If you want to package it as well, please move it to a split package so that people don't have to choose between the kubernetes package and the google-cloud-sdk, and then have a conflict for the kubernetes package in that one.

oxplot commented on 2017-06-06 05:38 (UTC)

Can we also add the beta commands: diff --git a/PKGBUILD b/PKGBUILD index d407e69..b28af94 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -59,11 +59,11 @@ package() { # kubectl is not in the tarball, add it to the package bootstrap # app-engine-python is actually the PHP+Python SDK widgets combined # NOTE: due to how Google is using argparse we must bare word the components - msg2 "Running bootstrapping script and adding kubectl, app-engine-python" + msg2 "Running bootstrapping script and adding kubectl, app-engine-python, beta" python2 "$pkgdir/opt/$pkgname/bin/bootstrapping/install.py" \ --usage-reporting false --path-update false --bash-completion false \ --rc-path="$srcdir/fake.bashrc" \ - --additional-components kubectl app-engine-python + --additional-components kubectl app-engine-python beta # https://issuetracker.google.com/issues/35900282 msg2 "Fixing appengine bug #35900282 (RAND_egd)" Things like cloud functions are under beta.

tengel commented on 2017-05-24 23:25 (UTC)

@codepilot - with the 156.0.0 release today, I added in a sed to fix that bug. It doesn't appear upstream is going to fix it anytime soon, it's been open for a year with no results. https://aur.archlinux.org/cgit/aur.git/commit/?h=google-cloud-sdk&id=8653641569769865a10efb100f86cfc301b80942 See how this works out. I wrote the sed to be pretty specific to protect against an unexpected upstream change later.

tengel commented on 2017-05-12 13:59 (UTC)

OK here we go - everyone please use your voting powers for good on this upstream issue so we can get their eyes on it: https://issuetracker.google.com/issues/38256907