-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/build: clean download fails #20423
Comments
Here's the verbose output from
|
Once I get in that state, all further package downloads fail
|
I put go4.org/grpc in its own git repo, separate from go4.org/... I guess cmd/go doesn't like that. |
FWIW, it "works" if you go get go4.org/ANYTHINGELSE before go4.org/grpc. |
I'm going to consider this effectively a dup of #26872 (migrating x/build to using modules). We'll be better at monitoring & testing deps after that. |
@bradfitz I think this is closer to being a dup of go4org/go4#30, which has been resolved a year ago. Edit: FWIW, x/build builds cleanly right now:
|
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Tip, though I'm also able to reproduce on Go 1.8
What operating system and processor architecture are you using (
go env
)?Mac or Linux
What did you do?
For some reason there's a problem with the go4.org package root.
What did you expect to see?
I expected the program to check out and compile
What did you see instead?
The following error:
See related Travis builds, which you should be able to use to verify a patch as well.
https://travis-ci.org/kevinburke/build/jobs/234034579
Here's the travis.yml file I'm using: https://github.com/kevinburke/build/blob/travis/.travis.yml
The text was updated successfully, but these errors were encountered: