Please run the following commands as the normal user petrusko:
mv /home/petrusko/gocode /home/petrusko/gocode.old mkdir /home/petrusko/gocode export GOPATH=/home/petrusko/gocode go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy
What does it say when you run those commands?
Tim
Thx! It looks like better, Here is the result of the last command line : $ go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy # github.com/dchest/siphash gocode/src/github.com/dchest/siphash/blocks_arm.s:2 5a: No such file or directory: textflag.h # golang.org/x/crypto/poly1305 gocode/src/golang.org/x/crypto/poly1305/sum_arm.s:8 5a: No such file or directory: textflag.h
There is new content inside the /home/petrusko/gocode ... I see /pkg + /src inside.