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

BUFSIZ redefinition while making cc #67

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

BUFSIZ redefinition while making cc #67

gopherbot opened this issue Nov 11, 2009 · 2 comments

Comments

@gopherbot
Copy link
Contributor

by asterisk.krd:

What steps will reproduce the problem?
1. hg clone -r release https://go.googlecode.com/hg/ $GOROOT
2. cd $GOROOT/src
3. ./all.bash

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

I expected:
--- cd ../test
N known bugs; 0 unexpected bugs

Instead:
/home/flee/go/src/cmd/cc/cc.h:55:1: warning: "BUFSIZ" redefined
/usr/include/stdio.h:108:1: warning: this is the location of the previous
definition
/home/flee/go/src/cmd/cc/cc.h:573: error: conflicting types for ‘_IO_getc’
/usr/include/libio.h:458: error: previous declaration of ‘_IO_getc’ was here
make: *** [y.tab.o] Error 1


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

Which revision are you sync'ed to?  (hg log -l 1)
changeset:   3975:b51fd2d6c160
tag:         tip
user:        Kevin Ballard <[email protected]>
date:        Tue Nov 10 20:05:24 2009 -0800
summary:     Implement new emacs command M-x gofmt

Please provide any additional information below.
I have attached the complete output as well.
Thanks.

Attachments:

  1. go.log (36221 bytes)
@rsc
Copy link
Contributor

rsc commented Nov 11, 2009

Comment 1:

Owner changed to [email protected].

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Nov 11, 2009

Comment 2:

This issue was closed by revision e9ac56f.

Status changed to Fixed.

Merged into issue #-.

minux pushed a commit to minux/goios that referenced this issue Feb 27, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
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