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

Snow Leopard Install Errors #134

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

Snow Leopard Install Errors #134

gopherbot opened this issue Nov 13, 2009 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by chaoslichen:

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. ./all.bash

What is the expected output? What do you see instead?
I expected no errors, I got:

cd runtime && make install
cd unicode && make install
cd sort && make install
cd math && make install
cp _obj/unicode.a /Users/Chas/go/pkg/darwin_amd64/unicode.a
cp _obj/sort.a /Users/Chas/go/pkg/darwin_amd64/sort.a
cp: /Users/Chas/go/pkg/darwin_amd64/unicode.a: Permission denied
make[1]: *** [/Users/Chas/go/pkg/darwin_amd64/unicode.a] Error 1
cp: /Users/Chas/go/pkg/darwin_amd64/sort.a: Permission denied
make[1]: *** [/Users/Chas/go/pkg/darwin_amd64/sort.a] Error 1
make: *** [unicode.install] Error 2
make: *** Waiting for unfinished jobs....
make: *** [sort.install] Error 2
cp _obj/runtime.a /Users/Chas/go/pkg/darwin_amd64/runtime.a
cp: /Users/Chas/go/pkg/darwin_amd64/runtime.a: Permission denied
make[1]: *** [/Users/Chas/go/pkg/darwin_amd64/runtime.a] Error 1
make: *** [runtime.install] Error 2
cp _obj/math.a /Users/Chas/go/pkg/darwin_amd64/math.a
cp: /Users/Chas/go/pkg/darwin_amd64/math.a: Permission denied
make[1]: *** [/Users/Chas/go/pkg/darwin_amd64/math.a] Error 1
make: *** [math.install] Error 2


What is your $GOOS?  $GOARCH?
$GOOS=darwin
$GOARCH=amd64

Which revision are you sync'ed to?  (hg log -l 1)
changeset:   4021:3d43362ac8d4

Please provide any additional information below.
When run as sudo, this fails like this:

cd path && make test
gotest
rm -f _test/path.a _gotest_.6
6g -o _gotest_.6 path.go    path_test.go
rm -f _test/path.a
gopack grc _test/path.a _gotest_.6 
--- 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: *** [path.test] Error 2
@rsc
Copy link
Contributor

rsc commented Nov 13, 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