[Bug 250053] lang/perl5.32: perl5.32-5.32.0 doesn't meet perl5>=5.32.r0<5.33

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 8 07:00:38 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250053

--- Comment #10 from gergely.czuczy at harmless.hu ---
Here's the output:
# make -C /usr/ports/lang/perl5.32/ -V DEFAULT_VERSIONS -V LOCALBASE -V
PERL5_DEFAULT
python=3.7
/usr/local
5.30
root at 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 at 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 environment
is cleaned up. The ports tree is clean, and there're no packages in the jail,
not even pkg.
# cat /etc/make.conf
DEFAULT_VERSIONS+=python=3.7
#DEFAULT_VERSIONS+=  perl5=5.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 doesn't
work due that error said previously.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list