-
Notifications
You must be signed in to change notification settings - Fork 123
test_tools_plugindatabase.py: Could not load module libelektra-jni.so #3747
Comments
Not sure if this is related to #3669 or is the same issue. I posted it separately as the config is quite large and the error does not occur using the "default" macOS toolchain (Apple Clang). |
Thank you for reporting this problem! Yes, it has probably the same underlying cause (libjvm not found) but this issue is about MacOS (libjvm.dylib) and #3669 about Linux (libjvm.so), so it makes sense to keep both open. |
There are actually multiple problems here. The reported problem is upstream, as some packaged openjdk libraries are linked incorrectly with Another problem was that libelektra/src/plugins/jni/CMakeLists.txt Lines 7 to 11 in 7e9ac3a
The command args needed to be separate, so this silently never worked. The problems are fixed in #3761. |
Thanks a lot for fixing this! |
Steps to Reproduce the Problem
Build Elektra using the following steps (or see this GitHub Actions log).
Concrete CMake config:
Expected Result
Tests succeed.
Actual Result
System Information
The text was updated successfully, but these errors were encountered: