Re: Buildfarm support for older versions

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Buildfarm support for older versions
Date: 2021-12-23 16:27:48
Message-ID: 4e76d9231d7b8ba91f480321b4e5ca97@lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lerctr(dot)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(at)lerctr(dot)org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Dilger 2021-12-23 16:31:29 Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Previous Message Andrew Dunstan 2021-12-23 16:13:36 Re: Buildfarm support for older versions