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

Wrong version check for gperf Makefile (fails to build with gperf 3.1) #28

Open
ercpe opened this issue Jan 15, 2017 · 0 comments
Open

Comments

@ercpe
Copy link

ercpe commented Jan 15, 2017

https://github.com/jordansissel/grok/blob/master/Makefile#L216:

@if $(GPERF) --version | head -1 | egrep -v '3\.[0-9]+\.[0-9]+' ; then \
	echo "We require gperf version >= 3.0.3" ; \
	exit 1; \
fi

This test fails with gperf 3.1:

We require gperf version >= 3.0.3
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

No branches or pull requests

1 participant