Re: TAP test breakage on MacOS X

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: TAP test breakage on MacOS X
Date: 2014-10-03 11:56:09
Message-ID: CA+TgmoZP-7iFxg6tMaU7=Ro4dqFFB-Fa8-eOSJ-FWDVumGEAQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 2, 2014 at 10:08 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> make check-world dies ingloriously for me, like this:
>
> FWIW, it works fine for me on my Mac laptop, using the Perl 5.16.2 that
> comes standard with OSX 10.9.5. I did have to install IPC::Run from
> CPAN though.
>
>> # Failed test 'initdb options handling'
>> # at /opt/local/lib/perl5/5.12.5/Test/Builder.pm line 229.
>
> This output seems to be pretty clear proof that you're not using
> Apple's Perl. What is it exactly (where did you get it from)?
>
> Also, noticing that what you're using is evidently Perl 5.12, I'm
> wondering whether our TAP test scripts require a fairly new Perl version.
> I recall some of my Salesforce colleagues griping that the TAP scripts
> didn't work with older Perls.

I installed it via MacPorts.

[rhaas pgsql]$ which perl
/opt/local/bin/perl
[rhaas pgsql]$ perl -v

This is perl 5, version 12, subversion 5 (v5.12.5) built for
darwin-thread-multi-2level

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-10-03 11:57:58 Re: pg_receivexlog and replication slots
Previous Message Heikki Linnakangas 2014-10-03 11:55:06 Re: GiST splitting on empty pages