Package Details: google-cloud-cli-bundled-python3-unix 536.0.1-1

Git Clone URL: https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy)
Package Base: google-cloud-cli
Description: gcloud Bundled Python 3.12
Upstream URL: https://cloud.google.com/cli/
Keywords: cloud gcloud gcp google sdk
Licenses: Apache-2.0
Submitter: PolarianDev
Maintainer: jvybihal
Last Packager: jvybihal
Votes: 191
Popularity: 0.179957
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2025-08-28 06:01 (UTC)

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 use gcloud storage anyway.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 34 Next › Last »

jvybihal commented on 2024-03-26 09:23 (UTC) (edited on 2024-03-26 09:29 (UTC) by jvybihal)

@AnhQuanTrl how do you create the package? Can you post complete log? How do you know it's stuck? Is there IO/CPU activity? This package is quite big and can take a while to build/install on some systems.

//edit: You have somewhere overriden the options, '!strip' to be specific.

AnhQuanTrl commented on 2024-03-26 08:50 (UTC)

When I install this package, it stuck at Copying source files needed for debug symbols.... Can anyone help me?

jvybihal commented on 2024-02-03 16:09 (UTC)

@intelfx hello, looked at the patch and I have no problem with it. Applied. thanks!

intelfx commented on 2024-02-02 22:44 (UTC) (edited on 2024-02-02 22:48 (UTC) by intelfx)

Hi!

Please consider applying (any of) the following patches: https://0x0.st/HDE2.patch

(Patch 2 is the most important.)

jvybihal commented on 2023-12-11 10:36 (UTC) (edited on 2023-12-11 10:40 (UTC) by jvybihal)

@ThinkRedstone the package is in the phase of restructuring. Previous maintainer decided to remove symlink from /usr/bin in favor of profile file in /etc/profile.d.

You need to source /etc/profile.d/google-cloud-cli.sh in your .bashrc or other appropriate place to update your PATH.

After my PCA exam, I would like to redo this package little bit to make it more like the .deb variant, or even (not decided yet) use the .deb as source (it already has manpages compressed). Also I plan to add components as available packages.

ThinkRedstone commented on 2023-12-11 10:31 (UTC) (edited on 2023-12-11 10:31 (UTC) by ThinkRedstone)

gcloud is not within the path (installed to /opt/google-cloud-cli/bin), and the pinned comment directs to a broken link.

PolarianDev commented on 2023-11-20 01:03 (UTC)

@sharun this is because gzip is a single thread process, and there is a ton of man pages which are being compressed, thus it can take a good 30 minutes to compress.

If you want to increase the speed of the compression, see: https://wiki.archlinux.org/title/Makepkg#Utilizing_multiple_cores_on_compression

Take care,
Polarian

sharun commented on 2023-11-19 23:35 (UTC)

anyone else have their install stuck on Compressing man and info pages ?

PolarianDev commented on 2023-11-03 09:18 (UTC)

@mjboa that is what I would prefer too, I just merged a patch which changed the functionality along with the cleanup of the PKGBUILD.

Seen as there is support for a wrapper script, I will add it in a few days, if anyone objects let me know.

Take care,
Polarian