From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: killing perl2host |
Date: | 2022-02-18 22:34:39 |
Message-ID: | f56727c4-a4de-bc16-2cc4-4491f9839717@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2/17/22 12:12, Andres Freund wrote:
> Hi,
>
> On 2022-02-17 09:20:56 -0500, Andrew Dunstan wrote:
>> I don't think we have or have ever had a buildfarm animal targeting
>> msys. In general I think of msys as a build environment to create native
>> binaries. But if we want to support targeting msys we should have an
>> animal doing that.
> It's pretty much cygwin. Wouldn't hurt to have a dedicated animal though, I
> agree. We do have a dedicated path for it in configure.ac:
>
> case $host_os in
> ...
> cygwin*|msys*) template=cygwin ;;
FYI I tested it while in wait mode for something else, and it fell over
at the first hurdle:
running bootstrap script ... 2022-02-18 22:25:45.119 UTC [34860] FATAL:
could not create shared memory segment: Function not implemented
2022-02-18 22:25:45.119 UTC [34860] DETAIL: Failed system call was
shmget(key=1407374884304065, size=56, 03600).
child process exited with exit code 1
I'm not intending to put any more effort into supporting it.
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2022-02-18 22:41:04 | Re: Time to drop plpython2? |
Previous Message | Andres Freund | 2022-02-18 22:23:19 | Re: Synchronizing slots from primary to standby |