Date: Fri, 10 Jun 2022 21:10:39 +1000 From: Andy Farkas <andyf@andyit.com.au> To: ports@freebsd.org Subject: Re: make index fail Message-ID: <453535e5-900a-ef2d-9bce-5ba20817a680@andyit.com.au> In-Reply-To: <1084b4eb-b532-5f4a-e0d7-92d7b3526efd@FreeBSD.org> References: <5eaa3181-a1dd-81da-9753-be8233a677f5@andyit.com.au> <aa63a01b-beb3-b553-8c59-f6f22755b159@andyit.com.au> <PSAPR03MB563962CBC28720EDEC9E3636FAA69@PSAPR03MB5639.apcprd03.prod.outlook.com> <608a1c7f-f22b-ab79-193c-6e64e05a92a5@andyit.com.au> <PSAPR03MB56392112638F3F91F9EC451EFAA69@PSAPR03MB5639.apcprd03.prod.outlook.com> <1084b4eb-b532-5f4a-e0d7-92d7b3526efd@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/06/2022 8:53 pm, Norikatsu Shigemura wrote: > Ah, I know this issue. > > On 2022/06/10 14:07, Tatsuki Makino wrote: >> If there is still a problem, is there something wrong with the >> environment variables? >> Also, there is no difference in the error message, so I can't >> determine whether it is running in /usr/libexec/make_index or >> /usr/ports/Tools/make_index. > > If you use perl 5.30, update to perl 5.32 or 5.34. > Perl 5.30 is no longer support in this time. I will install perl-5.32. Interesting you say perl5-30 not supported anymore (I believe you) but: %%% root@mater:/usr/ports/lang/perl5.32 # make clean ===> Cleaning for perl5.32-5.32.1_1 root@mater:/usr/ports/lang/perl5.32 # make fetch ################################################## This is *NOT* the DEFAULT perl version It will *NOT* install /usr/local/bin/perl It will *ONLY* install /usr/local/bin/perl5.32.1 The default Perl version currently is 5.30. If you want to use this version as the default, stop the build now, add this line to your /etc/make.conf, and then restart the build. DEFAULT_VERSIONS+=perl5=5.32 ################################################## %%% -andyf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?453535e5-900a-ef2d-9bce-5ba20817a680>