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

Local build on SmartOS fails due to upstream changes #578

Open
teutat3s opened this issue Mar 27, 2019 · 0 comments
Open

Local build on SmartOS fails due to upstream changes #578

teutat3s opened this issue Mar 27, 2019 · 0 comments

Comments

@teutat3s
Copy link
Member

teutat3s commented Mar 27, 2019

I'm trying to build containerpilot locally (without docker) on SmartOS - thanks for the hints in #327. It worked fine the first time, but the second time I seem to have hit recent consul upstream changes hashicorp/consul@47c3900

a simple go get github.com/joyent/containerpilot now throws:

package github.com/hashicorp/consul/testutil/retry: cannot find package "github.com/hashicorp/consul/testutil/retry" in any of:
	/opt/local/go19/src/github.com/hashicorp/consul/testutil/retry (from $GOROOT)
	/root/go/src/github.com/hashicorp/consul/testutil/retry (from $GOPATH)

I was able to workaround this using dep init - unsure about how to fix this properly.

Steps to reproduce:

  1. create new base-64 instance, install go19 gcc7 git gmake
  2. git clone repo
  3. comment out docker in makefile
  4. make local build
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

1 participant