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

Bug 915984

Summary: dev-embedded/arduino version bump
Product: Gentoo Linux Reporter: John L. Poole <prestopoole>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: UNCONFIRMED ---    
Severity: normal CC: orzel
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description John L. Poole 2023-10-19 00:44:42 UTC
In portage is version 1.8.19 which Arduino's site deems "legacy" https://www.arduino.cc/en/software.

Current version of the IDE is 2.2.1. 



Reproducible: Always
Comment 1 John L. Poole 2023-10-19 01:02:46 UTC
I looked into trying to bump and it looks like there has been a complete change in the method of availability.

See https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing

I do not think without a maintainer bumping the Arduino IDE will be possible.  I wonder if Arduino should just be removed from portage.
Comment 2 John L. Poole 2023-10-19 14:27:47 UTC
I've done further digging into setting up the current Arduino IDE and finally succeeded in installing their current IDE.  The process is entirely different, you just download their FUSE APP  and run it (I unzipped it, but ran it afterwards).  They rely on Filesystem in Userspace ("FUSE") which is sys-fs/fuse, and they require version 2.x whereas FUSE is at version 3.

I may post to the forum a "howto" documenting what you do to run Arduino's current IDE.

In the meantime 1.8.19 is as far as it goes.