Closed
Description
by Hackergonepostal:
This is being run on a MacOS X 10.6 system. What steps will reproduce the problem? run ./all.bash What is the expected output? What do you see instead? I expect it to display: --- cd ../test N known bugs; 0 unexpected bugs I see: make.bash: line 20: /Users/[user name]/bin/quietgcc: No such file or directory What is your $GOOS? $GOARCH? $GOOS=darwin $GOARCH=amd64 Which revision are you sync'ed to? (hg log -l 1) changeset: 3952:64e703cb307d tag: tip user: Russ Cox <rsc@golang.org> date: Tue Nov 10 14:09:01 2009 -0800 summary: update video links Please provide any additional information below. I also tried this with $GOARCH set to 386 and got the same result.