Perl5.20 update failure

Mathieu Arnold mat at FreeBSD.org
Mon Dec 22 15:15:21 UTC 2014


+--On 21 décembre 2014 03:21:04 -0500 Joe Francia <joe at joefrancia.com>
wrote:
| Tried upgrading from perl5.16 to perl5.20, and got a failure during the
| configuration phase.
| 
| There was no config.log in the given location, so I've pasted the console
| output into a file called config.log and attached. Also attached is the
| list of installed packages

You're the second one to report that failure.  Which should not happen as
the answer to:

Shall I use /usr/bin/nm to extract C symbols from the libraries? [y]

should be no, and not yes.

Could you try to build it again, saving the output too, with patching
lang/perl5.20/Makefile slightly, there is a line with:

CONFIGURE_ARGS=	-sde -Dprefix=${PREFIX} \

could you change it to:
CONFIGURE_ARGS=	-de -Dprefix=${PREFIX} \

(removing the s)

-- 
Mathieu Arnold


More information about the freebsd-perl mailing list