Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Readme comments plus build problems - post build 2.0.3 #2

Closed
@KurtE

Description

@KurtE

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions