uber/aresdb

Getting an error while running make test

snlpatel001213 opened this issue · 0 comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
Taken docker image with cuda 9.1
sudo nvidia-docker pull nvcr.io/nvidia/cuda:9.0-devel-ubuntu16.04
Installed go and glide

curl -O https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz
tar -xvf go1.11.2.linux-amd64.tar.gz
mv go /usr/local

Setting up the path

export PATH=/usr/local/:$PATH
export GOPATH=/usr/local/
apt-get install glide

Unexpected behavior
go build -o bin/aresd
main.go:18:2: cannot find package "github.com/uber/aresdb/cmd" in any of:
/usr/local/go/src/github.com/uber/aresdb/cmd (from $GOROOT)
/usr/local/src/github.com/uber/aresdb/cmd (from $GOPATH)
Makefile:85: recipe for target 'bin/aresd' failed
make: *** [bin/aresd] Error 1

Desktop (please complete the following information):

  • OS: Ubuntu 16.04