Re: buildfarm - make check failures for leveret on 8.0

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jeremy Drake <pgsql(at)jdrake(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: buildfarm - make check failures for leveret on 8.0
Date: 2006-08-08 19:21:57
Message-ID: 44D8E455.80309@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stefan Kaltenbrunner wrote:
> Tom Lane wrote:
>
>> Jeremy Drake <pgsql(at)jdrake(dot)com> writes:
>>
>>> Plus if it is backported, I can enable 8.x builds on mongoose (my x86 icc
>>> buildfarm box).
>>>
>> Please do --- I've applied the changes in 8.1 and 8.0 branches.
>>
>
> and leveret went green on both 8.0 and 8.1 ...
>
>
>
>

Good. Now we need to clean up the huge number of warnings, such as:

/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h(95): warning #1292: attribute "warn_unused_result" ignored
__attribute__warn_unused_result__;
^

and

pg_restore.c(332): warning #188: enumerated type mixed with another type
AH = OpenArchive(inputFileSpec, opts->format);
^

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ralf S. Engelschall 2006-08-08 19:32:43 Re: [BUGS] Patch to allow C extension modules to initialize/finish
Previous Message Tom Lane 2006-08-08 19:18:18 Re: [BUGS] Patch to allow C extension modules to initialize/finish