by pcrosby:
What steps will reproduce the problem?
1. hg clone -u release https://code.google.com/p/go
2. cd go/src
3. ./all.bash
4. ./sudo.bash
What is the expected output?
successful install of prof and cov
What do you see instead?
cp: /Users/xxx/go/pkg/tool/darwin_amd64/prof: No such file or directory
Which operating system are you using?
mac os 10.7.3
Which version are you using? (run 'go version')
go version go1
Please provide any additional information below.
I did an ls in the directory to see what was there. It looks like 'cov' is missing too.
Here are the contents of the directory:
computer:~/go/src> ls ~/go/pkg/tool/darwin_amd64/
6a 6g addr2line cgo fix objdump pprof yacc
6c 6l api dist nm pack vet
by pcrosby: