-
-
Notifications
You must be signed in to change notification settings - Fork 964
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
Building From Source fails #711
Comments
Sorry, looks like you're following the guide! |
To fix the issue I had to manually create 2 folders ( |
Would you be open to contribute that change to the Makefile? :) |
The |
Could you please provide more details? What make version, what is "not working" (error message please), where in the docs - and so on! :) I can only help if sufficient details are provided, otherwise it's a guessing game. |
No problemo. There is a reference to |
Ok so |
Describe the bug
Building Kratos from source fails when following Kratos Building from source
Reproducing the bug
Steps to reproduce the behavior:
go get -d -u github.com/ory/kratos
cd $(go env GOPATH)/src/github.com/ory/kratos
Output:
make: *** No rule to make target '.bin/packr2', needed by 'install'. Stop.
Expected behavior
$(go env GOPATH)/bin/kratos help
runs successfully and returns proper version numberEnvironment
The text was updated successfully, but these errors were encountered: