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

configure: error: could not find bash >= 3.1 #735

Closed
ZweiEuro opened this issue Nov 13, 2019 · 0 comments
Closed

configure: error: could not find bash >= 3.1 #735

ZweiEuro opened this issue Nov 13, 2019 · 0 comments

Comments

@ZweiEuro
Copy link

I run GNU bash, version 5.0

The Error is very self explanatory, but not logical
In order to fix this:
vim ./crosstool-NG/configure.ac
and on line 193 change
|$EGREP '^GNU bash, version (3.[1-9]|4)')
to something more sensible like:
|$EGREP '^GNU bash, version (3.[1-9]|4|5)')

This cost me way too much time to find, no idea why u are not allowing bash 5 but it compiles and works perfectly fine.

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