You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the change in GH-100328 to make SHELL=/bin/sh -e rather than just /bin/sh, ./configure can fail in some cases when re-run by the config.status recipe in Makefile.
Your environment
Any environment where ./configure can execute a failing non-checked command, including common macOS environments
Failure originally reported and culprit found by @gvanrossum via Discord.
Bug report
Since the change in GH-100328 to make
SHELL=/bin/sh -erather than just/bin/sh,./configurecan fail in some cases when re-run by theconfig.statusrecipe inMakefile.Your environment
./configurecan execute a failing non-checked command, including common macOS environmentsFailure originally reported and culprit found by @gvanrossum via Discord.
Linked PRs