'kubectl' is segfaulting for me (even when running just 'kubectl' without any arguments) after updating to 150.0.0-1. I downgraded to 149.0.0 (which uses kubectl 1.5.4 instead of 1.6.0), and that works fine.
Removing google-cloud-sdk and installing kubectl 1.6.0 manually works just fine.
Anyone else experiencing this?
Search Criteria
Package Details: google-cloud-cli 502.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: | 188 |
Popularity: | 0.37 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2024-11-20 07:51 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
Required by (15)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (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-bigtable-emulator (requires google-cloud-sdk)
- google-cloud-sdk-cbt (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)
- python-google-earthengine-api (requires google-cloud-sdk)
- repman (optional)
- repman-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 31 Next › Last »
tanordheim commented on 2017-04-07 07:44 (UTC)
vgivanovic commented on 2017-01-23 06:16 (UTC)
I haven't been able to upgrade since 135.
I see now that this package also includes 'kubectl-bin' 'google-appengine-python-php' 'google-appengine-python' 'google-appengine-php', and failures in installing those are preventing me installing this package.
A couple of comments:
1. I was mislead by this package being called "google-cloud-sdk" because it includes more than what's in the Google download of "google-cloud-sdk-$pkgver-linux-x86_64.tar.gz". Links from the webpage https://cloud.google.com/sdk/ don't mention anything other than "google-cloud-sdk-$pkgver-linux-x86_64.tar.gz" (but 'yaourt -Si google-cloud-sdk' does mention the additions.)
2. I can install using 'yaourt' the package 'kubectl-bin', but not 'google-appengine-python-php' 'google-appengine-python' 'google-appengine-php' because they aren't available as AUR packages.
3. As a user of 'google-cloud-sdk', I have no need for 'google-appengine-python-php' 'google-appengine-python' 'google-appengine-php', although other people may.
So, I'd like to suggest splitting 'kubectl-bin' 'google-appengine-python-php' 'google-appengine-python' 'google-appengine-php' out from 'google-cloud-sdk' and to create new packages for 'google-appengine-python-php' 'google-appengine-python' 'google-appengine-php' ('kubectl-bin' already exists). If the combination of the new 'google-cloud-sdk' plus 'kubectl-bin' 'google-appengine-python-php' 'google-appengine-python' 'google-appengine-php' makes sense, then perhaps those four could be bundled together as 'google-cloud-sdk-extras' with the new 'google-cloud-sdk' as a dependency.
The thing I feel most strongly about is 'google-cloud-sdk' only containing what's in "google-cloud-sdk-$pkgver-linux-x86_64.tar.gz".
tengel commented on 2017-01-13 00:46 (UTC)
Heya all, as I was preparing 139.0.0 for release just now I notice in the sha1.txt a number of new downloads appeared that has "for packagers" in the directory name:
https://dl.google.com/dl/cloudsdk/release/sha1.txt
I did not change anything in this build, it uses the same download and such - but if anyone has an idea if we should be changing something, holler. I do not investigate this software with Google at all, I'm just a casual user of a few tools.
tengel commented on 2016-12-19 23:13 (UTC)
@vgivanovic has to be something with the server you're hitting? I just now ran my upgrade to 138.0.0 and it downloaded and installed fine. The error message you're getting appears to be reaching the Google server during build; it appears to be one of these three URLs (but there may be more):
https://storage.cloud.google.com/
https://storage.googleapis.com/
https://cloud.google.com/appengine/downloads
If you look in the updater code for your error string, that specific message is the final 'else' clause in the URL fetch error class used when it doesn't know exactly what's wrong, other than it can't reach a URL and wants to fail gracefully.
vgivanovic commented on 2016-12-19 04:27 (UTC)
@troyengel Same, no change. How should I help debug?
vgivanovic commented on 2016-12-19 04:17 (UTC)
@troyengel I will try your 138.0.0 version. (I just `gcloud components update' from 137.0.1 to 138.0.0.)
tengel commented on 2016-12-18 17:33 (UTC)
@vgivanovic - looks like Google deleted the actual archives upstream for 137.0.1, they've released an updated 138.0.0 that builds. I just uploaded a fresh PKGBUILD for it, resync and try again - thanks for reporting.
vgivanovic commented on 2016-12-18 17:26 (UTC) (edited on 2016-12-19 04:13 (UTC) by vgivanovic)
ERROR: The component listing for Cloud SDK version [137.0.1] 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.
This error started with 137.0.0. I am using `fish' if that makes a difference. Installation by hand works. I just did `gcloud components update' successfully.
rdoursenaud commented on 2016-11-16 06:54 (UTC)
@troyengel Thanks! I've been using your package for Google App Engine developments for a while now and it's working perfectly.
tengel commented on 2016-10-16 14:55 (UTC) (edited on 2016-10-16 14:57 (UTC) by tengel)
130.0.0 integrates all the below, quick link of changes: https://aur.archlinux.org/cgit/aur.git/commit/?h=google-cloud-sdk&id=edf70e9b24eff06ff59b93bbe9410fe9a43cb513
edit: just noticed I misspelled 'due' in one of my comments, will fix next release
Pinned Comments