machine icon indicating copy to clipboard operation
machine copied to clipboard

Building the machine from source gets stuck

Open codinghedgehog-python opened this issue 5 years ago • 0 comments

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" [email protected]:fishrockz/machine.git docker-machine
  4. run sudo make VERBOSE=1 from within the docker-machine directory

codinghedgehog-python avatar Dec 05 '20 16:12 codinghedgehog-python