Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 16:15:16 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Joe Francia <joe@joefrancia.com>, perl@freebsd.org
Subject:   Re: Perl5.20 update failure
Message-ID:  <BD61E2CB770A4AA52806B79F@ogg.in.absolight.net>
In-Reply-To: <CAJXUY5zyySh7eu-h0-o3Mmt7pqW9pd21DJjgZab2yyQXgH8FPg@mail.gmail.com>
References:  <CAJXUY5zyySh7eu-h0-o3Mmt7pqW9pd21DJjgZab2yyQXgH8FPg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 21 d=C3=A9cembre 2014 03:21:04 -0500 Joe Francia <joe@joefrancia.com>
wrote:
| Tried upgrading from perl5.16 to perl5.20, and got a failure during the
| configuration phase.
|=20
| 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=3D	-sde -Dprefix=3D${PREFIX} \

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

(removing the s)

--=20
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BD61E2CB770A4AA52806B79F>