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

Error on installing Go #235

Closed
gopherbot opened this issue Nov 16, 2009 · 1 comment
Closed

Error on installing Go #235

gopherbot opened this issue Nov 16, 2009 · 1 comment

Comments

@gopherbot
Copy link

by jaap.taal:

Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem.  Thanks.

What steps will reproduce the problem?
1. fetch golang from repository
2. configure GOBIN, GOOS, GOARCH and GOROOT
3.

What is the expected output? What do you see instead?
0 unexpected bugs, I got make error instead (see below)

What is your $GOOS?  $GOARCH?
linux, 386,
Ubuntu intrepid

Which revision are you sync'ed to?  (hg log -l 1)
changeset:   4015:cb140bac9ab0
tag:         tip
user:        Russ Cox <rsc@golang.org>
date:        Thu Nov 12 14:55:26 2009 -0800


Please provide any additional information below.
make[2]: Leaving directory `/usr/local/share/go/src/pkg/path'
--- FAIL: path.TestWalk
        1. error expected, none found
        node testdata/d/x mark = 2; expected 1
        node testdata/d/y mark = 2; expected 1
        node testdata/d/z mark = 2; expected 1
        node testdata/d/z/u mark = 2; expected 1
        node testdata/d/z/v mark = 2; expected 1
FAIL
make[1]: *** [test] Error 1
make[1]: Leaving directory `/usr/local/share/go/src/pkg/path'
make: *** [path.test] Error 2
@agl
Copy link
Contributor

agl commented Nov 16, 2009

Comment 1:

Status changed to Duplicate.

Merged into issue #22.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
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