Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Building the machine from source gets stuck #4855

Open
codinghedgehog-python opened this issue Dec 5, 2020 · 0 comments
Open

Building the machine from source gets stuck #4855

codinghedgehog-python opened this issue Dec 5, 2020 · 0 comments

Comments

@codinghedgehog-python
Copy link

codinghedgehog-python commented Dec 5, 2020

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant