HEAD is now at 3c43158 sort: Fix typo in Stable() comment
root@bsd:~tsgan/golang/go/src # git pull
Already up-to-date.
root@bsd:~tsgan/golang/go/src # ./make.bash
##### Building Go bootstrap tool.
cmd/dist
# runtime
/root/go1.4/src/runtime/cgocall.go:138: undefined: m
/root/go1.4/src/runtime/chan.go:13: undefined: hchan
/root/go1.4/src/runtime/chan.go:13: invalid expression unsafe.Sizeof(composite literal)
/root/go1.4/src/runtime/chan.go:13: undefined: hchan
/root/go1.4/src/runtime/chan.go:13: invalid expression unsafe.Sizeof(composite literal)
/root/go1.4/src/runtime/chan.go:19: undefined: hchan
/root/go1.4/src/runtime/chan.go:19: undefined: chantype
/root/go1.4/src/runtime/chan.go:61: undefined: hchan
/root/go1.4/src/runtime/chan.go:67: undefined: chantype
/root/go1.4/src/runtime/chan.go:67: undefined: hchan
/root/go1.4/src/runtime/chan.go:67: too many errorsThanks for reporting this error here. Where did you get the /root/go1.4 bootstrap from ?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you please try
env GOROOT_BOOTSTRAP=/usr/local/go ./make.bash
>> >> email to golang-nuts+unsubscribe@googlegroups.com.
I'm suspecting something is wrong with the copy of go that ports has
provided you. Can you please check out a fresh one from source
$ git clone -b release-branch.go1.4 https://go.googlesource.com/go go1.4
$ cd go1.4/src
$ ./make.bash
> root@bsd:~tsgan/golang/go/src # setenv GOROOT_BOOTSTRAP /home/tsgan/go1.4
> root@bsd:~tsgan/golang/go/src # ./make.bash
> ##### Building Go bootstrap tool.
> cmd/dist
> ERROR: Cannot find /home/tsgan/go1.4/bin/go.
> Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.
You need to fix this error, by building go 1.4 first
> ./make.bash: line 121: /home/tsgan/go1.4/bin/go: No such file or directory