Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 720686

Summary: dev-embedded/arduino-1.8.7: Caused by: java.io.IOException: Cannot run program "/usr/share/arduino/arduino-builder": error=2, No existe el fichero o el directorio
Product: Gentoo Linux Reporter: azaeldevel <azael.devel>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED DUPLICATE    
Severity: major CC: jstein
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description azaeldevel 2020-05-02 17:57:09 UTC
at processing.app.SketchController.exportApplet(SketchController.java:689)
	at processing.app.Editor$DefaultExportHandler.run(Editor.java:2028)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Cannot run program "/usr/share/arduino/arduino-builder": error=2, No existe el fichero o el directorio
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:621)
	at java.lang.Runtime.exec(Runtime.java:486)
	at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:11)

Reproducible: Always

Steps to Reproduce:
1. just try to build any sketch
2.
3.
Actual Results:  
build succesfully


I fix this on may machine just removing /usr/shared/arduino/arduino-build and replace it with sudo ln -s /usr/bin/arduino-builder arduino-builder

the error occurs on the line 116 : dev-embedded/arduino/arduino-1.8.7.ebuild
Comment 1 Jonas Stein gentoo-dev 2020-05-03 00:19:08 UTC
Please set LANG=C
We need to have all information at hand before ticket assignment. That is why I ask you to 
* attach the logs and 
* paste the emerge info 
as described on 
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Comment 2 Matthias Schwarzott gentoo-dev 2020-07-03 05:07:29 UTC

*** This bug has been marked as a duplicate of bug 712742 ***