Opened 5 years ago
Closed 5 years ago
#59140 closed defect (fixed)
google-cloud-sdk @264.0.0: fetch fails: 404 not found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | breun (Nils Breunese) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.0 |
Keywords: | Cc: | ||
Port: | google-cloud-sdk |
Description
---> Fetching distfiles for google-cloud-sdk DEBUG: elevating privileges for fetch: euid changed to 0, egid changed to 0. DEBUG: dropping privileges: euid changed to 502, egid changed to 505. DEBUG: Executing org.macports.fetch (google-cloud-sdk) ---> google-cloud-sdk-264.0.0-darwin-i386.tar.gz does not exist in /opt/local/var/macports/distfiles/google-cloud-sdk ---> Attempting to fetch google-cloud-sdk-264.0.0-darwin-i386.tar.gz from https://distfiles.macports.org/google-cloud-sdk % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0DEBUG: Fetching distfile failed: The requested URL returned error: 404 ---> Attempting to fetch google-cloud-sdk-264.0.0-darwin-i386.tar.gz from https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0DEBUG: Fetching distfile failed: The requested URL returned error: 404 Error: Failed to fetch google-cloud-sdk: The requested URL returned error: 404 DEBUG: Error code: NONE DEBUG: Backtrace: The requested URL returned error: 404
Change History (3)
comment:1 Changed 5 years ago by breun (Nils Breunese)
comment:2 Changed 5 years ago by breun (Nils Breunese)
Pull request: https://github.com/macports/macports-ports/pull/5405
comment:3 Changed 5 years ago by breun (Nils Breunese)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I don't have access to an i386 system, but the links on https://cloud.google.com/sdk/docs/downloads-versioned-archives for 32-bit systems end in
-x86
instead of-i386
. Also the portfile needs to contain separate checksums for 32-bit and 64-bit. I'll make these changes.