[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)
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245163 --- Comment #5 from Piotr Kubaj <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"