[MacPorts] #63743: openjdk17-zulu: Fetching distfile failed: The requested URL returned error: 502

MacPorts noreply at macports.org
Sun Oct 31 13:38:40 UTC 2021


#63743: openjdk17-zulu: Fetching distfile failed: The requested URL returned error:
502
------------------------+----------------------------
 Reporter:  ryandesign  |      Owner:  breun
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.7.1
 Keywords:              |       Port:  openjdk17-zulu
------------------------+----------------------------
 https://build.macports.org/builders/ports-
 12_arm64-builder/builds/309/steps/install-port/logs/stdio
 {{{
 Fetching distfile failed: The requested URL returned error: 502
 }}}
 The file is also not mirrored by our infrastructure. Looks like the port
 varies the distfile based on `configure.build_arch` but the mirroring
 script only supports variations based on `os.arch` which does not provide
 the granularity to distinguish e.g. i386 from x86_64 but could be used to
 distinguish Intel from ARM and since this port only supports x86_64 and
 arm64 that's probably sufficient. So you would want something like:
 {{{
 platform i386 {
     distname        zulu${version}-ca-jdk${openjdk_version}-macosx_x64
     checksums       rmd160  30a02522f89b4d454617b1a819a4b657f226fa14 \
                     sha256
 e8088937f8df77a4e18c690cfe3d602ff50af3446b1a5420438ec811b0cf50ea \
                     size    108079078
 }

 platform arm {
     distname        zulu${version}-ca-jdk${openjdk_version}-macosx_aarch64
     checksums       rmd160  7d1629220e44a2e77ff4a7cc2bb0024692c49d62 \
                     sha256
 304251193046120487e6ee4b3172349118911f58e84fb8449e1ca14e03924db9 \
                     size    105844180
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/63743>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list