-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue in terminal-ffm on Ubuntu 20.04 #911
Comments
This looks like the same problem with |
Is this currently a open issue? I only want to build the basic pure-java JLine, dont need the JNI or any native stuff. Is there a way to just build that via the |
Closed by mistake, clicked wrong button. |
|
@gnodet Excuse my ignorance, what is FFM ? |
https://docs.oracle.com/en/java/javase/21/core/foreign-function-and-memory-api.html |
I tested and the following fixes the issue:
|
I've tried to reproduce the build problem on two VMs I have without any success... :-( |
@dattasid what OS/distro you are on? |
Cannot reproduce on |
I have reproduced on
|
I've been able to reproduce it on Ubuntu 20.04 VM... |
I saw the issue on Oracle Linux 5.4.17-2136.318.7.1.el8uek.x86_64 . |
I have a fix for the FFM provider (see #918), however the exact same problem happen for Jansi et JNI provider (see #896) and things are a bit different, as those use a JNI library. A workaround for those it to define the environment variable I'm not sure why there's no |
I am seeing the following error when trying to build a freshly downloaded 3.24.1 source. What could be the issue?
JAVA_HOME set to JDK 21
PATH has $JAVA_HOME/bin as first element.
System:
Linux HOSTNAME 5.4.17-<blah>.x86_64 #2 SMP DATE x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: