Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

src build from source broken due to inconshreveable/go-update/check import #201

Open
peggyl opened this issue Sep 22, 2015 · 3 comments
Open

Comments

@peggyl
Copy link

peggyl commented Sep 22, 2015

Import from https://github.com/sourcegraph/srclib/blob/master/src/selfupdate_cmd.go#L8 fails:

github.com/inconshreveable/go-update/check

because of this commit: inconshreveable/go-update@1d9fbfa

Repro: go get -u -v sourcegraph.com/sourcegraph/srclib/cmd/src (from https://srclib.org/gettingstarted/#building-from-source) without v1.0 checkout of github.com/inconshreveable/go-update in $GOPATH.

@beyang
Copy link
Member

beyang commented Sep 22, 2015

Thanks for reporting!

Is this on master branch? The latest development branch is actually nodb, which we hope to merge sometime this week, so if you don't mind waiting for that, that's probably the best path forward.

@stephenwithav
Copy link

It's in master. I just ran into the same problem.

I downloaded the binary as a temporary solution.

@beyang
Copy link
Member

beyang commented Sep 28, 2015

Yep, build from the nodb branch. That is ahead of master significantly. The version of go-update is 68f5725818189545231c1fd8694793d45f2fc529.

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

3 participants