-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
make 4.4 (oct 31 2022) causes issues with the git submodule resulting in an infinite loop #333
Comments
@dudymas this still fails for me
Then the infinite loop ensues. This loops
|
I'm still running into this issue. My workaround has been to use |
We also just bumped into this issue upon updating our CI to a newer Jenkins |
Closing this because I cannot reproduce it with Gnu Make 4.4.1. Maybe it got fixed along the way, maybe you had something cached. If this problem recurs, please open a new issue with fresh details. |
Found a bug? Maybe our Slack Community can help.
Describe the Bug
make 4.4 (oct 31 2022) and 4.4.1 causes issues with the git submodule resulting in an infinite loop
https://ftp.gnu.org/gnu/make/
cc: @Nuru
Expected Behavior
It should not be in an infinite loop
Steps to Reproduce
/usr/bin/make init
brew install make
to get the latest 4.4 version/usr/local/bin/make init
Screenshots
N/A
Environment (please complete the following information):
Additional Context
Worked on debugging this with @dudymas on it! Thank you!
Downgrading back to make 4.3 is successful
Commenting out this line prevents the issue
build-harness/Makefile
Line 42 in 72ee8e2
And the
git
module is the specific one that seems to be failing which causes repeating the include.build-harness/modules/git/bootstrap.Makefile
Lines 11 to 17 in 72ee8e2
Workaround
Option 1: Use OSX make
Option 2: Brew to pin GNU Make to 4.3
if you do not want to use the older make but also want to pin to 4.3 using homebrew
The text was updated successfully, but these errors were encountered: