Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

archive_unix.go:84: undefined #163

Open
cmoulliard opened this issue Sep 28, 2016 · 1 comment
Open

archive_unix.go:84: undefined #163

cmoulliard opened this issue Sep 28, 2016 · 1 comment

Comments

@cmoulliard
Copy link

This error is reported on MacOs

CGO_ENABLED=0 GO15VENDOREXPERIMENT=1 go build -a ./cmd/generate/generate.go
# github.com/fabric8io/kubernetes-model/vendor/github.com/docker/docker/pkg/archive
vendor/github.com/docker/docker/pkg/archive/archive_unix.go:84: undefined: "github.com/fabric8io/kubernetes-model/vendor/github.com/opencontainers/runc/libcontainer/system".RunningInUserNS
make: *** [build] Error 2
@karlhungus
Copy link

karlhungus commented Jan 20, 2018

This is really old, but for other people who run into it. We ran into this in a vendored version of docker/docker (which relies on opencontainer/runc). The solution for us was to be on at least 1.0.0-rc4 of opencontainers/runc (what ever version got vendored by here was probably older).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants