Re: Git 1.7.3.1 cannot be built on FreeBSD 4 with gcc 2.95

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Oct 10, 2010 at 10:52 AM, Akira Kitada <akitada@xxxxxxxxx> wrote:
> 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.

This looks like a problem with Perl. What version do you have?

You can check that with cpan - type "m ExtUtils::MakeMaker", and look
at the INST_VERSION line.

-- 
Cheers,
Ray Chuan
--
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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]