From owner-freebsd-ports@FreeBSD.ORG Sun Jan 25 17:13:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4621790 for ; Sun, 25 Jan 2015 17:13:18 +0000 (UTC) Received: from mail.covisp.net (mail.covisp.net [75.148.37.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E4EC25 for ; Sun, 25 Jan 2015 17:13:18 +0000 (UTC) Received: from [10.0.0.125] (23-24-150-141-static.hfc.comcastbusiness.net [23.24.150.141]) by mail.covisp.net (Postfix) with ESMTPSA id 100C450D39D for ; Sun, 25 Jan 2015 10:13:17 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.4\)) Subject: Re: libiconv.la issues From: LuKreme In-Reply-To: <54C4A332.6050601@gmx.de> Date: Sun, 25 Jan 2015 10:13:16 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <650EA670-F40C-48B1-A224-1F89D94330E7@kreme.com> References: <48B3BE9F-C006-4CA3-A80B-670DE5216AB5@kreme.com> <2CF124F1-85D3-4F9B-A446-DDC1F22C81F4@kreme.com> <54C4A332.6050601@gmx.de> To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.2070.4) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 17:13:18 -0000 On Jan 25, 2015, at 1:02 AM, olli hauer wrote: > On 2015-01-25 05:46, LuKreme wrote: >> On Jan 24, 2015, at 9:17 PM, LuKreme wrote: >>> sed: /usr/local/lib/libiconv.la: No such file or directory >>> libtool: link: `/usr/local/lib/libiconv.la' is not a valid libtool = archive >>> *** [libarchive.la] Error code 1 > ... >> # uname -v >> FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 02:38:15 UTC 2014 = root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC=20 >=20 > Please follow the instructions in UPDATING entry 20140909. I had found a slightly different command line in a mailing list archive = which returned no results. find /usr/local/lib -name '*.la' -exec grep -qi iconv {} \; -print | = xargs -n 1 pkg which -oq | sort -u $ find /usr/local/lib -name '*.la' | xargs grep -l 'libiconv.la' | xargs = pkg which /usr/local/lib/libgdbm.la was not found in the database /usr/local/lib/apr-util-1/apr_dbm_gdbm.la was not found in the database /usr/local/lib/libaprutil-1.la was not found in the database /usr/local/lib/libxml2.la was not found in the database Much better. After sorting out a python issue, it looks to be happily = building p5- (It wilily kill me in the morning, though). > BTW, FreeBSD 9.2 is EoL since 2014-12-30, see = http://www.freebsd.org/security/security.html#sup >=20 > Perhaps a good time to upgrade from 9.2 -> 9.3 Yes, but updating my installs seemed like a good thing to do *BEFORE* I = update from 9.2/ --=20 Hard work pays off in the future. Laziness pays off now.