You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the libjava-tree-sitter.so file is built with musl and is not compatible with glibc systems:
(err) Execution error (UnsatisfiedLinkError) at jdk.internal.loader.NativeLibraries/load (NativeLibraries.java:-2).
(err) /tmp/libjava-tree-sitter.so: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory
Is this something you are interested in supporting, perhaps by having multiple jars?
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to my attention. Although we built the library according to our specific needs, we do have an interest in making it as generally applicable as possible. Seeing as though I am the only developer working on it, and our group prioritizes other projects at the moment, java-tree-sitter has therefore been relegated to the back burner. I will see how this issue can be addressed once my workload frees up. In the meantime, I invite you to take a look at the source code and propose changes that would help us address the issue you have put forth. If you have any questions about the project structure, you can start a new discussion and I will get back to you as soon as possible.
Hi!
It looks like the
libjava-tree-sitter.so
file is built withmusl
and is not compatible withglibc
systems:Is this something you are interested in supporting, perhaps by having multiple jars?
The text was updated successfully, but these errors were encountered: