You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Setup environment
2. Download source
3. cd $GOROOT/src && ./all.bash
What is the expected output? What do you see instead?
Expected:
--- cd ../test
N known bugs; 0 unexpected bugs
Got:
Makefile:5: $GOROOT/src/Make.linux/amd64: No such file or directory
make: *** No rule to make target `$GOROOT/src/Make.linux/amd64'. Stop.
[etc]
What is your $GOOS? $GOARCH?
$ env | grep '^GO'
GOOGLEEARTH_DATA_PATH=/opt/googleearth
GOROOT=/home/jbowlin/Projects/Go
GOOS=linux
GOARCH=linux/amd64
GOBIN=/usr/local/bin
Which revision are you sync'ed to? (hg log -l 1)
$ cd $GOROOT && hg log -l 1
changeset: 3952:64e703cb307d
tag: tip
user: Russ Cox <[email protected]>
date: Tue Nov 10 14:09:01 2009 -0800
summary: update video links
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
by bitjam:
The text was updated successfully, but these errors were encountered: