Package Details: google-cloud-cli 504.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: 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.158425
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2024-12-23 07:29 (UTC)

Dependencies (2)

Required by (15)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 31 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