by cmaves » Tue Apr 14, 2020 7:04 pm
On armv7h, /usr/bin/java provided by jre8-openjdk or jre7-openjdk immediatly crash with the error:
$this->bbcode_second_pass_quote('', 'E')rror: failed /usr/lib/jvm/java-8-openjdk/jre/lib/arm/server/libjvm.so, because libffi.so.6: cannot open shared object file: No such file or directory
I tried symlinking libffi.so.6 to libffi.so but Java still crashes (with a different error).
I think the jre8-openjdk and jre7-openjdk packages just need to be recompiled to link with this new library ABI version.
Java works fine if I install libffi6 from the AUR, which can serve as a temporary workaround.