todaygood / container-lab

for docker
0 stars 0 forks source link

Failed to install runv #3

Open todaygood opened 6 years ago

todaygood commented 6 years ago

runv 和clearcontainers, runc 类似, 都是一种runtime.

[root@mycentos7 runv]# make
go build -tags "static_build   " -ldflags "-X main.gitCommit=`git describe --dirty --always --tags 2> /
dev/null || true` -X main.version=1.0.0" -o runv ./cli/cli/filesystem.go:9:2: cannot find package "github.com/docker/docker/pkg/mount" in any of:
    /usr/lib/golang/src/github.com/docker/docker/pkg/mount (from $GOROOT)
    /root/go_repo/src/github.com/docker/docker/pkg/mount (from $GOPATH)
cli/main.go:9:2: cannot find package "github.com/docker/docker/pkg/reexec" in any of:
    /usr/lib/golang/src/github.com/docker/docker/pkg/reexec (from $GOROOT)
    /root/go_repo/src/github.com/docker/docker/pkg/reexec (from $GOPATH)
cli/filesystem.go:10:2: cannot find package "github.com/docker/docker/pkg/symlink" in any of:
    /usr/lib/golang/src/github.com/docker/docker/pkg/symlink (from $GOROOT)
    /root/go_repo/src/github.com/docker/docker/pkg/symlink (from $GOPATH)
cli/proxy.go:15:2: cannot find package "github.com/hashicorp/yamux" in any of:
    /usr/lib/golang/src/github.com/hashicorp/yamux (from $GOROOT)
    /root/go_repo/src/github.com/hashicorp/yamux (from $GOPATH)
cli/kill.go:11:2: cannot find package "github.com/hyperhq/runv/agent" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/agent (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/agent (from $GOPATH)
cli/proxy.go:17:2: cannot find package "github.com/hyperhq/runv/agent/proxy" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/agent/proxy (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/agent/proxy (from $GOPATH)
cli/container.go:15:2: cannot find package "github.com/hyperhq/runv/api" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/api (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/api (from $GOPATH)
cli/network.go:16:2: cannot find package "github.com/hyperhq/runv/cli/nsenter" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/cli/nsenter (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/cli/nsenter (from $GOPATH)
cli/main.go:11:2: cannot find package "github.com/hyperhq/runv/driverloader" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/driverloader (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/driverloader (from $GOPATH)
cli/sandbox.go:15:2: cannot find package "github.com/hyperhq/runv/factory" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/factory (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/factory (from $GOPATH)
cli/sandbox.go:16:2: cannot find package "github.com/hyperhq/runv/factory/single" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/factory/single (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/factory/single (from $GOPATH)
cli/sandbox.go:17:2: cannot find package "github.com/hyperhq/runv/factory/template" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/factory/template (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/factory/template (from $GOPATH)
cli/container.go:16:2: cannot find package "github.com/hyperhq/runv/hypervisor" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/hypervisor (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/hypervisor (from $GOPATH)
cli/container.go:17:2: cannot find package "github.com/hyperhq/runv/lib/linuxsignal" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/lib/linuxsignal (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/lib/linuxsignal (from $GOPATH)
cli/shim.go:16:2: cannot find package "github.com/hyperhq/runv/lib/term" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/lib/term (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/lib/term (from $GOPATH)
cli/filesystem.go:13:2: cannot find package "github.com/hyperhq/runv/lib/utils" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/lib/utils (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/lib/utils (from $GOPATH)
cli/manage.go:11:2: cannot find package "github.com/hyperhq/runv/template" in any of:
    /usr/lib/golang/src/github.com/hyperhq/runv/template (from $GOROOT)
    /root/go_repo/src/github.com/hyperhq/runv/template (from $GOPATH)
cli/network.go:18:2: cannot find package "github.com/kardianos/osext" in any of:
    /usr/lib/golang/src/github.com/kardianos/osext (from $GOROOT)
    /root/go_repo/src/github.com/kardianos/osext (from $GOPATH)
cli/shim.go:18:2: cannot find package "github.com/kr/pty" in any of:
    /usr/lib/golang/src/github.com/kr/pty (from $GOROOT)
    /root/go_repo/src/github.com/kr/pty (from $GOPATH)
cli/create.go:12:2: cannot find package "github.com/kubernetes-incubator/cri-o/pkg/annotations" in any 
of: /usr/lib/golang/src/github.com/kubernetes-incubator/cri-o/pkg/annotations (from $GOROOT)
    /root/go_repo/src/github.com/kubernetes-incubator/cri-o/pkg/annotations (from $GOPATH)
cli/container.go:18:2: cannot find package "github.com/opencontainers/runc/libcontainer/system" in any 
of: /usr/lib/golang/src/github.com/opencontainers/runc/libcontainer/system (from $GOROOT)
    /root/go_repo/src/github.com/opencontainers/runc/libcontainer/system (from $GOPATH)
cli/tty.go:12:2: cannot find package "github.com/opencontainers/runc/libcontainer/utils" in any of:
    /usr/lib/golang/src/github.com/opencontainers/runc/libcontainer/utils (from $GOROOT)
    /root/go_repo/src/github.com/opencontainers/runc/libcontainer/utils (from $GOPATH)
cli/container.go:19:2: cannot find package "github.com/opencontainers/runtime-spec/specs-go" in any of:
    /usr/lib/golang/src/github.com/opencontainers/runtime-spec/specs-go (from $GOROOT)
    /root/go_repo/src/github.com/opencontainers/runtime-spec/specs-go (from $GOPATH)
cli/create.go:14:2: cannot find package "github.com/urfave/cli" in any of:
    /usr/lib/golang/src/github.com/urfave/cli (from $GOROOT)
    /root/go_repo/src/github.com/urfave/cli (from $GOPATH)
cli/network.go:20:2: cannot find package "github.com/vishvananda/netlink" in any of:
    /usr/lib/golang/src/github.com/vishvananda/netlink (from $GOROOT)
    /root/go_repo/src/github.com/vishvananda/netlink (from $GOPATH)
cli/proxy.go:21:2: cannot find package "google.golang.org/grpc" in any of:
    /usr/lib/golang/src/google.golang.org/grpc (from $GOROOT)
    /root/go_repo/src/google.golang.org/grpc (from $GOPATH)
make: *** [build-runv] Error 1