Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-jdk.sh 2019-03-23 fails for OpenJDK12 #46

Closed
DanySK opened this issue Apr 17, 2019 · 4 comments
Closed

install-jdk.sh 2019-03-23 fails for OpenJDK12 #46

DanySK opened this issue Apr 17, 2019 · 4 comments
Assignees

Comments

@DanySK
Copy link

DanySK commented Apr 17, 2019

sh install-jdk.sh --target test --feature "12" --license "GPL" --cacerts
install-jdk.sh 2019-03-23
Couldn't determine a download url for 12-GPL on linux-x64

The script works correctly for OpenJDK 11 and even for the JDK 13 preview:

sh install-jdk.sh --target test --feature "11" --license "GPL" --cacerts
install-jdk.sh 2019-03-23
Variables:
  feature = 11
  license = GPL
       os = linux-x64
      url = https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
   status = 200
  archive = /home/danysk/openjdk-11.0.2_linux-x64_bin.tar.gz
Downloading JDK from https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz...
sh install-jdk.sh --target test --feature "13" --license "GPL" --cacerts
install-jdk.sh 2019-03-23
Variables:
  feature = 13
  license = GPL
       os = linux-x64
      url = https://download.java.net/java/early_access/jdk13/16/GPL/openjdk-13-ea+16_linux-x64_bin.tar.gz
   status = 200
  archive = /home/danysk/openjdk-13-ea+16_linux-x64_bin.tar.gz
Downloading JDK from https://download.java.net/java/early_access/jdk13/16/GPL/openjdk-13-ea+16_linux-x64_bin.tar.gz...
@sormuras
Copy link
Owner

Thanks for reporting.

in progress...

@sormuras sormuras self-assigned this Apr 17, 2019
DanySK added a commit to Protelis/Protelis-Parser that referenced this issue Apr 17, 2019
@sormuras
Copy link
Owner

Mh, https://github.com/sormuras/bach/actions is not triggered on a regular schedule. It should have failed and reported the error automatically.

sormuras added a commit that referenced this issue Apr 17, 2019
@DanySK
Copy link
Author

DanySK commented Apr 18, 2019

I don't know if it's releated to the recent fix, but now OpenJDK 11 fails:

sh install-jdk.sh --target test --feature "11" --license "GPL" --cacerts
install-jdk.sh 2019-04-17
Couldn't determine a download url for 11-GPL on linux-x64

Should I open another report?

@sormuras
Copy link
Owner

This issue is, was, for OpenJDK 12. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants