>>> host-go 1.19.3 Extracting gzip -d -c /tmp/instance-12/dl/go/go1.19.3.src.tar.gz | tar --strip-components=1 -C /tmp/instance-12/output-1/build/host-go-1.19.3 -xf - >>> host-go 1.19.3 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Applying 0003-runtime-support-riscv64-SV57-mode.patch using patch: patching file src/runtime/lfstack_64bit.go >>> host-go 1.19.3 Configuring >>> host-go 1.19.3 Building cd /tmp/instance-12/output-1/build/host-go-1.19.3/src && GO111MODULE=off GOCACHE=/tmp/instance-12/output-1/host/share/host-go-cache GOROOT_BOOTSTRAP=/tmp/instance-12/output-1/host/lib/go-1.4-bootstrap-20171003 GOROOT_FINAL=/tmp/instance-12/output-1/host/lib/go GOROOT="/tmp/instance-12/output-1/build/host-go-1.19.3" GOBIN="/tmp/instance-12/output-1/build/host-go-1.19.3/bin" GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ CGO_ENABLED=1 CC_FOR_TARGET="/tmp/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc" CXX_FOR_TARGET="/tmp/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-g++" GOOS="linux" GOARCH=386 GO386=softfloat GO_ASSUME_CROSSCOMPILING=1 ./make.bash Building Go cmd/dist using /tmp/instance-12/output-1/host/lib/go-1.4-bootstrap-20171003. (go1.4-bootstrap-20170531 linux/amd64) Building Go toolchain1 using /tmp/instance-12/output-1/host/lib/go-1.4-bootstrap-20171003. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for host, linux/amd64. Building packages and commands for target, linux/386. # cmd/trace net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): relocation target __stack_chk_fail_local not defined # cmd/pprof net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): relocation target __stack_chk_fail_local not defined # cmd/go net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): unknown symbol __stack_chk_fail_local in pcrel net(.text): relocation target __stack_chk_fail_local not defined go tool dist: FAILED: /tmp/instance-12/output-1/build/host-go-1.19.3/pkg/tool/linux_amd64/go_bootstrap install std cmd: exit status 2 make: *** [package/pkg-generic.mk:293: /tmp/instance-12/output-1/build/host-go-1.19.3/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-12/buildroot'