Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22

From: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22
Date: 2015-07-06 07:44:11
Message-ID: 559A31CB.5020006@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-hackers

On 7/5/2015 11:35 PM, Andrew Dunstan wrote:
>
> On 07/04/2015 11:02 AM, Tom Lane wrote:
>>
>> I wondered how come we had not seen this problem in the buildfarm,
>> but the answer appears to be that our only working Cygwin critter
>> (brolga) doesn't build any of the optional PLs, so it skips these
>> modules altogether. Seems like we need to improve that situation.
>>
>>
>
> brolga has been on life support for quite a long time. The reason it
> hasn't been retired is that for a long time I was unable to get a
> buildfarm member running successfully on a more modern Cygwin. That now
> appears to have resolved itself, so in a week or so I will set up a
> Cygwin buildfarm member running on a modern Cygwin on Windows 8.1, and
> build with perl, python, openssl, libxml and libxslt. Note that I have
> only tested 32 bit Cygwin - 64-bit might well be a whole different story.

Hi Andrew,
I have not seen any particular difference between the two cygwin flavors
I am running both versions on my W7 64 bit.

The only trick is to have two different names for the cygserver service
to avoid collision. Those services are capable to run at the same time.

E.G. from 64 bit point of view:
$ cygrunsrv.exe -L
(cygserver)
cygserver64
(sshd)

in brackets the 32bit services.

Let me know if you need any support

> cheers
>
> andrew

Regards
Marco

In response to

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2015-07-07 03:31:45 == PostgreSQL Weekly News - July 06 2015 ==
Previous Message Andrew Dunstan 2015-07-05 21:35:52 Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2015-07-06 12:01:21 Re: pg_archivecleanup, and backup filename to specify as an argument
Previous Message Michael Paquier 2015-07-06 07:39:15 Re: dblink: add polymorphic functions.