Bug ID 1178153
Summary CrossToolchain:avr/arduino-builder: arduino-builder executable not found building project
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee screening-team-bugs@suse.de
Reporter olaborda@yahoo.es
QA Contact screening-team-bugs@suse.de
Found By ---
Blocker ---

Running latest Arduino 1.8.13 package from CrossToolchain:avr repository.
When building a project, I get the following error:

Caused by: java.io.IOException: Cannot run program
"/usr/lib64/Arduino-1.8.13/arduino-builder": error=2, No such file or directory

Problem:
Package arduino-builder installs the executable in: /usr/bin/arduino-builder
But the environment looks for it in: /usr/lib64/Arduino-1.8.13/arduino-builder

Workaround fix, make a symlink:
cd /usr/lib64/Arduino-1.8.13
ln -s /usr/bin/arduino-builder .


You are receiving this mail because: