halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
468 stars 87 forks source link

Getting "no properly formatted SHA256 checksum lines found" while installing some SDKs #12

Closed x80486 closed 5 years ago

x80486 commented 5 years ago
[x80486@uplink ~]$ asdf install java azul-zulu-8.0.212
################################################################################################################################################################### 100.0%
zulu8.38.0.13-ca-jdk8.0.212-linux_x64.tar.gz
################################################################################################################################################################### 100.0%
zulu8.38.0.13-ca-jdk8.0.212-linux_x64.tar.gz.sha256.txt
sha256sum: zulu8.38.0.13-ca-jdk8.0.212-linux_x64.tar.gz.sha256.txt: no properly formatted SHA256 checksum lines found
[x80486@uplink ~]$ asdf install java azul-zulu-11.0.3
################################################################################################################################################################### 100.0%
zulu11.31.11-ca-jdk11.0.3-linux_x64.tar.gz
################################################################################################################################################################### 100.0%
zulu11.31.11-ca-jdk11.0.3-linux_x64.tar.gz.sha256.txt
sha256sum: zulu11.31.11-ca-jdk11.0.3-linux_x64.tar.gz.sha256.txt: no properly formatted SHA256 checksum lines found
[x80486@uplink ~]$ asdf install java amazon-corretto-8.212.04.2
################################################################################################################################################################### 100.0%
amazon-corretto-8.212.04.2-linux-x64.tar.gz
################################################################################################################################################################### 100.0%
amazon-corretto-8.212.04.2-linux-x64.tar.gz.sha256.txt
sha256sum: amazon-corretto-8.212.04.2-linux-x64.tar.gz.sha256.txt: no properly formatted SHA256 checksum lines found
[x80486@uplink ~]$ asdf install java amazon-corretto-11.0.3.7.1
################################################################################################################################################################### 100.0%
amazon-corretto-11.0.3.7.1-linux-x64.tar.gz
################################################################################################################################################################### 100.0%
amazon-corretto-11.0.3.7.1-linux-x64.tar.gz.sha256.txt
sha256sum: amazon-corretto-11.0.3.7.1-linux-x64.tar.gz.sha256.txt: no properly formatted SHA256 checksum lines found

The installs are successfully though :sunglasses: ...but I think it's worth to fix those. Not sure if that's only happening to me, because someone would have reported it already by this time.

halcyon commented 5 years ago

Thank you! Fixed.

yuvmel commented 4 years ago

Hi, I was on the plugin version from Apr 3, 2020 (i.e. after this issue was closed) but still had it when I ran: asdf install java azul-zulu-7.36.0.5-jdk7.0.252 Got this specific error:

gsha256sum: zulu7.36.0.5-ca-jdk7.0.252-macosx_x64.tar.gz.sha256.txt: no properly formatted SHA256 checksum lines found

I'm not sure which newer commit solved it, but thankfully it was solved after this update:

Updating java...
remote: Enumerating objects: 37, done.
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 60 (delta 26), reused 26 (delta 23), pack-reused 23
Unpacking objects: 100% (60/60), 11.59 KiB | 263.00 KiB/s, done.
From https://github.com/halcyon/asdf-java
   e5391ad..b050643  master     -> master
   e5391ad..b050643  master     -> origin/master
Already on 'master'
Your branch is up to date with 'origin/master'.

Allegedly it may have been this: https://github.com/halcyon/asdf-java/commit/1b6aaee2ea27033033e93af7cb5431ff8da2ba10 But I'm on macOS Catalina (10.15.4) - FYI.