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

gcc build fix attempt #1518

Merged
merged 1 commit into from
Jan 14, 2014
Merged

gcc build fix attempt #1518

merged 1 commit into from
Jan 14, 2014

Conversation

wizeman
Copy link
Member

@wizeman wizeman commented Jan 14, 2014

Specifically, I am trying to fix the following error seen on Hydra:

../../gcc-4.7.3/gcc/gengtype-lex.c:1:21: fatal error: bconfig.h: No such file or directory

The patch is taken from gcc's SVN revision 193691.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Specifically, we are trying to fix the following error seen on Hydra:

../../gcc-4.7.3/gcc/gengtype-lex.c:1:21: fatal error: bconfig.h: No such file or directory

The patch is taken from gcc's SVN revision 193691.
peti added a commit that referenced this pull request Jan 14, 2014
@peti peti merged commit 4fc64ac into NixOS:master Jan 14, 2014
@peti
Copy link
Member

peti commented Jan 14, 2014

Note that we have a similar patch in stdenv-updates: 86802e6. Maybe we should unify those two?

@edolstra
Copy link
Member

Note that gcc 4.7 is gone in stdenv-updates.

@peti
Copy link
Member

peti commented Jan 14, 2014

Oh, right. So there's nothing to unify, I guess.

@vcunat
Copy link
Member

vcunat commented Jan 14, 2014

:-D Note that gcc-4.7 was explicitly requested to be preserved #699.

@vcunat
Copy link
Member

vcunat commented Jan 14, 2014

I fear that this patch doesn't fix all the race possibilities, but there's no need to fuss until it fails, I suppose...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants