Closed
Description
What version of Go are you using (go version
)?
1.6.2-0ubuntu5~16.04
What operating system and processor architecture are you using (go env
)?
Ubuntu 16.04, armhf
What did you do?
Tried to build/install https://github.com/Yawning/obfs4 on an ARMHF machine.
go install ./obfs4.git/...
# golang.org/x/crypto/poly1305
golang.org/x/crypto/poly1305/sum_ref.go:37: Sum redeclared in this block
previous declaration at golang.org/x/crypto/poly1305/sum_arm.go:16
Command '['/bin/sh', '/tmp/tmpy80swmr2', 'go', 'install', './obfs4.git/...']' returned non-zero exit status 2
Happens only for 32-bit arm. Not arm64, amd64, i386.