We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running command make dev for installing vault it fails on line 522 of vault/mount.go Error: undefined: consts in consts.ReplicationSecondary
make dev
I am running this on an AWS instance, ubuntu 16.04 with go1.8.1.
Full Console Output:
go generate ==> Removing old directory... ==> Building... Number of parallel builds: 1 --> linux/amd64: github.com/hashicorp/vault 1 errors occurred: --> linux/amd64 error: exit status 2 Stderr: # github.com/hashicorp/vault/vault vault/mount.go:522: undefined: consts in consts.ReplicationSecondary Makefile:19: recipe for target 'dev' failed make: *** [dev] Error 1
This looks like a legitimate go error to me, I understand currently the master branch is failing but I would have the install would be unaffected.
The text was updated successfully, but these errors were encountered:
dc2794d
Thank You
Sorry, something went wrong.
No branches or pull requests
When running command
make dev
for installing vault it fails on line 522 of vault/mount.goError: undefined: consts in consts.ReplicationSecondary
I am running this on an AWS instance, ubuntu 16.04 with go1.8.1.
Full Console Output:
This looks like a legitimate go error to me, I understand currently the master branch is failing but I would have the install would be unaffected.
The text was updated successfully, but these errors were encountered: