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

Install process, command 'make dev', Failing #2688

Closed
GavinDonnelly opened this issue May 8, 2017 · 1 comment
Closed

Install process, command 'make dev', Failing #2688

GavinDonnelly opened this issue May 8, 2017 · 1 comment

Comments

@GavinDonnelly
Copy link

GavinDonnelly commented May 8, 2017

When running command make dev for installing vault it fails on line 522 of vault/mount.go
Error: undefined: consts in consts.ReplicationSecondary

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.

@GavinDonnelly
Copy link
Author

Thank You

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