Sorin Sbarnea <sorin.sbarnea@xxxxxxxxx> writes: > On Fri, Aug 19, 2011 at 23:19, Brandon Casey >> Probably MakeMaker. >> >> Setting NO_PERL_MAKEMAKER may help: >> >> rm perl/perl.mak >> make NO_PERL_MAKEMAKER=1 >> > I confirm that this workaround solved the problem. Now the question is > what should be changed so git will be installed (and build) without > problems by homebrew? If the user's distro does not have packaged makemaker, or if the user chooses not to install it, then the build procedure of git can be told to avoid using it, which is what you did. So there is nothing to fix there. If you are not going to tell git to avoid makemaker, in other words, if you want to use makemaker, then installing it before starting the build procedure would help, too. But that is outside the scope of git project. Please do not top post. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html