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
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
The text was updated successfully, but these errors were encountered:
by chaoslichen:
The text was updated successfully, but these errors were encountered: