git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Akira Kitada <akitada@gmail.com>
To: Tay Ray Chuan <rctay89@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Git 1.7.3.1 cannot be built on FreeBSD 4 with gcc 2.95
Date: Sun, 10 Oct 2010 14:25:13 +0900	[thread overview]
Message-ID: <AANLkTindQ8Nty=eUGNgREish0K-=dGgg9qXjWbefKb3M@mail.gmail.com> (raw)
In-Reply-To: <AANLkTi=3BG0PScgp5X+y2-U1FqC6aoOrw_pyLU7cEzME@mail.gmail.com>

Thanks for reply.

I use perl 5.8.9 and ExtUtils::MakeMaker is 6.48.

$ /usr/local/bin/perl -v | grep v5
This is perl, v5.8.9 built for i386-freebsd

What version of Perl does Git require to build?
It seems INSTALL does not mention it.

Thank you
On Sun, Oct 10, 2010 at 1:46 PM, Tay Ray Chuan <rctay89@gmail.com> wrote:
> On Sun, Oct 10, 2010 at 10:52 AM, Akira Kitada <akitada@gmail.com> 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
>

  reply	other threads:[~2010-10-10  5:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTindQ8Nty=eUGNgREish0K-=dGgg9qXjWbefKb3M@mail.gmail.com' \
    --to=akitada@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=rctay89@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).