From owner-freebsd-ports@FreeBSD.ORG Thu Sep 4 09:27:53 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A8A54D6 for ; Thu, 4 Sep 2014 09:27:53 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id DC97B1B61 for ; Thu, 4 Sep 2014 09:27:52 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmUGANwuCFRR8Z/O/2dsb2JhbABZgw1TyHOHVAGBCBd3hAQBBToNDyMQCw4KCSUPKh4GE4hGAa5KkAwBF49NB4RMAQSVboZ9gVyTR4NjOy+CTwEBAQ Received: from 206.159-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.159.206]) by relay.skynet.be with ESMTP; 04 Sep 2014 11:27:49 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s849Rm4n001752; Thu, 4 Sep 2014 11:27:49 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 4 Sep 2014 11:27:47 +0200 From: Tijl Coosemans To: Janos Dohanics Subject: Re: Missing /usr/local/lib/libiconv.la Message-ID: <20140904112747.731dbde1@kalimero.tijl.coosemans.org> In-Reply-To: <20140904020354.93419a1df81fe154308f0f02@3dresearch.com> References: <20140904020354.93419a1df81fe154308f0f02@3dresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org 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: Thu, 04 Sep 2014 09:27:53 -0000 On Thu, 4 Sep 2014 02:03:54 -0400 Janos Dohanics wrote: > Trying to build/install textproc/libxslt on FreeBSD 8.4-STABLE #0 > r264373 amd64: > > ===> Building for libxslt-1.1.28_4 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/textproc/libxslt/work/libxslt-1.1.28' > Making all in libxslt > gmake[2]: Entering directory `/usr/ports/textproc/libxslt/work/libxslt-1.1.28/libxslt' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/textproc/libxslt/work/libxslt-1.1.28/libxslt' > Making all in libexslt > gmake[2]: Entering directory `/usr/ports/textproc/libxslt/work/libxslt-1.1.28/libexslt' > CCLD libexslt.la > libtool: link: cannot find the library `/usr/local/lib/libiconv.la' or unhandled argument `/usr/local/lib/libiconv.la' > gmake[2]: *** [libexslt.la] Error 1 > gmake[2]: Leaving directory `/usr/ports/textproc/libxslt/work/libxslt-1.1.28/libexslt' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/textproc/libxslt/work/libxslt-1.1.28' > gmake: *** [all] Error 2 > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop in /usr/ports/textproc/libxslt. > *** Error code 1 > > Which port is it that installs libiconv.la? > > Please advise... Run "make all-depends-list" in textproc/libxslt and make sure you have the latest version of the ports it lists.