$ make
go get -d -v ./...
github.com/hashicorp/serf (download)
github.com/inconshreveable/muxado (download)
github.com/hashicorp/logutils (download)
github.com/mitchellh/cli (download)
github.com/ryanuber/columnize (download)
echo | xargs -n1 go get -d
--> Installing dependencies to speed up builds...
# github.com/armon/gomdb
../../armon/gomdb/mdb.c:8507:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:49:56: note: expanded from macro 'sprintf'
# github.com/hashicorp/consul
github.com/armon/gomdb(__TEXT/__text): unexpected GOT reloc for non-dynamic symbol mdb_mid2l_insert
github.com/armon/gomdb(__TEXT/__text): unexpected GOT reloc for non-dynamic symbol mdb_mid2l_insert
make: *** [all] Error 2
Ideas?