Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
Date
Msg-id 18115.1314568279@sss.pgh.pa.us
Whole thread Raw
In response to Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 08/28/2011 04:15 PM, Tom Lane wrote:
>> The bottom line seems to be that autoconf 2.59 is seriously broken on
>> recent toolchains.  Should we try to do something about that, like
>> migrate the 8.2 and 8.3 releases to a newer autoconf?  8.2 is close
>> enough to EOL that I don't mind answering "no" for it, but maybe we
>> should do that in 8.3.

> If we're going to do it for 8.3 we might as well for 8.2 at the same 
> time, ISTM, even if it is close to EOL.

Yeah, possibly, if it's not too invasive.  I've not yet done any
research about what would need to change.

> 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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
Next
From: Robert Haas
Date:
Subject: Re: spinlocks on HP-UX