machine
machine copied to clipboard
Building the machine from source gets stuck
I'm building the machine from source. I run:
sudo make VERBOSE=1
output:
...
...
cmd/docker-machine/machine.go:30:2: cannot find package "github.com/docker/machine/libmachine/log" in any of:
/usr/lib/go-1.10/src/github.com/docker/machine/libmachine/log (from $GOROOT)
/home/utcloud/go/src/github.com/docker/machine/libmachine/log (from $GOPATH)
cmd/docker-machine/machine.go:31:2: cannot find package "github.com/docker/machine/version" in any of:
/usr/lib/go-1.10/src/github.com/docker/machine/version (from $GOROOT)
/home/utcloud/go/src/github.com/docker/machine/version (from $GOPATH)
mk/build.mk:28: recipe for target 'build-x' failed
make: *** [build-x] Error 1
steps to reproduce:
- Ubuntu 18.04
- make sure Go is installed
-
git clone -b "fishrockz/awsIOPS" [email protected]:fishrockz/machine.git docker-machine - run
sudo make VERBOSE=1from within thedocker-machinedirectory