[Bug 245163] lang/perl5.30 : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:Perl lib version (5.30.2) doesn't match executable ... version (5.30.1)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 5 13:59:02 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245163
--- Comment #5 from Piotr Kubaj <pkubaj at FreeBSD.org> ---
(In reply to canardo from comment #4)
pod/buildtoc: Perl lib version (5.30.2) doesn't match executable
'/usr/ports/lang/perl5.30/work/perl-5.30.2/perl' version (5.30.1) at
lib/Config.pm line 62.
It seems that for some reason the already installed perl conflicts with new.
Make a package of the old one just in case, remove it, and try to install the
new perl.
Basically:
# pkg create perl5.30
# pkg delete -fy perl5.30
# make -C /usr/ports/lang/perl5.30 clean
# make -C /usr/ports/lang/perl5.30 install clean
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list