Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD

Robert Creager <robert.creager@oracle.com>

From: Robert Creager <Robert.Creager@Oracle.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alex Hunsaker <badalex@gmail.com>, Andrew Dunstan <andrew@dunslane.net>, "pgbuildfarm-members@pgfoundry.org" <pgbuildfarm-members@pgfoundry.org>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2011-06-07T23:07:50Z
Lists: pgsql-hackers

Attachments

On Jun 7, 2011, at 3:01 PM, Tom Lane wrote:

> Robert Creager <Robert.Creager@Oracle.com> writes:
> 
> 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.

That's what I get for doing this in a meeting, doing both poorly.
run_build.pl:
#!/usr/bin/perl

No perl in /usr/local/lib.

Rob
--