golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
120.43k stars 17.29k forks source link

Problem with quietgcc #3

Closed gopherbot closed 9 years ago

gopherbot commented 14 years ago

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.
agl commented 14 years ago

Comment 1:

You almost certainly either have your GOBIN set wrong, or $GOBIN isn't in your path. 
quietgcc is created at the top of src/make.bash if you want to take a look.

Status changed to Accepted.

gopherbot commented 14 years ago

Comment 2 by Hackergonepostal:

Yes, that fixed it. Thank you.
agl commented 14 years ago

Comment 3:

Status changed to Fixed.

gopherbot commented 9 years ago

CL https://golang.org/cl/9696 mentions this issue.

gopherbot commented 6 years ago

Change https://golang.org/cl/80315 mentions this issue: Update hello.txt