From owner-freebsd-perl@FreeBSD.ORG Mon Dec 22 15:36:19 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 3C9CAA6 for ; Mon, 22 Dec 2014 15:36:19 +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 EF718CF2 for ; Mon, 22 Dec 2014 15:36:18 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 313CABDC3E; Mon, 22 Dec 2014 16:36:17 +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 E0428BDC1D; Mon, 22 Dec 2014 16:36:16 +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 CB0DC60DA; Mon, 22 Dec 2014 16:36:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 6663C7A08853; Mon, 22 Dec 2014 16:36:15 +0100 (CET) Date: Mon, 22 Dec 2014 16:36:15 +0100 From: Mathieu Arnold To: Joe Francia , perl@freebsd.org Subject: Re: Perl5.20 update failure Message-ID: <65BC7E60B52A2A69808EF302@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:36:19 -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) And when you've sent me this build log, try adding the s back, and adding -Dusenm=3Dn, something like this: CONFIGURE_ARGS=3D -sde -Dprefix=3D${PREFIX} -Dusenm=3Dn \ --=20 Mathieu Arnold