cmd/go: Build failure inSWIG tests after commit 700575be81 #28834
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
This reproduces from commit 700575b onward (and doesn't seem to be being picked up by the builders, perhaps because none of them have SWIG installed).
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Since commit 700575b, building Go git tip from source fails with an error in the SWIG tests:
I also have gcc-go installed on this system, in case it makes a difference in SWIG's behavior. This is a Fedora 28 system with swig-3.0.12-17.fc28.x86_64, but I see the same build failure on Ubuntu 18.04 with their version of SWIG. As expected, Go builds on an Ubuntu 18.04 machine that doesn't have SWIG installed.
The text was updated successfully, but these errors were encountered: