Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org, marti(at)juffo(dot)org
Subject: Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
Date: 2011-08-28 22:38:43
Message-ID: 4E5AC373.2020702@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 08/28/2011 06:21 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)net> writes:
>> On 08/28/2011 05:51 PM, Tom Lane wrote:
>>>> Is -O3 a recommended setting for icc?
>>> No idea. But after a bit of man-page-reading I think it's probably not
>>> the -O level that counts, so much as the fact that anchovy is using
>>> -flto (link-time optimization) in CFLAGS. I don't see any indication
>>> that that's being selected by the buildfarm script itself, so it must be
>>> coming from an environment setting of CFLAGS.
>> The buildfarm member is using:
>> 'CFLAGS' => '-O3 -xN -parallel -ip'
>> 'CC' => 'icc'
> Er, anchovy? Where do you see that? The only thing I see it forcing
> is
>
> 'config_env' => {
> 'CC' => 'ccache cc'
> },
>

Sorry, yes, you're right. I was looking at mongoose.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-08-28 23:19:57 Re: spinlocks on HP-UX
Previous Message Tom Lane 2011-08-28 22:21:54 Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches