-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Java bundled with Arduino 1.8.9 broken on Ubuntu 18.04.2 LTS due to missing libjli #8993
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
Comments
Hi @luigicalligaris , |
Hi Martino @facchinm, I re-downloaded the archive from the site, untarred again and it appears that this archive had more files in it. Weird, I don't recall seeing errors related to a premature end of the tar archive. Now the library is there, and it works. |
Please, see also https://bugs.launchpad.net/ubuntu/+source/arduino/+bug/1425677 |
@PanderMusubi the bug report you linked is about the version of the Arduino IDE in the Ubuntu package repository not being able to be updated past Arduino IDE 1.0.5 due to licensing problems with the IDE source code (#2703). I don't see how that's in any way relevant to this issue. |
Was more that that issue also is also related to Ubuntu and Java, not specifically only the license issue and version update. As there are not that many people able to help with the packaging of Arduino for Ubuntu, I mentioned it here in the hope to find some more help, nothing more than that. Sorry if it caused some confusion. |
When running the Arduino IDE 1.8.9 on one of my machines (Kubuntu 18.04.2 LTS), the bundled java interpreter throws a linker error, failing to find libjli.so
This behaviour is not observed with the previous version 1.8.8, which starts up correctly.
This previous version bundles libjli, while 1.8.9 seems to be lacking this library. The library sits at:
./java/lib/amd64/jli/libjli.so
I downloaded 1.8.9 from the official site as a tgz archive for Linux amd64 machines.
The text was updated successfully, but these errors were encountered: