-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
expr: incorrectly handle regexp and breaks configure scripts #7880
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
Comments
@frendsick could you please have a look? Thanks |
Where can I find the failing configure scripts? |
I'm building a system following LFS project, and use uutils instead of coreutils. then the check package can't be configured before i dropped the --disable-static option. rerunning with bash -x and i found the fail case in this issue. |
I looked through the changes, and it seems we need a way to distinguish the '^' character: the beginning position or 'a character not in the following list' |
Thank you for the help, I see the problem. I verified that the GNU I will try to fix this. |
Great, glad to hear that. |
@zhw2101024 I created PR #7884 that should fix this. Please test the changes if you want. |
The configure script works well with PR #7884. Looks good to me. |
The PR #7842 changed the way expr handle regexp, breaking configure scripts created by autotools.
The text was updated successfully, but these errors were encountered: