From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Noah Misch <noah(at)leadboat(dot)com> |
Cc: | Daniel Gustafsson <daniel(at)yesql(dot)se>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com> |
Subject: | Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3. |
Date: | 2021-10-10 18:42:11 |
Message-ID: | 318519.1633891331@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
I wrote:
> The closest I can get to what we want using cpanm is with this recipe:
> cpanm install Test::Simple(at)0(dot)87_01
> cpanm install IPC::Run(at)0(dot)79
> cpanm install ExtUtils::MakeMaker(at)6(dot)50 # downgrade
Upon trying to actually use the perlbrew installation, I discovered
another oversight in the recipe: at least with old perl versions,
you end up with a non-shared libperl, so that --with-perl fails.
That leads me to the attached revision...
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
improve-test-perl-README-3.patch | text/x-diff | 1.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2021-10-10 19:55:43 | Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3. |
Previous Message | Tom Lane | 2021-10-10 17:17:10 | Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3. |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2021-10-10 19:48:09 | Re: Adding CI to our tree |
Previous Message | Mikael Kjellström | 2021-10-10 18:04:51 | Re: Time to upgrade buildfarm coverage for some EOL'd OSes? |