Readme comments plus build problems - post build 2.0.3 #2
Description
Note: there are more details up on the Arduino thread: https://forum.arduino.cc/t/building-arduino-ide-2-0-for-raspberry-pi-ubuntu-64-bit
Readme: appimage file dependencies on Ubuntu 22.04.
The command:
sudo apt-get install libz1g-dev fuse libfuse-dev
Failed as libz1g-dev did not exist:
Fixed (at least in my attempt) by:
sudo apt-get install zlib1g-dev fuse libfuse-dev
I was able to build a build close to the 2.0.3 version. Artificats are up there.
I then wanted to build a current sources. So instead of deleting my Arduino fork and then fork again, I
tried to simply reset my github project to be in sync with the main branch:
git reset --hard upstream/main
git push --force origin main
I then went through the steps of doing the patch... And started the build, which failed.
Latest failure run is up at:
https://github.com/KurtE/arduino-ide/actions/runs/3814991625/jobs/6489703279#step:7:668
@per1234 (ptillisch in Arduino thread) - mentioned that maybe it might be related to the changes to the Arduino build infrastructure, from the PR:
arduino/arduino-ide#1757
Note: I had some interesting failures on the first run that failed where the RPI4 running on SSD was stuck in some printing out real low level failures about disk writes failing. Will try to track more of that one down to see if related or not.