>>> host-go 1.13.8 Extracting gzip -d -c /home/naourr/work/instance-3/dl/go/go1.13.8.src.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/host-go-1.13.8 -xf - >>> host-go 1.13.8 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Hunk #1 succeeded at 266 (offset 14 lines). >>> host-go 1.13.8 Configuring >>> host-go 1.13.8 Building cd /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/src && GO111MODULE=off GOCACHE=/home/naourr/work/instance-3/output-1/host/usr/share/host-go-cache GOROOT_BOOTSTRAP=/home/naourr/work/instance-3/output-1/host/lib/go-1.4.3 GOROOT_FINAL=/home/naourr/work/instance-3/output-1/host/lib/go GOROOT="/home/naourr/work/instance-3/output-1/build/host-go-1.13.8" GOBIN="/home/naourr/work/instance-3/output-1/build/host-go-1.13.8/bin" GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ CGO_ENABLED=1 CC_FOR_TARGET="/home/naourr/work/instance-3/output-1/host/bin/mips-linux-gnu-gcc" CXX_FOR_TARGET="/home/naourr/work/instance-3/output-1/host/bin/mips-linux-gnu-g++" GOARCH=mips64le GO_ASSUME_CROSSCOMPILING=1 ./make.bash Building Go cmd/dist using /home/naourr/work/instance-3/output-1/host/lib/go-1.4.3. Building Go toolchain1 using /home/naourr/work/instance-3/output-1/host/lib/go-1.4.3. 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/mips64le. # cmd/trace /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/pkg/tool/linux_amd64/link: running /home/naourr/work/instance-3/output-1/host/bin/mips-linux-gnu-gcc failed: exit status 1 /home/naourr/work/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: /tmp/go-link-029636732/go.o: relocation R_MIPS_26 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/go-link-029636732/go.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status # cmd/go /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/pkg/tool/linux_amd64/link: running /home/naourr/work/instance-3/output-1/host/bin/mips-linux-gnu-gcc failed: exit status 1 /home/naourr/work/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: /tmp/go-link-550611936/go.o: relocation R_MIPS_26 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/go-link-550611936/go.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status # cmd/pprof /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/pkg/tool/linux_amd64/link: running /home/naourr/work/instance-3/output-1/host/bin/mips-linux-gnu-gcc failed: exit status 1 /home/naourr/work/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: /tmp/go-link-203148760/go.o: relocation R_MIPS_26 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /tmp/go-link-203148760/go.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status go tool dist: FAILED: /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/pkg/tool/linux_amd64/go_bootstrap install -gcflags=all= -ldflags=all= std cmd: exit status 2 make: *** [package/pkg-generic.mk:274: /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/.stamp_built] Error 2 make: Leaving directory '/home/naourr/work/instance-3/buildroot'