solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.72k stars 191 forks source link

Can't build unik binary #124

Closed talberto-zz closed 7 years ago

talberto-zz commented 7 years ago

Hi, I'm unable to build the unik binary following the install instructions. My developement environment:

go-bindata -pkg bindata -o instance-listener/bindata/instance_listener_data.go --ignore=instance-listener/bindata/ instance-listener/...
go-bindata -pkg versiondata -o containers/container-versions.go containers/versions.json
GOOS=darwin go build -v .
unik.go:5:2: cannot find package "github.com/cf-unik/unik/cmd" in any of:
    /go/src/github.com/emc-advanced-dev/unik/vendor/github.com/cf-unik/unik/cmd (vendor tree)
    /usr/local/go/src/github.com/cf-unik/unik/cmd (from $GOROOT)
    /go/src/github.com/cf-unik/unik/cmd (from $GOPATH)
Makefile:260: recipe for target 'localbuild' failed
make: *** [localbuild] Error 1