Date: Thu, 08 Oct 2020 07:00:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 250053] lang/perl5.32: perl5.32-5.32.0 doesn't meet perl5>=5.32.r0<5.33 Message-ID: <bug-250053-7788-cRuMQ2iNW3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250053-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-250053-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250053 --- Comment #10 from gergely.czuczy@harmless.hu --- Here's the output: # make -C /usr/ports/lang/perl5.32/ -V DEFAULT_VERSIONS -V LOCALBASE -V PERL5_DEFAULT python=3D3.7 /usr/local 5.30 root@build:/usr/ports# pkg which -qo /usr/local/bin/perl The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: ^C root@build:/usr/ports# pkg info -r `pkg which -qo /usr/local/bin/perl` ^C The last 2 commands didn't work as expected of course, because the environm= ent is cleaned up. The ports tree is clean, and there're no packages in the jai= l, not even pkg. # cat /etc/make.conf DEFAULT_VERSIONS+=3Dpython=3D3.7 #DEFAULT_VERSIONS+=3D perl5=3D5.30 When I've forced the default version to be 5.30, then things started to work again. But by default, when building help2man, it goes for 5.32, which does= n't work due that error said previously. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250053-7788-cRuMQ2iNW3>