-
-
Notifications
You must be signed in to change notification settings - Fork 398
error building on FreeBSD #1854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @duncan-bayne. Thanks for your report. The
The file with the suffix matching the |
Okay thanks - that makes sense. Would you be interested in a pull request with the necessary implementation for FreeBSD? I'd be happy to contribute one in order to enable support on my OS of choice :) |
Looking into this a bit further, there is a good range of Arduino related ports available in FreeBSD already, including all of the dependencies of arduino-cli and the IDE. I've tested those, and I can program my Lilypad through the IDE perfectly well. A naive approach to get arduino-cli building fails because the dependencies aren't available for download:
So it looks like maybe the answer is for me to create a port of arduino-cli that in turn depends upon the existing ports? Possibly after adding FreeBSD support to this library to make the resultant patch smaller. (Note that this may also address #1815). |
Hello @duncan-bayne! Thanks for your interest in this project! Needs a proper release for FreeBSD. |
task build
failing with i18n/detect.go:24:9: undefined: getLocaleIdentifier
Closing as fixed by #2116 The other issue of official builds of the tool dependencies not being available for this host type remains, but that should be tracked in the repositories of those projects instead of here. There is a related request for official builds of Arduino CLI for FreeBSD here: #1815 |
Describe the problem
When I try to build arduino-cli with
task build
, I receive the following error:To reproduce
git clone https://github.com/arduino/arduino-cli/
cd arduino-cli
task build
Expected behavior
I'd expect arduino-cli to compile without errors.
Arduino CLI version
aa41d72
Operating system
N/A
Operating system version
FreeBSD 13.1-RELEASE GENERIC amd64
Additional context
Issue checklist
The text was updated successfully, but these errors were encountered: