From owner-freebsd-perl@FreeBSD.ORG Mon Dec 22 15:21:01 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6A37CFC for ; Mon, 22 Dec 2014 15:21:01 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A5C1CA9F for ; Mon, 22 Dec 2014 15:21:01 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E747FBDC1F; Mon, 22 Dec 2014 16:20:59 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id CDE45BDC25; Mon, 22 Dec 2014 16:20:59 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 97DB760DA; Mon, 22 Dec 2014 16:20:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 00F757A08620; Mon, 22 Dec 2014 16:20:57 +0100 (CET) Date: Mon, 22 Dec 2014 16:20:57 +0100 From: Mathieu Arnold To: Joe Francia , perl@freebsd.org Subject: Re: Perl5.20 update failure Message-ID: <5B5DF065C3B7CC456652006E@ogg.in.absolight.net> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 15:21:02 -0000 +--On 22 d=C3=A9cembre 2014 16:15:16 +0100 Mathieu Arnold wrote: | +--On 21 d=C3=A9cembre 2014 03:21:04 -0500 Joe Francia = | 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 |=20 | You're the second one to report that failure. Which should not happen as | the answer to: |=20 | Shall I use /usr/bin/nm to extract C symbols from the libraries? [y] |=20 | should be no, and not yes. |=20 | Could you try to build it again, saving the output too, with patching | lang/perl5.20/Makefile slightly, there is a line with: |=20 | CONFIGURE_ARGS=3D -sde -Dprefix=3D${PREFIX} \ |=20 | could you change it to: | CONFIGURE_ARGS=3D -de -Dprefix=3D${PREFIX} \ |=20 | (removing the s) Also, what version of FreeBSD are you running, and when is your ports tree from ? --=20 Mathieu Arnold