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

go install fails #77

Closed
janekolszak opened this issue May 29, 2016 · 6 comments
Closed

go install fails #77

janekolszak opened this issue May 29, 2016 · 6 comments

Comments

@janekolszak
Copy link

Hi,
I just tried to install hydra and go install fails with:

$ go install github.com/ory-am/hydra
# github.com/ory-am/hydra/internal
../go/src/github.com/ory-am/hydra/internal/fosite_store_memory.go:27: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_memory.go:45: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_memory.go:63: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_memory.go:81: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_rethinkdb.go:116: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_rethinkdb.go:132: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_rethinkdb.go:149: undefined: fosite.ErrNotFound
../go/src/github.com/ory-am/hydra/internal/fosite_store_rethinkdb.go:166: undefined: fosite.ErrNotFound

Thanks

@aeneasr
Copy link
Member

aeneasr commented May 29, 2016

That's weird, did you run glide install first?

@aeneasr
Copy link
Member

aeneasr commented May 29, 2016

Looks like this wasn't documented. I fixed that. Check out https://github.com/ory-am/hydra/blob/master/README.md#develop :)

Let me know if that works

@janekolszak
Copy link
Author

yeap, forgot about glide :)

Thanks

@aeneasr
Copy link
Member

aeneasr commented May 29, 2016

glad to help

@aeneasr aeneasr closed this as completed May 29, 2016
@janekolszak
Copy link
Author

You could add the info here: https://github.com/ory-am/hydra/blob/master/README.md

@aeneasr
Copy link
Member

aeneasr commented May 29, 2016

done 👍

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

2 participants