Opened 4 years ago
Last modified 4 years ago
#61301 assigned defect
keystore-explorer @5.4.4: java.nio.file.NoSuchFileException: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/MacOS
Reported by: | chrstphrchvz (Christopher Chavez) | Owned by: | lhaeger (Lothar Haeger) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | Cc: | ||
Port: | keystore-explorer |
Description
Builds are failing for keystore-explorer @5.4.4
: https://ports.macports.org/port/keystore-explorer/builds
FAILURE: Build failed with an exception. * Where: Build file '/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_security_keystore-explorer/keystore-explorer/work/lhaeger-keystore-explorer-d14f4c1/kse/build.gradle' line: 248 * What went wrong: Execution failed for task ':appbundler'. > java.nio.file.NoSuchFileException: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/MacOS
Maybe it is looking for /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/MacOS
?
(I personally do not use this port.)
Note: See
TracTickets for help on using
tickets.
Upstream started bundling openjdk 15 with v5.4.4, which is causing the build issue with jdk 8 (works fine with jdk 11, which I had installed during testing, though).
Since a bundled jdk is undesired in a port anyway, I've reverted to using an already installed jdk 1.8+ and updated the fallback jdk version to 15, so it matches what direct downloads from upstream have in that case.
https://github.com/macports/macports-ports/pull/8736 should solve this ticket.