Re: Buildfarm support for older versions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Larry Rosenman <ler(at)lerctr(dot)org>
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 17:23:43
Message-ID: 9863ab9c-362b-027e-dac9-81326a086727@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 12/23/21 11:27, Larry Rosenman wrote:
>
>>>
>>
>> For the 9.2 error, try setting this in the config_env stanza:
>>
>>
>>     CFLAGS => '-O2 -fPIC',
>>
>>
>>
>
> 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.

looks like it's picking up the wrong perl libraries. Please show us the
output of

grep -v secret /home/pgbuildfarm/buildroot/REL9_2_STABLE/$animal.lastrun-logs/web-txn.data

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-12-23 17:36:31 Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*)
Previous Message SATYANARAYANA NARLAPURAM 2021-12-23 17:07:48 Re: Throttling WAL inserts when the standby falls behind more than the configured replica_lag_in_bytes