Created
November 1, 2016 03:06
-
-
Save kevinburke/ea4d22592a2f2a1d81ebf236a39b2450 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/kevin/go/src# GOROOT_BOOTSTRAP=/home/kevin/go1.4 ./make.bash | |
##### Building Go bootstrap tool. | |
cmd/dist | |
##### Building Go toolchain using /home/kevin/go1.4. | |
bootstrap/cmd/internal/dwarf | |
bootstrap/cmd/internal/sys | |
bootstrap/cmd/internal/obj | |
bootstrap/cmd/internal/obj/arm | |
bootstrap/cmd/internal/obj/arm64 | |
bootstrap/cmd/internal/obj/mips | |
bootstrap/cmd/internal/obj/ppc64 | |
bootstrap/cmd/internal/obj/s390x | |
bootstrap/cmd/internal/obj/x86 | |
bootstrap/cmd/asm/internal/arch | |
bootstrap/cmd/asm/internal/flags | |
bootstrap/cmd/asm/internal/lex | |
bootstrap/cmd/asm/internal/asm | |
bootstrap/cmd/internal/bio | |
bootstrap/cmd/asm | |
bootstrap/cmd/compile/internal/ssa | |
go build bootstrap/cmd/compile/internal/ssa: /home/kevin/go1.4/pkg/tool/linux_amd64/6g: signal: killed | |
bootstrap/cmd/compile/internal/syntax | |
bootstrap/cmd/internal/gcprog | |
bootstrap/math/big | |
bootstrap/debug/pe | |
bootstrap/cmd/link/internal/ld | |
bootstrap/cmd/link/internal/amd64 | |
bootstrap/cmd/link/internal/arm | |
bootstrap/cmd/link/internal/arm64 | |
bootstrap/cmd/link/internal/mips64 | |
bootstrap/cmd/link/internal/ppc64 | |
bootstrap/cmd/link/internal/s390x | |
bootstrap/cmd/link/internal/x86 | |
bootstrap/cmd/link | |
go tool dist: FAILED: /home/kevin/go1.4/bin/go install -gcflags=-l -tags=math_big_pure_go -v bootstrap/cmd/...: exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into the same problem. Did you get a fix for this error?
Related to https://github.com/joyent/pkgsrc/issues/485#issuecomment-294908878, I edited lang/go/version.mk.