Source: gocryptfs
Version: 1.1.1-1
Severity: important
Justification: fails to build from source

Thanks for promptly fixing gocryptfs's build dependencies.  Alas, the
arm64 build is still failing:

  obj-aarch64-linux-gnu/src/github.com/rfjakob/gocryptfs/mount.go:99: 
undefined: syscall.Dup2
  obj-aarch64-linux-gnu/src/github.com/rfjakob/gocryptfs/mount.go:100: 
undefined: syscall.Dup2

Per https://github.com/golang/go/issues/11981, this is apparently a
known limitation of the standard syscall package; please substitute
Dup3 here, perhaps by way of golang-golang-x-sys-dev.

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to