-
Notifications
You must be signed in to change notification settings - Fork 1.8k
dep problem on centos 7 #168
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
Comments
@jmccormick2001 Thanks for pointing this out. @hasbro17 and I take a deeper look into this We found out that https://github.com/coreos/operator-sdk/blob/master/example/memcached-operator/handler.go has an extension of A quick fix is like what you said |
@jmccormick2001 Can you retry building the operator-sdk from the
|
good news, the 0.0.3 version appears to work on centos 7. |
With 0.0.4 I ran into For others experiencing a similar issue, |
…e-master Merge upstream tag v1.13.1
in trying to build operator-sdk I ran into dep issues on my centos7 dev box...basically
dep would hang after prompting me for my github userid...
after several tries of fixing this with no luck, I tried exactly the same steps using a
Ubuntu VM and 'dep ensure' worked (after removing the examples directory).
I suspect perhaps a version/package is causing this on centos 7...would be curious if anyone else builds or has run into this issue on centos 7.
@fanminshi pointed out this dep Issue while debugging this:
golang/dep#1726
none of the fixes in that Issue worked for me on centos 7.
The text was updated successfully, but these errors were encountered: