cmd/go: panic in go list -e -compiled when cgo fails #60608
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No
What did you do?
Run the following steps in an environment where cgo compilation fails, for example because pkg-config exits non-zero:
What did you expect to see?
No panic.
What did you see instead?
Trying to build the package with
go build
fails gracefully:The text was updated successfully, but these errors were encountered: