Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails, docker/docker/opts missing #22

Open
Darep opened this issue May 11, 2016 · 1 comment
Open

Build fails, docker/docker/opts missing #22

Darep opened this issue May 11, 2016 · 1 comment

Comments

@Darep
Copy link

Darep commented May 11, 2016

Just now cloned the repo and ran ./script/setup and ./script/compile and got this:

$ ./script/compile 
+ gb build
FATAL: command "build" failed: failed to resolve import path "cmd/docker-gc": import "github.com/docker/docker/opts": not found

So the build seems to fail now if you run setup first.

The setup-script seems to fetch the HEAD of each submodule/lib and since fsouza/go-dockerclient@9d5fef7 the fsouza/go-dockerclient now imports docker/docker/opts which is not part of submodules here and thus the build seems to fail. Not 100% sure but that's what it looks like to me.

@annisele
Copy link

annisele commented May 11, 2016

I'm getting the above output as well when running it in a docker container.

when running locally from file, I get

script/compile
+ ../work/bin/gb build
FATAL: command "build" failed: failed to resolve import path "cmd/docker-gc": import "github.com/Shopify/logrus-bugsnag": not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants