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

Scope fails to build outside of a container #900

Closed
foot opened this issue Feb 2, 2016 · 0 comments
Closed

Scope fails to build outside of a container #900

foot opened this issue Feb 2, 2016 · 0 comments
Assignees
Milestone

Comments

@foot
Copy link
Contributor

foot commented Feb 2, 2016

Its missing the GO15VENDOREXPERIMENT=1 which is set in backend/Dockerfile

ewq:~/weave/src/github.com/weaveworks/scope(master *$=)$ make SUDO= BUILD_IN_CONTAINER=0
time go build -i -ldflags "-extldflags \"-static\" -X main.version=ed56261" -tags netgo -o prog/scope ./prog
# k8s.io/kubernetes/pkg/util/parsers
../../../k8s.io/kubernetes/pkg/util/parsers/parsers.go:30: undefined: parsers.ParseRepositoryTag
# github.com/weaveworks/scope/probe/docker
probe/docker/registry.go:69: undefined: docker.CloseWaiter
probe/docker/registry.go:71: undefined: docker.CloseWaiter
probe/docker/registry.go:75: cannot use *docker.Client as type Client in return argument:
        *docker.Client does not implement Client (missing AttachToContainerNonBlocking method)

real    0m2.040s
user    0m3.686s
sys     0m0.602s
make: *** [prog/scope] Error 2
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

3 participants