Giter Site home page Giter Site logo

Comments (6)

ecordell avatar ecordell commented on May 31, 2024

Is operator-framework/operator-lifecycle-manager in your gopath? The dependency is checked into the repo so you shouldn't see different dependencies.

Check to see if this exists:
/{$GOPATH}/src/github.com/operator-framework/operator-lifecycle-manager/vendor/github.com/emicklei/go-restful/log

You also just double check that you checked out olm into /{$GOPATH}/src/github.com/operator-framework/operator-lifecycle-manager/

from operator-lifecycle-manager.

tkashem avatar tkashem commented on May 31, 2024

Yes, operator-framework/operator-lifecycle-manager is in my GOPATH.
I have double checked - olm is checked out into the right path.

Looks like log sub-package is missing here - https://github.com/operator-framework/operator-lifecycle-manager/tree/master/vendor/github.com/emicklei/go-restful

Thanks for getting back to me.

from operator-lifecycle-manager.

ecordell avatar ecordell commented on May 31, 2024

Thanks for double checking! The log package does seem to be missing from vendor - sorry about that. I'll look into it and see if we can get it back into the repo.

As you said, dep ensure should add it even if it is missing from the repo.

from operator-lifecycle-manager.

fiftoine avatar fiftoine commented on May 31, 2024

Even with vendor directory commited, dep hangs on trying to fetch content from the private repo coreos-inc. And so, emicklei/go-restfulcan't be pulled...

A workaround (a ugly one) is to

  • cut/paste vendor/github.com/coreos-inc directory
  • comment references to coreos-inc in Gopkg.toml and Gopkg.lock
  • run make vendor
  • move the pasted folder back into the vendor/github.com
  • restore the references to coreos-inc in Gopkg files.

Then you have all the necessary dependencies.

from operator-lifecycle-manager.

ecordell avatar ecordell commented on May 31, 2024

Thanks for the writeup @fiftoine. I'm sorry that this is a pain right now, we'll remove the private dependency ASAP.

from operator-lifecycle-manager.

ecordell avatar ecordell commented on May 31, 2024

@fiftoine @tkashem the private dependency has been removed, please open a new issue if there are still issues with the build

from operator-lifecycle-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.