[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
Fri Oct 9 03:37:33 UTC 2020


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

--- Comment #12 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
The results mean
DEFAULT_VERSIONS does not include perl5=5.30.
But, there is something that directly changes PERL5_DEFAULT to 5.30 when
working directory is /usr/ports/*/perl5.32.

I forgot one variable where I find one possibility of that something.
It is the following command.

> make -C /usr/ports/lang/perl5.32/ -V DEFAULT_VERSIONS -V LOCALBASE -V PERL5_DEFAULT -V _PERL5_FROM_BIN

If there is an extra line of numbers like 5.30, there is a perl somewhere that
doesn't manage pkg and it returns that number.
If there is one more blank line, run "grep -r -n -e PERL5_DEFAULT --exclude
/dev/\* --exclude /other/devfs/\* / " :) to find the file defining the make
variable or environment variable named PERL5_DEFAULT.

In addition, to read /etc/make.conf in a jail, use the following command.

> jexec -l <jid or jailname checked using jls -v is here> cat /etc/make.conf

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


More information about the freebsd-ports-bugs mailing list