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

Build fails on Linux/386 on Ubuntu 9.10 #19

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

Build fails on Linux/386 on Ubuntu 9.10 #19

gopherbot opened this issue Nov 11, 2009 · 3 comments

Comments

@gopherbot
Copy link

by NutDriverLefty:

What steps will reproduce the problem?
1. Follow the directions on http://golang.org/doc/install.html
2. Everything works up to the "Install Go" section
3. ./all.bash runs for a while then fails with two instances of 
"quietgcc: Command not found"

What is the expected output? What do you see instead?
"N known bugs; 0 unexpected bugs"

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

Which revision are you sync'ed to?  (hg log -l 1)
changeset:  3952:64e703cb307d
user:       Russ Cox <rsc@golang.org>
date:       Tue Nov 10 14:09:01 2009 -0800
summary:    update video links


Please provide any additional information below.
Running on Ubuntu 9.10 with gcc 4.4.1, bison 2.4.1
@gopherbot
Copy link
Author

Comment 1 by NutDriverLefty:

Oops, forgot to mention that colorgcc 1.3.2.0 is installed.  It's even on the path, 
since opening a fresh terminal window and typing colorgcc <enter> results in "gcc: 
no imput files".  Seems like there might be something missing from the installation 
instructions?

@agl
Copy link
Contributor

agl commented Nov 11, 2009

Comment 2:

You need $GOBIN to exist, to be writable and to to be in your path. quietgcc is 
created at the top of src/make.bash if it helps.

Status changed to WontFix.

@gopherbot
Copy link
Author

Comment 3 by NutDriverLefty:

Swingin', that fixed it.  Sorry I missed that in the instructions.

minux pushed a commit to minux/goios that referenced this issue Feb 27, 2015
Fixes golang#20
Fixes golang#19

Also includes a fix for the compiler segfault. Minux says that MOV R0, R0 might get eaten by the peep opt, which is probably true, but I'm not sure if the defer magic happens before peep or not.
@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