Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD
Date
Msg-id 20339.1307480465@sss.pgh.pa.us
Whole thread Raw
In response to Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD
List pgsql-hackers
Robert Creager <Robert.Creager@Oracle.com> writes:
>>> Another question worth asking here is whether PG is picking up perl
>>> 5.10.0 or 5.8.9, both of which are shipped in this OSX release.

> Hmm...  This might be a problem:

> which perl
> /opt/local/bin/perl

> type -a perl
> /opt/local/bin/perl
> /usr/bin/perl

> /opt/local/bin/perl -V
> This is perl, v5.8.9 built for darwin-2level

The configure log mentioned upthread says it's finding /usr/bin/perl,
so apparently the buildfarm is running with a different PATH than you're
using here.  But that log also shows

configure:7158: checking for flags to link embedded Perl
configure:7174: result:  -L/usr/local/lib  -L/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE -lperl -ldl
-lm-lutil -lc
 

If there's anything perl-related in /usr/local/lib (not /opt/local/lib),
that could be confusing matters.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: reducing the overhead of frequent table locks - now, with WIP patch
Next
From: Simon Riggs
Date:
Subject: Re: reducing the overhead of frequent table locks - now, with WIP patch