[MacPorts] #62802: openjdk11 has broken files after multiple rev-upgrade

MacPorts noreply at macports.org
Mon May 3 21:15:09 UTC 2021


#62802: openjdk11 has broken files after multiple rev-upgrade
------------------------+----------------------
  Reporter:  fracai     |      Owner:  breun
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.6.4
Resolution:             |   Keywords:
      Port:  openjdk11  |
------------------------+----------------------

Comment (by breun):

 The `openjdk11` port basically just downloads
 https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9
 /OpenJDK11U-jdk_x64_mac_hotspot_11.0.11_9.tar.gz and unpacks it under
 `/Library/Java/JavaVirtualMachines`.

 If you do the following, does this work on an M1?

 {{{
 % curl -OL
 https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9
 /OpenJDK11U-jdk_x64_mac_hotspot_11.0.11_9.tar.gz
 % tar zxf OpenJDK11U-jdk_x64_mac_hotspot_11.0.11_9.tar.gz
 % ./jdk-11.0.11+9/Contents/Home/bin/java -version
 openjdk version "11.0.11" 2021-04-20
 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
 OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed
 mode)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/62802#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list