Search Criteria
Package Details: cloud-sql-proxy 2.17.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cloud-sql-proxy.git (read-only, click to copy) |
---|---|
Package Base: | cloud-sql-proxy |
Description: | Cloud SQL Auth Proxy |
Upstream URL: | https://github.com/GoogleCloudPlatform/cloudsql-proxy |
Licenses: | Apache-2.0 |
Submitter: | brody |
Maintainer: | brody |
Last Packager: | brody |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-19 09:54 (UTC) |
Last Updated: | 2025-06-12 06:40 (UTC) |
Dependencies (2)
- fuse3 (fuse3-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
jnickg commented on 2025-04-30 21:39 (UTC)
Thanks @brody, that seems like a neat way to work around this. When updating today, I saw errors related to
Permission denied
, and failed to update. But I also see the PACKAGEBUILD includes thego clean
command, and I'm not sure if the first failure to update happened due to the previous install. After runningsudo rm -rf /var/tmp/pamac-build-jnickg/cloud-sql-proxy/
I was able to update.I'm not very knowledgeable about how pacman works, so for now I plan to just wait until the next update, and will report back whether it worked. But if there's a test I can run now to easily see if the change resolved my issue, please let me know.
cosmoscalibur commented on 2025-04-27 01:34 (UTC)
I also have the same issue with rm Permission denied related with Go cache files.
brody commented on 2025-04-25 06:43 (UTC)
@jnickg: I'm fine to include this in the prepare step. However, the problem described there is homemade.
I have not observed this problem myself. However, I build the packages in a clean chroot environment as described here. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
jnickg commented on 2025-04-25 04:36 (UTC)
Running into the same issue with this PACKAGEBUILD as described here.
Please include
go clean -modcache
in the PACKAGEBUILD file.