From owner-freebsd-perl@FreeBSD.ORG Thu Dec 18 14:06:16 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 169653B4; Thu, 18 Dec 2014 14:06:16 +0000 (UTC) Received: from st11p01mm-asmtp001.mac.com (st11p01mm-asmtp001.mac.com [17.172.204.239]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF4BC1D7D; Thu, 18 Dec 2014 14:06:15 +0000 (UTC) Received: from [192.168.0.3] (ip68-107-248-189.no.no.cox.net [68.107.248.189]) by st11p01mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NGS00IL476B3Y20@st11p01mm-asmtp001.mac.com>; Thu, 18 Dec 2014 14:06:13 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2014-12-18_04:2014-12-18,2014-12-18,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1412180134 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: Perl 5.18.4_10 Failed to update From: Scott Loga In-reply-to: Date: Thu, 18 Dec 2014 08:06:11 -0600 Content-transfer-encoding: quoted-printable Message-id: <68776235-7E61-4B60-A869-6132729BD355@mac.com> References: <6C8E5E77-36B5-417B-BF76-7A17519F8B73@mac.com> To: Mathieu Arnold X-Mailer: Apple Mail (2.1993) Cc: perl@FreeBSD.org 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: Thu, 18 Dec 2014 14:06:16 -0000 > On Dec 18, 2014, at 04:45, Mathieu Arnold wrote: >=20 >=20 >=20 > +--On 17 d=C3=A9cembre 2014 19:38:11 -0600 Scott Loga = wrote: > | Checking for GNU C Library... > | Shall I use /usr/bin/nm to extract C symbols from the libraries? [y] = =20 >=20 > For some reason, you get a yes there instead of the normal: > Checking for GNU C Library... > Shall I use /usr/bin/nm to extract C symbols from the libraries? [n] =20= >=20 > What version of FreeBSD do you have ? What patches are you using ? = What do > you have in your make.conf ? What do you have in your environment. >=20 > --=20 > Mathieu Arnold Mathieu, I apologize for not including the uname information earlier. This error = is occurring in in my jail (ezjail). =20 The uname for both the host and jail is: FreeBSD sl01.d.rootbsd.net 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org: /usr/obj/usr/src/sys/GENERIC amd64 My make.conf is as follow: WRKDIRPREFIX=3D /var/ports DISTDIR=3D /var/ports/distfiles PACKAGES=3D /var/ports/packages INDEXDIR=3D /var/ports # # Additions by Scott Loga # WITH_BDB_VER=3D5 APACHE_PORT=3Dwww/apache24 OPTIONS_UNSET=3DX11 The latest updates on the host via freebsd-update have been applied as = well as in the jails (via ezjail-admin update -u) This jail is serving a single wordpress website. Nothing special with = my setup. The Perl update was applied successfully on the host before it was = attempted in the jail. The update only fails in my jailed environments. If I can provide additional information, please don=E2=80=99t hesitate = to ask. I appreciate everyone=E2=80=99s help. Rgs, Scott=