You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
gb doc - failed with FATAL: command "generate" failed: fork/exec /usr/lib/go/bin/godoc: no such file or directory
gb doc, gb generate and go test cmd/gb does not work when using a packaged version of Go if that version has spread GOROOT out into several components.
For gb doc and gb generate, just call "go" and let LookPath figured it out. For go test cmd/gb we must use the same GOROOT that built the test binary.
gb doc - failed with FATAL: command "generate" failed: fork/exec /usr/lib/go/bin/godoc: no such file or directory
gb doc, gb generate and go test cmd/gb does not work when using a packaged version of Go if that version has spread GOROOT out into several components.
For gb doc and gb generate, just call "go" and let LookPath figured it out. For go test cmd/gb we must use the same GOROOT that built the test binary.
See #520
The text was updated successfully, but these errors were encountered: