For me it doesn't work. If i try to upload a sketch, Arduino complains about a missing arduino-builder inside /usr/share/arduino and if i symlink /usr/bin/arduino-builder to /usr/share/arduino/arduino-builder for testing purposes i get a compile error because of wrong usage of arduino-builder "Parameter 'tools' is mandatory".
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
Same problem as @flexo3001: missing arduino-builder inside /usr/share/arduino
But if i symlink /usr/bin/arduino-builder to /usr/share/arduino/arduino-builder, I get:
fork/exec {runtime.tools.ctags.path}/ctags: no such file or directory
Error compiling.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Details
Description:
Arduino 1.8.0-2 will fail to compile sketches, due to a missing '-tools' parameter,
which is to be passed from the IDE to arduino-builder
Additional info:
Package version = 1:1.8.0-2
Steps to reproduce:
* Open arduino IDE
* Load any example sketch
* Click 'Verify/Compile'
Steps to fix:
* Create directory /usr/share/arduino/tools-builder
This works, due to the IDE adding a -tools parameter to the call to arduino-builder, if the aforementioned directory exists.
This update has been submitted for testing by giallu.
This update has been pushed to testing.
For me it doesn't work. If i try to upload a sketch, Arduino complains about a missing arduino-builder inside /usr/share/arduino and if i symlink /usr/bin/arduino-builder to /usr/share/arduino/arduino-builder for testing purposes i get a compile error because of wrong usage of arduino-builder "Parameter 'tools' is mandatory".
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
Same problem as @flexo3001: missing arduino-builder inside /usr/share/arduino But if i symlink /usr/bin/arduino-builder to /usr/share/arduino/arduino-builder, I get: fork/exec {runtime.tools.ctags.path}/ctags: no such file or directory Error compiling.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Same issue as above. Maybe this should be unpushed from testing?
karma: -1
This update has been unpushed.
This site has a solution: https://bugs.archlinux.org/task/52377
Details Description: Arduino 1.8.0-2 will fail to compile sketches, due to a missing '-tools' parameter, which is to be passed from the IDE to arduino-builder
Additional info: Package version = 1:1.8.0-2
Steps to reproduce: * Open arduino IDE * Load any example sketch * Click 'Verify/Compile'
Steps to fix: * Create directory /usr/share/arduino/tools-builder This works, due to the IDE adding a -tools parameter to the call to arduino-builder, if the aforementioned directory exists.