git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git 1.7.3.1 cannot be built on FreeBSD 4 with gcc 2.95
@ 2010-10-10  2:52 Akira Kitada
  2010-10-10  4:46 ` Tay Ray Chuan
  0 siblings, 1 reply; 10+ messages in thread
From: Akira Kitada @ 2010-10-10  2:52 UTC (permalink / raw)
  To: git

Hello,

I'm hitting the following errors during Git 1.7.3.1 build on FreeBSD 4.
I didn't see this problem when I built 1.7.0.1 so I should be
introduced in the recent versions.
Is there any reports regarding this?

Thank you

$ ./configure && gmake -j 1 V=1
...
rm -f git-add--interactive git-add--interactive+ && \
	INSTLIBDIR=`MAKEFLAGS= gmake -C perl -s --no-print-directory instlibdir` && \
	sed -e '1{' \
	    -e '	s|#!.*perl|#!/usr/bin/perl|' \
	    -e '	h' \
	    -e '	s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
	    -e '	H' \
	    -e '	x' \
	    -e '}' \
	    -e 's/@@GIT_VERSION@@/1.7.3.1/g' \
	    git-add--interactive.perl >git-add--interactive+ && \
	chmod +x git-add--interactive+ && \
	mv git-add--interactive+ git-add--interactive
'INSTALLSITEMAN3DIR' is not a known MakeMaker parameter name.
'INSTALL_BASE' is not a known MakeMaker parameter name.
Writing perl.mak for Git
'INSTALLSITEMAN3DIR' is not a known MakeMaker parameter name.
'INSTALL_BASE' is not a known MakeMaker parameter name.
Writing perl.mak for Git
gmake[2]: *** [perl.mak] Error 1
gmake[1]: *** [instlibdir] Error 2
gmake: *** [git-add--interactive] Error 2

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-10-12  4:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-10  2:52 Git 1.7.3.1 cannot be built on FreeBSD 4 with gcc 2.95 Akira Kitada
2010-10-10  4:46 ` Tay Ray Chuan
2010-10-10  5:25   ` Akira Kitada
2010-10-10  5:48     ` Tay Ray Chuan
2010-10-10  6:03       ` Akira Kitada
2010-10-10 11:03         ` Ævar Arnfjörð Bjarmason
2010-10-10 11:06     ` Junio C Hamano
2010-10-11  1:31       ` Akira Kitada
2010-10-12  3:59         ` Junio C Hamano
2010-10-12  4:36           ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).