Re: buildfarm build failure: icc7 + --enable-cassert - Mailing list pgsql-hackers

From Tom Lane
Subject Re: buildfarm build failure: icc7 + --enable-cassert
Date
Msg-id 7256.1102878331@sss.pgh.pa.us
Whole thread Raw
In response to Re: buildfarm build failure: icc7 + --enable-cassert  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: buildfarm build failure: icc7 + --enable-cassert
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Darcy Buskermolen wrote:
>> It looks like --enable-cassert isn't handled properly under icc7
>> 
>> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=herring&dt=2004-12-07%2016:30:44

> That is quite a superficial display of the issue.  If you want to get to 
> the bottom of this, you need to, uh, dig deeper.

This looks to me like a standard incompatible-version-of-shared-library
issue, specifically, the .so was built with --enable-cassert but the
backend trying to load it was not.  Andrew claims he's designed the
buildfarm test sequence to prevent that sort of problem (by deleting the
previous installation before doing "make check") but I think he musta
missed something.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Travis P
Date:
Subject: Re: Call for port reports
Next
From: "Andrew Dunstan"
Date:
Subject: Re: buildfarm build failure: icc7 + --enable-cassert