On Mon, 14 Jan 2008, James Keenan via RT wrote:

> On Mon Jan 14 07:41:36 2008, doughera wrote:
> 
> > Apparently not.  I am looking at the case where I have neither svn nor
> > svk
> > nor git available in $PATH.
> > 
> > During the original Configure.pl run, I see:
> > 
> >     Determining whether (exuberant) ctags is
> > installed......................no.sh: svn: not found
> >     sh: git: not found
> >     sh: svk: not found
> > 
> 
> This one I find very puzzling.  config/auto/ctags.pm makes no reference
> to any version control system.  Nor does it appear to use
> Parrot::Revision.  It uses two utility subroutines from
> Parrot::Configure::Utils, capture_output() and _slurp() but I don't see
> any reference to version control systems or Parrot::Revision in them.

Sorry, but by trimming at the blank line I appear to have caused
confusion.  Here's a fuller excerpt:

    Determining whether GNU m4 is installed.................................no.
    Determining whether (exuberant) ctags is 
installed......................no.sh: svn: not found
    sh: git: not found
    sh: svk: not found

    Determining Parrot's revision.........................................done.

Configure.pl has successfully completed the ctags detection (notice the
'no.' at the end of that line.  The error messages are coming from the
beginning of the next step, 'Determining Parrot's revision',
which makes sense.

Sorry my over-eager editing of the output caused confusion.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to