There is a new pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages fix/openjdk-bootstrap-arm https://github.com/void-linux/void-packages/pull/36791 openjdk{9,10,12-16}-bootstrap: disable on armv5 and armv6 Openjdk will compile for armv5* and armv6*, but it is not supported at runtime, at least in the configuration we ship. See [here](https://forums.raspberrypi.com/viewtopic.php?t=232680), [here](https://forums.raspberrypi.com/viewtopic.php?t=323376), and [here](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255662) for evidence of the incompatibility. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/36791.patch is attached