From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: [HACKERS] pgsql: Implement a few changes to how shared libraries and dynamically |
Date: | 2008-04-08 04:37:13 |
Message-ID: | 47FAF679.1070005@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Tom Lane wrote:
> petere(at)postgresql(dot)org (Peter Eisentraut) writes:
>
>> Implement a few changes to how shared libraries and dynamically loadable
>> modules are built.
>>
>
> Seems this patch has broken all the Windows buildfarm animals ... is
> anybody on that?
>
Not all, only those that use the Makefile build system, i.e. MSVC is not
failing, but MinGW and Cygwin are.
Specifically, we are failing thus during initdb:
creating conversions ... FATAL: could not access file "$libdir/ascii_and_mic": No such file or directory
I can't immediately see the cause, although presumably it's the changes in Makefile.shlib that have done it.
Maybe we need to set up a Windows machine or two somewhere so that committers can test out stuff like this ...
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2008-04-08 07:43:06 | Re: [HACKERS] pgsql: Implement a few changes to how shared libraries and dynamically |
Previous Message | Tom Lane | 2008-04-08 03:33:35 | Re: pgsql: Implement a few changes to how shared libraries and dynamically |
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2008-04-08 06:05:32 | Re: File system snapshots for multiple file systems |
Previous Message | Joshua D. Drake | 2008-04-08 03:36:25 | Re: Feature freeze status |