Arduino IDE, bundled thru the repos, suddenly stopped compiling sketches. And I need to verify whether the issue is in our packaging or their way of handling LD_LIBRARY_PATH.
steps are simple
- you didn't have arduino on your system before this
sudo eopkg it arduino
- open arduino
- open an example project (like Blink)
- click the checkmark to "verify" (aka compile) it
if it doesn't throw an error, I'd like to ask you one more thing:
ls -l ~/.arduino15
I'm collecting info so that I can help the guys upstream figure out the source of this breakage. You can see the issue here: https://github.com/arduino/Arduino/issues/10804