Opened 2 weeks ago

Closed 2 weeks ago

#71157 closed defect (fixed)

Checksum error with openjdk17-temurin (arm64)

Reported by: Chilledheart (Keeyou) Owned by: Nils Breunese <breun@…>
Priority: Normal Milestone:
Component: ports Version:
Keywords: checksum Cc:
Port: openjdk17-temurin

Description

I didn't test on all temurin jdks but it seems x64 build is okay while aarch64 is not. The checksum is incorrect somehow.

Part of github.com/macports/macports-ports/java/openjdk17-temurin/Portfile

distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} checksums rmd160 d0bfb3664cbde6c1bdd322346e7bb473c5a39a94 \

sha256 f89fdb3d6b8ad55127c2f6cc3e2c3df5d303e9cf0429c4533ff0995ff72e854d \ size 185238298

Output of curl and sha256sum on latest (Oct 23, 2024 at least)

$ curl -I -L https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.13_11.tar.gz|grep content-length

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 176M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0

content-length: 0 content-length: 185240495

$ curl -L https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.13_11.tar.gz|sha256sum

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0

100 176M 100 176M 0 0 101M 0 0:00:01 0:00:01 --:--:-- 133M d8b2f77f755d06e81a540834c5be22ed86f3c8a51a20396606c074303f8f9e2d -

Change History (1)

comment:1 Changed 2 weeks ago by Nils Breunese <breun@…>

Owner: set to Nils Breunese <breun@…>
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.