-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vgo: fails to build CockroachDB #23958
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
Comments
I suspect that if you updated your import paths to read: |
Looks like a duplicate of #23977 |
With the pending patch for #23977 applied, we get a little bit further before vgo bails out:
|
I'm also getting your output on my patch in #23977. I haven't gone much into where |
The original report is a duplicate of #24056. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
A built binary.
What did you see instead?
An error message.
Very happy to help debug this further, but I'm at a loss. What package had a go.mod? Where did it get downloaded? Doesn't seem to be in my GOPATH or GOCACHE:
Excited about this, though!
/cc @rsc
The text was updated successfully, but these errors were encountered: