Skip to content
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

gb build all fails using go version 1.13.8 #24

Open
corbolais opened this issue Oct 11, 2020 · 0 comments
Open

gb build all fails using go version 1.13.8 #24

corbolais opened this issue Oct 11, 2020 · 0 comments

Comments

@corbolais
Copy link

corbolais commented Oct 11, 2020

TL;DR: Need crosscompilation working? Use https://golang.org/dl/go1.6.4.linux-amd64.tar.gz

The gb tool fails to build this project using go version 1.13.8. A gb issue hints that go version < 1.10 is working.

And it does.

Just download the latest go version earlier than version 1.10: https://golang.org/dl/go1.9.7.linux-amd64.tar.gz
Unpack, set your PATH and verify your go version:

23:50 $ go version
go version go1.9.7 linux/amd64

Then go the usual gb path with gb build all and you're done.

One might verify the latest working go version >1.10, if any.

Edit: Crosscompilation fails even with go1.9.7, go1.6.4 seems to do the trick.

HTH

NB: Looks like noone cared so much as to build the defluxio-software project for a couple of years. I'd have assumed an earlier issue mentioned this, then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant