Re: Buildfarm support for older versions - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: Buildfarm support for older versions
Date
Msg-id 4e76d9231d7b8ba91f480321b4e5ca97@lerctr.org
Whole thread Raw
In response to Re: Buildfarm support for older versions  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Buildfarm support for older versions
List pgsql-hackers
On 12/23/2021 10:13 am, Andrew Dunstan wrote:
> On 12/23/21 08:50, Andrew Dunstan wrote:
>> On 12/22/21 23:20, Larry Rosenman wrote:
>>> On 12/22/2021 10:15 pm, Tom Lane wrote:
>>>> Larry Rosenman <ler@lerctr.org> writes:
>>>>> On 12/22/2021 9:59 pm, Tom Lane wrote:
>>>>>> Does it work if you drop --enable-nls?  (It'd likely be worth 
>>>>>> fixing
>>>>>> if so, but I'm trying to narrow the possible causes.)
>>>>> Nope...
>>>> OK.  Since 9.3 succeeds, it seems like it's a link problem
>>>> we fixed at some point.  Can you bisect to find where we
>>>> fixed it?
>>>> 
>>>>             regards, tom lane
>>> I can try -- I haven't been very good at that.
>>> 
>>> I can give you access to the machine and the id the Buildfarm runs 
>>> under.
>>> 
>>> (or give me a good process starting from a buildfarm layout).
>>> 
>>> 
>> I will work on it on my FBSD setup.
>> 
>> 
> 
> For the 9.2 error, try setting this in the config_env stanza:
> 
> 
>     CFLAGS => '-O2 -fPIC',
> 
> 
> cheers
> 
> 
> andrew
> 
> --
> Andrew Dunstan
> EDB: https://www.enterprisedb.com

That got us further, but it dies on startdb:
$ cat startdb-C-1.log
waiting for server to start.... stopped waiting
pg_ctl: could not start server
Examine the log output.
=========== db log file ==========
LOG:  unrecognized configuration parameter "unix_socket_directories" in 
file 
"/home/pgbuildfarm/buildroot/REL9_2_STABLE/inst/data-C/postgresql.conf" 
line 576
FATAL:  configuration file 
"/home/pgbuildfarm/buildroot/REL9_2_STABLE/inst/data-C/postgresql.conf" 
contains errors
$

And we have the errors on the other branches with a temp(?) directory.
-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640                 E-Mail: ler@lerctr.org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Buildfarm support for older versions
Next
From: Mark Dilger
Date:
Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.