Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1phtlA-0004Ix-Vk for pgsql-hackers@arkaria.postgresql.org; Thu, 30 Mar 2023 15:00:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1phtl9-00075M-LQ for pgsql-hackers@arkaria.postgresql.org; Thu, 30 Mar 2023 15:00:15 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1phtl9-00075C-C2 for pgsql-hackers@lists.postgresql.org; Thu, 30 Mar 2023 15:00:15 +0000 Received: from relay10.mail.gandi.net ([2001:4b98:dc4:8::230]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1phtl6-0003tC-5e for pgsql-hackers@lists.postgresql.org; Thu, 30 Mar 2023 15:00:14 +0000 Received: (Authenticated sender: adsend@dunslane.net) by mail.gandi.net (Postfix) with ESMTPSA id 68AF6240008; Thu, 30 Mar 2023 15:00:02 +0000 (UTC) Content-Type: multipart/alternative; boundary="------------lrQqHL3AlbTmsJsCOnQ0hVqv" Message-ID: <7c2d2d85-334b-6686-4bae-ce5c33af923e@dunslane.net> Date: Thu, 30 Mar 2023 11:00:01 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: meson/msys2 fails with plperl/Strawberry Content-Language: en-US To: Andres Freund Cc: PostgreSQL Hackers References: <20230326212830.q4x4qdvyhnzsbm3l@awork3.anarazel.de> <4B10C0F2-3502-456D-B2FA-E7956B9DAD50@dunslane.net> <20230327171850.ye6edfyl7h366vyn@awork3.anarazel.de> From: Andrew Dunstan In-Reply-To: <20230327171850.ye6edfyl7h366vyn@awork3.anarazel.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------lrQqHL3AlbTmsJsCOnQ0hVqv Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 2023-03-27 Mo 13:18, Andres Freund wrote: > Hi, > > On 2023-03-26 21:13:41 -0400, Andrew Dunstan wrote: >>> On Mar 26, 2023, at 5:28 PM, Andres Freund wrote: >>>> On 2023-03-26 12:39:08 -0700, Andres Freund wrote: >>>> First: I am *not* arguing we shouldn't repair building against strawberry perl >>>> with mingw. >>> Hm - can you describe the failure more - I just tried, and it worked to build >>> against strawberry perl on mingw, without any issues. All I did was set >>> -DPERL="c:/strawberrly/perl/bin/perl.exe". >> That might be the secret sauce I’m missing. I will be offline for a day or three, will test when I’m back. > It should suffice to put strawberry perl first in PATH. All that the -DPERL > does is to use that, instead of 'perl' from PATH. If putting strawberry perl > ahead in PATH failed, something else must have been going on... Yeah, What it actually needed was a system upgrade. Sorry for the noise. cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com --------------lrQqHL3AlbTmsJsCOnQ0hVqv Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit


On 2023-03-27 Mo 13:18, Andres Freund wrote:
Hi,

On 2023-03-26 21:13:41 -0400, Andrew Dunstan wrote:
On Mar 26, 2023, at 5:28 PM, Andres Freund <andres@anarazel.de> wrote:
On 2023-03-26 12:39:08 -0700, Andres Freund wrote:
First: I am *not* arguing we shouldn't repair building against strawberry perl
with mingw.
Hm - can you describe the failure more - I just tried, and it worked to build
against strawberry perl on mingw, without any issues. All I did was set
-DPERL="c:/strawberrly/perl/bin/perl.exe".

      
That might be the secret sauce I’m missing. I will be offline for a day or three, will test when I’m back.
It should suffice to put strawberry perl first in PATH. All that the -DPERL
does is to use that, instead of 'perl' from PATH. If putting strawberry perl
ahead in PATH failed, something else must have been going on...



Yeah, What it actually needed was a system upgrade. Sorry for the noise.


cheers


andrew


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