Page 1 of 1

Request: ArduinoIDE update

Posted: Sat Jul 31, 2021 6:17 am
by mbooyzen
Current version in stable repo is 1.0.5
Nothing available in testing or backports
Current main release is 1.8.15 though anything after 1.8.4 could work
info and download site: https://www.arduino.cc/en/software
GitHub: https://github.com/arduino/Arduino

I'm currently running the build(1.8.15) from the arduino.cc link above, with no issues.

Re: Request: ArduinoIDE update

Posted: Sat Jul 31, 2021 8:48 pm
by Stevo
There is no "IDE" in the package name, it's just "arduino".

Please use the correct name to make our searching easier: https://packages.debian.org/sid/arduino

I'll take a look at it tomorrow.

Re: Request: ArduinoIDE update

Posted: Sun Aug 01, 2021 1:48 pm
by Be OK
+1 That would be great. Waiting from Sun May 23, 2021 for that.

Re: Request: ArduinoIDE update

Posted: Sun Aug 01, 2021 8:06 pm
by Stevo
The MX21-bullseye packages had no trouble building.
MX 19 has no problem meeting the build-depends, but I'm waiting for pbuild to finish downloading them (close to a GB) on this rather slow (nowadays) Starbucks connection, which seems to max out at 700 MB/sec, and mostly is slower.

Re: Request: ArduinoIDE update

Posted: Mon Aug 02, 2021 2:40 am
by Eadwine Rose
Be OK wrote: Sun Aug 01, 2021 1:48 pm Waiting from Sun May 23, 2021 for that.
Be aware that requests do not make it mandatory to deliver. Some requests never get granted, so putting a timestamp on it is not going to make anything move faster or at all.

Re: Request: ArduinoIDE update

Posted: Mon Aug 02, 2021 7:35 am
by Be OK
@ Eadwine Rose , no its more a reminder that more people wanted that i put +1 first.
I find just a +1 rude ,but are open for suggestions.

Re: Request: ArduinoIDE update

Posted: Mon Aug 02, 2021 3:44 pm
by Stevo
I had trouble yesterday with a couple of mysterious build errors on the MX 19 builds, but today managed to get them with these rather esoteric changes:

Code: Select all

   For Buster, restore javahelper override in /rules and add 
    texlive-fonts-recommended as BD.
BD is packager's shorthand for build dependency.

I'll send packages to test repo as soon as I test if they'll build on MX 18 or not.

Edit: Oops, it also needs a couple more backports to install on MX 19--arduino builder and arduino-core-avr. Adding those to the project.

Re: Request: ArduinoIDE update

Posted: Sat Aug 07, 2021 5:44 am
by mbooyzen
Arduino 1.8.15 in testing repo. Installed and starts fine, wil try flashing marlin2.0 a bit later and edit this post.

Edit: Seems to compile fine, no issues.
Thank you guys.