From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Larry Rosenman <ler(at)lerctr(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Buildfarm support for older versions |
Date: | 2021-12-23 16:13:36 |
Message-ID: | 8890ac3e-ab77-e74f-5be4-5824a9a5875e@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2021-12-23 16:27:48 | Re: Buildfarm support for older versions |
Previous Message | Euler Taveira | 2021-12-23 15:54:41 | Re: Delay the variable initialization in get_rel_sync_entry |