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

Installation problem #35

Open
MarcusE1W opened this issue Sep 15, 2019 · 2 comments
Open

Installation problem #35

MarcusE1W opened this issue Sep 15, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@MarcusE1W
Copy link

Describe the bug
[A clear and concise description of what the bug is]

The last step in the install instructions returns an error

compiling ... main.go:6:2: cannot find package "github.com/Reidmcc/rockfish/cmd" in any of:
	/usr/lib/go/src/github.com/Reidmcc/rockfish/cmd (from $GOROOT)
	/home/mmw/go/src/github.com/Reidmcc/rockfish/cmd (from $GOPATH)

build failed with error code 1

To Reproduce
[Steps to reproduce the behavior]

cd into cloned rockfish folder and execute ./scripts/build.sh

Expected behavior
[What you expected to happen]

rockfish gets build

Version
Please run ./rockfish version and paste the output here, it will look something like:

  version: master:v1.0.0-rc-2-g67ead284
git branch: master
git hash: 67ead284dda48845c2cf99a9dc9337d89dac45da
build date: 20190915T210051Z
GOOS: linux
GOARCH: arm64
@MarcusE1W MarcusE1W added the bug Something isn't working label Sep 15, 2019
@joaofrp
Copy link

joaofrp commented Oct 12, 2019

I was able to compile by copying the rockfish directory to ~/go/src/github.com/Reidmcc/rockfish

@MarcusE1W
Copy link
Author

Ha. I see what you did there. My install folder name was different. I will try that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants