Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720686 - 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
Summary: dev-embedded/arduino-1.8.7: Caused by: java.io.IOException: Cannot run progra...
Status: RESOLVED DUPLICATE of bug 712742
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-05-02 17:57 UTC by azaeldevel
Modified: 2020-07-03 05:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***