From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 29 10:16:58 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 183DE6A5 for ; Wed, 29 Jan 2014 10:16:58 +0000 (UTC) Received: from fep20.mx.upcmail.net (fep20.mx.upcmail.net [62.179.121.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF94175F for ; Wed, 29 Jan 2014 10:16:57 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep19-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140129101631.DZHV19291.viefep19-int.chello.at@edge02.upcmail.net>; Wed, 29 Jan 2014 11:16:31 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge02.upcmail.net with edge id KmGW1n00i2Rg3Ey02mGWHy; Wed, 29 Jan 2014 11:16:31 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52E8D4FF.5070702@rainbow-runner.nl> Date: Wed, 29 Jan 2014 11:16:31 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Robert Burmeister , gnome@FreeBSD.org Subject: Re: FreeBSD Port: editors/abiword References: <52E87F2E.40204@UToledo.edu> In-Reply-To: <52E87F2E.40204@UToledo.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140128-1, 28-01-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 10:16:58 -0000 On 29-1-2014 5:10, Robert Burmeister wrote: > Abiword 2.8.6 fails to build on FreeBSD 10.0 i386 with error > libtool: link: '/usr/local/lib/libiconv.la' is not a valid libtool > archive > > iconv should be pulled from the base system on FreeBSD 10. That is correct, as you noted on 10 the libiconv port isn't needed anymore. Can you run 'pkg which /usr/local/lib/libiconv.la' and see if it orphaned file? If that is the case you can remove it. -Koop