On Sun, Oct 10, 2010 at 8:06 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Hmm, that is not much different from what I'm running pre-push test on in > one of my VMs. > > $ type perl > perl is hashed (/usr/local/bin/perl) > $ /usr/local/bin/perl -v | grep v5 > This is perl, v5.8.9 built for i386-freebsd-64int > $ perl -e 'use ExtUtils::MakeMaker; print "$ExtUtils::MakeMaker::VERSION\n";' > 6.48 > > One difference is that I never use ./configure, as that is somewhat > foreign afterthought in our build infrastructure, though. > Could you run './configure && gmake' and see if it builds on your environment? -- 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