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

Cannot build on 32-bit architectures #88

Open
whereswaldon opened this issue Jan 19, 2019 · 1 comment · May be fixed by #94
Open

Cannot build on 32-bit architectures #88

whereswaldon opened this issue Jan 19, 2019 · 1 comment · May be fixed by #94
Labels
bug Something isn't working

Comments

@whereswaldon
Copy link
Member

Describe the bug
One of our dependencies (go libp2p) doesn't compile on 32-bit machines. It's only tangentially needed right now, so would could try removing it and we could try updating it to support 32-bit stuff.

To Reproduce
Steps to reproduce the behavior:

  1. From your muscadine dir, env GOARCH=386 go build

Expected behavior
You get a nice, 32-bit executable.

Screenshots

Building muscadine for linux on 386
# github.com/arborchat/muscadine/vendor/github.com/libp2p/go-buffer-pool
vendor/github.com/libp2p/go-buffer-pool/pool.go:55:12: constant 4294967296 overflows int
vendor/github.com/libp2p/go-buffer-pool/pool.go:68:31: constant 4294967296 overflows int

Desktop (please complete the following information):

  • OS: Linux, Pop!_OS 18.04
@whereswaldon
Copy link
Member Author

This can be fixed once #89 is merged.

@whereswaldon whereswaldon linked a pull request Jan 26, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant