Date: Sun, 25 Jan 2015 10:13:16 -0700 From: LuKreme <kremels@kreme.com> To: freebsd-ports@freebsd.org Subject: Re: libiconv.la issues Message-ID: <650EA670-F40C-48B1-A224-1F89D94330E7@kreme.com> In-Reply-To: <54C4A332.6050601@gmx.de> References: <48B3BE9F-C006-4CA3-A80B-670DE5216AB5@kreme.com> <2CF124F1-85D3-4F9B-A446-DDC1F22C81F4@kreme.com> <54C4A332.6050601@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 25, 2015, at 1:02 AM, olli hauer <ohauer@gmx.de> wrote: > On 2015-01-25 05:46, LuKreme wrote: >> On Jan 24, 2015, at 9:17 PM, LuKreme <kremels@kreme.com> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?650EA670-F40C-48B1-A224-1F89D94330E7>