[root@centos6 govpn]# make make -C src make[1]: Entering directory `/root/govpn/src' mkdir -p golang.org/x git clone https://go.googlesource.com/crypto golang.org/x/crypto Initialized empty Git repository in /root/govpn/src/golang.org/x/crypto/.git/ remote: Total 1874 (delta 1196), reused 1874 (delta 1196) Receiving objects: 100% (1874/1874), 1.36 MiB | 1.11 MiB/s, done. Resolving deltas: 100% (1196/1196), done. cd golang.org/x/crypto && git checkout --force 24ffb5feb3312a39054178a4b0a4554fc2201248 Note: checking out '24ffb5feb3312a39054178a4b0a4554fc2201248'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 24ffb5f... x/crypto/openpgp: Limit packet recursion depth. mkdir -p github.com/agl git clone https://github.com/agl/ed25519.git github.com/agl/ed25519 Initialized empty Git repository in /root/govpn/src/github.com/agl/ed25519/.git/ remote: Counting objects: 30, done. remote: Total 30 (delta 0), reused 0 (delta 0), pack-reused 30 Unpacking objects: 100% (30/30), done. cd github.com/agl/ed25519 && git checkout --force d2b94fd789ea21d12fac1a4443dd3a3f79cda72c Note: checking out 'd2b94fd789ea21d12fac1a4443dd3a3f79cda72c'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at d2b94fd... Add LICENSE file. mkdir -p github.com/bigeagle git clone https://github.com/bigeagle/water.git github.com/bigeagle/water Initialized empty Git repository in /root/govpn/src/github.com/bigeagle/water/.git/ remote: Counting objects: 79, done. remote: Total 79 (delta 0), reused 0 (delta 0), pack-reused 79 Unpacking objects: 100% (79/79), done. cd github.com/bigeagle/water && git checkout --force 36aebfeb35da4f1f6a975726716c6fc563c5c495 Note: checking out '36aebfeb35da4f1f6a975726716c6fc563c5c495'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 36aebfe... changed license to BSD make[1]: Leaving directory `/root/govpn/src' GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-client GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-server GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-verifier