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

Fails to build on arm64 #208

Open
infinity0 opened this issue Oct 31, 2015 · 1 comment
Open

Fails to build on arm64 #208

infinity0 opened this issue Oct 31, 2015 · 1 comment

Comments

@infinity0
Copy link
Contributor

This is because client/disk/disk.go uses Dup2 which is not available on arm64 - see golang/go#11981

Possibly Dup3 can be used instead, not sure though.

See also https://buildd.debian.org/status/package.php?p=pond&suite=experimental

@burdges
Copy link
Contributor

burdges commented Oct 31, 2015

Appears dup3 could work.

Interesting Android does not have this issue : #119

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

2 participants