-
Notifications
You must be signed in to change notification settings - Fork 494
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
Building for Raspberry PI fail #408
Comments
You need to build with Go 1.12 or later and |
BTW the explanation for this line: |
(sorry hit wrong button) The explanation for this line:
is:
The above error likely comes from the |
Hi @twpayne. Thanks for your quick response. I am using Go version 1.12.9:
Also, the GO111MODULE is on:
So not sure why is not working. Trace:
|
It seems that despite the error the go/bin folder is created and chezmoi is there... Sorry to have bothered you and thanks for the quick support! :) |
I have the same -- or at least a very similar -- issue. I run a Raspberry Pi 3 Modell B Plus with the latest Raspbian Buster OS:
I installed the latest Go version into
When I try to install chezmoi, I get the following error:
In contrast to @jaboto, I do net get any executable:
Any idea how to build chezmoi on my Raspberry Pi? |
@jaboto Could you reopen this issue, please? As far as I can see, I am not allowed to do this. |
The reason for the build failure on your machine is the one described above. This is not a bug in chezmoi. Go on your machine is not respecting the There are three options for you:
|
I guess there is no version of Go that respects I ended up just cloning manually to work around this problem:
|
Hello,
I have been having some issues while getting chezmoi working on my Raspbian. After some issues already reported and successfully solved I ran into the following:
As I was having some issues while getting go-github (see #issue-355 ) I have set the GO111MODULE as below:
Not sure if someone has run into this and how to solve it.
Thanks.
The text was updated successfully, but these errors were encountered: