Re: Buildfarm support for older versions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Buildfarm support for older versions
Дата
Msg-id c2e46950-4d67-f9c1-0d1d-67b7eae44e8c@dunslane.net
обсуждение исходный текст
Ответ на Re: Buildfarm support for older versions  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Buildfarm support for older versions  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
On 12/23/21 12:23, Andrew Dunstan wrote:
> 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
>
>


Oh, you need to be building with the buildfarm client's git tip, not the
released code. Alternatively, apply this patch:


https://github.com/PGBuildFarm/client-code/commit/75c762ba74fdec96ebf6c2433d61d3eeead825c3


cheers


andrew

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




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Buildfarm support for older versions
Следующее
От: Максим Орлов
Дата:
Сообщение: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.