Perl5.20 update failure

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



+--On 22 décembre 2014 16:15:16 +0100 Mathieu Arnold <mat at FreeBSD.org>
wrote:
| +--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)

And when you've sent me this build log, try adding the s back, and adding
-Dusenm=n, something like this:

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

-- 
Mathieu Arnold


More information about the freebsd-perl mailing list