This needs to conflict with the old package otherwise updates to a system which has google-cloud-sdk
install will conflict and won't install.
Search Criteria
Package Details: google-cloud-cli 423.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 |
Submitter: | PolarianDev |
Maintainer: | PolarianDev |
Last Packager: | PolarianDev |
Votes: | 180 |
Popularity: | 7.74 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2023-03-22 12:12 (UTC) |
Dependencies (3)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
- python2 (python2-bin) (optional) – for dev_appserver.py and endpointscfg support
Required by (1)
Sources (4)
artafinde commented on 2023-03-27 10:20 (UTC)
PolarianDev commented on 2023-03-22 12:19 (UTC)
Due to the long build times of the package (due to the compression of tons of man pages) I have decided to add it to PolarRepo as apache license allows redistribution of software in any form.
To pull the package, see the following links:
Arch Wiki: https://wiki.archlinux.org/title/Unofficial_user_repositories#PolarRepo Repository guide: https://onedev.polarian.dev/polarrepo/~files
Once the repository database has been fetched (pacman -Syy to refresh all databases), you can install google-cloud-cli using pacman:
pacman -Syu google-cloud-cli
Any issues let me know :)
PolarianDev commented on 2023-03-20 20:50 (UTC)
@nicko888 I have only recently adopted this package because sudoforge had orphaned it and it was a package a lot of people wanted maintained, so I thought I would take it for the time being.
As for why these tools are being deleted I am not sure, search the AUR and the official repositories to see if it is within a different package, that could be a reason, otherwise submit an issue on the repository pinned in the comments and I will take a look for you.
Have a good night, Polarian
nicko888 commented on 2023-03-20 18:05 (UTC)
Hello @PolarianDev, why do you run rm -f "${pkgdir}"/usr/bin/{bq,dev_appserver.py*,java_dev_appserver.sh}
in the very end of package? bq is quite useful tool to interact with Big Query
PolarianDev commented on 2023-03-16 00:54 (UTC)
Package update is delayed due to the following issue:
https://onedev.polarian.dev/polarrepo/google-cloud-cli/~pulls/3
PolarianDev commented on 2023-03-12 20:45 (UTC)
Please submit all issues with the package on the new repository, I replaced sudoforges repository as they have resigned as TU and does not seem contactable, see below:
https://onedev.polarian.dev/polarrepo/google-cloud-cli/~issues
PolarianDev commented on 2023-03-12 20:44 (UTC)
@meijin feel free to open an issue on the repository, but I can't promise to add it, if it breaks conventions.
PolarianDev commented on 2023-03-12 20:40 (UTC)
I am not sure if that is conventional, I would need to ask a TU, because google-cloud-sdk no longer exists, and thus adding an non-existent conflict...
meijin commented on 2023-03-12 20:37 (UTC)
for Please add a replace and/or conflict with google-cloud-sdk
package, so people will know about this change
PolarianDev commented on 2023-03-08 09:36 (UTC)
This package is the rename of the previous package: https://aur.archlinux.org/packages/google-cloud-sdk
Google refers to the sdk as "cli" now, and thus the package was renamed to reflect these changes.
Pinned Comments
PolarianDev commented on 2023-03-22 12:19 (UTC)
Due to the long build times of the package (due to the compression of tons of man pages) I have decided to add it to PolarRepo as apache license allows redistribution of software in any form.
To pull the package, see the following links:
Arch Wiki: https://wiki.archlinux.org/title/Unofficial_user_repositories#PolarRepo Repository guide: https://onedev.polarian.dev/polarrepo/~files
Once the repository database has been fetched (pacman -Syy to refresh all databases), you can install google-cloud-cli using pacman:
pacman -Syu google-cloud-cli
Any issues let me know :)
PolarianDev commented on 2023-03-12 20:45 (UTC)
Please submit all issues with the package on the new repository, I replaced sudoforges repository as they have resigned as TU and does not seem contactable, see below:
https://onedev.polarian.dev/polarrepo/google-cloud-cli/~issues
sudoforge commented on 2022-04-25 02:14 (UTC) (edited on 2022-04-25 03:08 (UTC) by sudoforge)
There has been a recent influx of users reporting that they are encountering an error related to missing
libcrypt.so.1
:If you encounter this error, the issue is that your shell has not imported
/etc/profile.d/google-cloud-sdk.sh
, causing theCLOUDSDK_PYTHON
environment variable (among others) to not be set. This causes the tool to use a bundledpython
executable with its own library searching logic which fails to find the correct library.libcrypt
is provided bycore/libxcrypt
, which is required bycore/python
, which is required byaur/google-cloud-sdk
. If you've installed this package, you have the correct library.This is not a bug with the package; it is a bug with your shell. At the moment, this appears to be limited to users of
fish
. Please check the wiki for information about the tasks you should perform when settingfish
as your default shell to avoid errors like this.