docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.62k stars 1.97k forks source link

Building the machine from source gets stuck #4855

Open codinghedgehog-python opened 3 years ago

codinghedgehog-python commented 3 years ago

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:

1) Ubuntu 18.04 2) make sure Go is installed 3) git clone -b "fishrockz/awsIOPS" git@github.com:fishrockz/machine.git docker-machine 4) run sudo make VERBOSE=1 from within the docker-machine directory