agl / pond

Pond
BSD 3-Clause "New" or "Revised" License
911 stars 109 forks source link

Fails to build on arm64 #208

Open infinity0 opened 8 years ago

infinity0 commented 8 years ago

This is because client/disk/disk.go uses Dup2 which is not available on arm64 - see https://github.com/golang/go/issues/11981

Possibly Dup3 can be used instead, not sure though.

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

burdges commented 8 years ago

Appears dup3 could work.

Interesting Android does not have this issue : https://github.com/agl/pond/issues/119