Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error while running make test #81

Closed
snlpatel001213 opened this issue Feb 4, 2019 · 0 comments
Closed

Getting an error while running make test #81

snlpatel001213 opened this issue Feb 4, 2019 · 0 comments

Comments

@snlpatel001213
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant