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

GFFI build system does not detect grep errors #93

Open
GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment
Open

GFFI build system does not detect grep errors #93

GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

When we parse the system headers, sometimes grep will fail (e.g. Apple's grep 
on current versions of Lion).

This causes empty files to be emitted and compiled, eventually causing failures 
in GFFI libraries like fs-base at run time, because constants cannot be 
resolved.

We need to detect this failure and abort the build, so that users know to 
upgrade their version of grep to a more capable one.

Original issue reported on code.google.com by wes@page.ca on 5 Oct 2011 at 12:20

@GoogleCodeExporter
Copy link
Author

Original comment by wes@page.ca on 9 Oct 2011 at 11:12

  • Added labels: Milestone-Release0.2, Priority-Critical
  • Removed labels: Priority-Medium

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

No branches or pull requests

1 participant