Why is the Compressing man and info pages...
stage taking so long?
Search Criteria
Package Details: google-cloud-cli-component-gke-gcloud-auth-plugin 531.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: | gke-gcloud-auth-plugin |
Upstream URL: | https://cloud.google.com/cli/ |
Keywords: | cloud gcloud gcp google sdk |
Licenses: | Apache-2.0 |
Conflicts: | google-cloud-cli-gke-gcloud-auth-plugin |
Provides: | google-cloud-cli-gke-gcloud-auth-plugin |
Submitter: | PolarianDev |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 191 |
Popularity: | 0.34 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-07-23 04:56 (UTC) |
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 33 Next › Last »
Cornul11 commented on 2023-10-22 01:48 (UTC)
PolarianDev commented on 2023-10-21 18:53 (UTC)
@MarsSeed I forgot someone already submitted a PR to fix that, they also moved the path entry to /etc/profile.d/
however I am not sure if I will keep it that way, I might make a wrapper script as it tends to work better on Arch Linux, not too sure yet.
But yeah thanks for the heads up.
Take care,
Polarian
PolarianDev commented on 2023-10-21 18:51 (UTC)
If gcloud
is not within path (aka "Command not found") please see the following:
https://git.polarian.dev/AUR/google-cloud-cli/pulls/10
Also please do not submit orphan requests when I have replied to every comment, and have already stated I intend to update the package just I was busy.
Take care,
Polarian
PolarianDev commented on 2023-10-07 15:47 (UTC)
@MarsSeed
I will look into it then, I only adopted and maintained it for the past half a year or so.
I did plan to rewrite it to actually be a source package, but due to the source code being hard to get and no compile instructions I have postponed this.
I will update the package when I get time, I have been busy.
Thank you,
Polarian
MarsSeed commented on 2023-10-07 14:28 (UTC)
dev_appserver.py seems to support Python3, not just Python2.
PolarianDev commented on 2023-08-31 12:52 (UTC)
@jayb Because it is clearly documented on the ArchWiki:
https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
jayb commented on 2023-08-31 09:25 (UTC)
@PolarianDev totally, just seemed strange that none of the tool chain had pointed that out and I got an esoteric error instead.
PolarianDev commented on 2023-08-30 17:36 (UTC)
@jayb If you do not have patch
installed its probably due to the fact you are missing base-devel
which is a requirement for building AUR packages:
pacman -Syu base-devel
Should fix this problem.
Take care,
Polarian
jayb commented on 2023-08-30 16:05 (UTC)
In case it helps anyone else I had an error installing on a new system:
failed to apply patch 0001-set-python2-for-dev-appserver-py.patch
Which confused me for a but it turns out that I hadn't installed patch
yet.
PolarianDev commented on 2023-08-09 11:35 (UTC)
@galdor sorry for the late response.
Patch is a part of the base-devel metapackage, therefore does not need to be added to the makedepends array as it will be available in every build environment, for a list of packages you can expect to be in the build environment, see the dependencies of the base-devel metapackage:
https://archlinux.org/packages/core/any/base-devel/
Have a good day,
Polarian
Pinned Comments
jvybihal commented on 2025-06-30 06:37 (UTC)
I did a split of the package to 3 packages:
google-cloud-cli
,google-cloud-cli-bq
,google-cloud-cli-gsutil
. There is also package containing the bundled python for those who want it or as a dependency to the gsutil (current version 5.24 does not work with python 3.13 out-of-the-box, although 5.25 which is already available on github should). I am also testing to include other "components".If there will be interest, it's also possible to split the manpages to another package. So for those who don't want them, the install time can get faster and size significantly smaller.
I have tried not to break anyones installation, so please try to install the 3 mentioned packages and it should work the same as before.
You don't need bundled python for the gcloud to work, and I would advice to use
gsutil
only if yo really have to. The prefered way is to usegcloud storage
anyway.