You are not logged in.
I'm trying to install fatrat, both from AUR and building directly from git and am running into this error:
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY
JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.0/Modules/FindJNI.cmake:286 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:54 (find_package)archlinux-java status shows java-8-openjdk, and my PATH variable shows /usr/lib/jvm/default/bin. INSTALL notes from git state that fatrat might have a hard time finding the JDK installation and so the following variables should be set:
JAVA_INCLUDE_PATH2
JAVA_INCLUDE_PATH
JAVA_JVM_LIB_PATHI've set all of them to /usr/lib/jvm/default/bin but the error persists. I'm sure it's a problem with setting the correct paths but I'm a bit stumped.
Offline
Not a Sysadmin issue, moving to AUR issues...
Offline
Ok it seems I'm missing FindJNI.rst, which is strange since it's included in the repo package. Reinstalling didn't help any...
Offline