-
Notifications
You must be signed in to change notification settings - Fork 544
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
make build fails #360
Comments
Is Check to see if this exists: You also just double check that you checked out olm into |
Yes, Looks like Thanks for getting back to me. |
Thanks for double checking! The log package does seem to be missing from As you said, |
Even with vendor directory commited, dep hangs on trying to fetch content from the private repo coreos-inc. And so, A workaround (a ugly one) is to
Then you have all the necessary dependencies. |
Thanks for the writeup @fiftoine. I'm sorry that this is a pain right now, we'll remove the private dependency ASAP. |
make build
command fails with an errorSteps to reproduce
I am seeing the following error -
The sub package
'github.com/emicklei/go-restful/log'
is missing from the vendor tree.make vendor
should fix it, but I am running into another issue -dep ensure -v -vendor-only
seems to hang indefinitely on my local workstation.The text was updated successfully, but these errors were encountered: