Skip to content

Installing go failed #624

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

Closed
gopherbot opened this issue Feb 24, 2010 · 5 comments
Closed

Installing go failed #624

gopherbot opened this issue Feb 24, 2010 · 5 comments

Comments

@gopherbot
Copy link
Contributor

by chkneo:

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. In Cent-OS 5.4 build the go using ./all.bash


What is the expected output? What do you see instead?


What is your $GOOS?  $GOARCH?
$GOOS=linux
$GOARCH=386

Which revision are you using?  (hg identify)
4a0661b86e50 release/release.2010-02-23


Please provide any additional information below.
make[1]: Leaving directory `/home/chk/go/src/pkg/debug/elf'
cd debug/gosym && /home/chk/go/bin/gomake test
make[1]: Entering directory `/home/chk/go/src/pkg/debug/gosym'
/home/chk/go/bin/gotest
sh: line 2: 8a: command not found
make[1]: *** [test] Error 1
make[1]: Leaving directory `/home/chk/go/src/pkg/debug/gosym'
make: *** [debug/gosym.test] Error 2
@gopherbot
Copy link
Contributor Author

Comment 1 by noizer:

I've had the same problem. Resolved installing python-setuptools and python-dev!

@rsc
Copy link
Contributor

rsc commented Feb 25, 2010

Comment 2:

adg:
i think the problem is that gotest should set
AS="$(QUOTED_GOROOT)/$AS" just like it
does for GC and LD.

Owner changed to [email protected].

Status changed to Accepted.

@gopherbot
Copy link
Contributor Author

Comment 3 by chkneo:

After installing python-setuptools, everything is fine

@adg
Copy link
Contributor

adg commented Mar 1, 2010

Comment 4:

Should be addressed by changelist 223083.

@adg
Copy link
Contributor

adg commented Mar 1, 2010

Comment 5:

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

3 participants