Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$GOROOT/src/Make.linux/amd64: No such file or directory #11

Closed
gopherbot opened this issue Nov 11, 2009 · 2 comments
Closed

$GOROOT/src/Make.linux/amd64: No such file or directory #11

gopherbot opened this issue Nov 11, 2009 · 2 comments

Comments

@gopherbot
Copy link
Contributor

by bitjam:

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.
@agl
Copy link
Contributor

agl commented Nov 11, 2009

Comment 1:

It seems that you have GOARCH set to "linux/amd64"?
GOARCH should be amd64
GOOS should be linux

Status changed to Accepted.

@agl
Copy link
Contributor

agl commented Nov 11, 2009

Comment 2:

Status changed to Fixed.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants