-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
What version of Go are you using (go version
)?
go version go1.16.12 linux/arm64
Does this issue reproduce with the latest release?
Yes. I am attempting to build the latest release.
What operating system and processor architecture are you using (go env
)?
go env
Output
GO111MODULE="off" GOARCH="arm64" GOBIN="" GOCACHE="/lustre/home/decarlson/.cache/go-build" GOENV="/lustre/home/decarlson/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="arm64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/lustre/home/decarlson/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/lustre/home/decarlson/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_arm64" GOVCS="" GOVERSION="go1.16.12" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build3765504996=/tmp/go-build -gno-record-gcc-switches"
What did you do?
git clone https://go.googlesource.com/go goroot
cd goroot/
git checkout go1.19.4
cd src/
./all.bash -v
What did you expect to see?
I expected a successful build.
What did you see instead?
The build fails with the following error:
ok cmd/trace 0.578s
ok cmd/vet 16.126s
FAIL
go tool dist: Failed: exit status 1
I have attached a log file with the full output of the ./all.bash -v
gobuild.log
Any suggestions would be most welcome!
Thanks,
Dave
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.