From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Creager <Robert(dot)Creager(at)Oracle(dot)com> |
Cc: | Alex Hunsaker <badalex(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, "pgbuildfarm-members(at)pgfoundry(dot)org" <pgbuildfarm-members(at)pgfoundry(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD |
Date: | 2011-06-08 05:32:47 |
Message-ID: | 887.1307511167@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members pgsql-hackers |
Robert Creager <Robert(dot)Creager(at)Oracle(dot)com> writes:
> On Jun 7, 2011, at 3:01 PM, Tom Lane wrote:
>> Robert Creager <Robert(dot)Creager(at)Oracle(dot)com> writes:
>> 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.
Hrmph. FWIW, I see the same configure results on my own Macbook Pro:
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
But I tried "make installcheck" in plperl quite a few times with no
problems. (And yes, I tried some assorted settings of PERL_HASH_SEED,
as well as none at all.)
At this point I'm thinking that the perl you've got in /opt/local must
be bollixing the works somehow, though it's not clear how. It's also
really strange that it evidently only fails some of the time ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Creager | 2011-06-08 15:13:38 | Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD |
Previous Message | Robert Creager | 2011-06-07 23:07:50 | Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD |
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2011-06-08 05:59:00 | Re: WALInsertLock contention |
Previous Message | Pavan Deolasee | 2011-06-08 05:19:14 | Re: Proposal: Another attempt at vacuum improvements |