From owner-freebsd-questions@FreeBSD.ORG Sat Sep 21 16:52:54 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id 05A66845 for ; Sat, 21 Sep 2013 16:52:54 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm2-vm1.bullet.mail.ird.yahoo.com (nm2-vm1.bullet.mail.ird.yahoo.com [77.238.189.200]) by mx1.freebsd.org (Postfix) with SMTP id 37200299F for ; Sat, 21 Sep 2013 16:52:52 +0000 (UTC) Received: from [77.238.189.232] by nm2.bullet.mail.ird.yahoo.com with NNFMP; 21 Sep 2013 16:52:51 -0000 Received: from [46.228.39.104] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 21 Sep 2013 16:52:51 -0000 Received: from [127.0.0.1] by smtp141.mail.ir2.yahoo.com with NNFMP; 21 Sep 2013 16:52:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1379782371; bh=h10taDhhJWxJNtOKFE4s0RtUtsDIW+/si9E0nWvikJM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=MnHx2oRFjJHNGBrg18xwzdoELAWTLAO3wwZRf13qzQN23CmN+Vo1Frtr/grj2fAyJDh2oqVQRXKW/qnJQsZRo0Fy4RMsNybiyiv/olc0vCvK7Lf7rBsjDt4Y+Ezn1ksTZcux5kOavJ+t+FkC1e/p3XwsaFK+xXixslWXOwuexxg= X-Yahoo-Newman-Id: 528506.56484.bm@smtp141.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: aioqMR8VM1kmbYAAP0NsYzBpyA5l7qHeikfiCxy5uyAJua. VZbezyXLij.Op.1377myu9HH4bjY.oXpFsikeRMpPMR9E0KjPiyblA89toKl eytbkUaUQ4aJ_YITBQyOCzclEhDllxVqWY5BkShm6fSFuKZ6m38khNxzb3Ud F.OXPb_UXWJUiWMEwlCd42I3Zt.8gP2kOF3V3RUZsXz4_zN6LjM88M_5Dmi8 j63aN2o5krwkVbD1ncKO1kCphaqryN4Sn2emQwcvk9wEM67vX1g4QxjbSplh Z.gsQeDQWxYnjA6EB4WWfAtxjXXAXgCTdd9CCP9NWKS5xpOZuYiHKiFMrY.b pq90s2x703IDYyDCmG6Omtjj.9qwc5Aj_fhlOMh5UAgIPoSJ7ZLXxLJ0LFNe gECvo03EU0YJOyRo7A6f0Su628sqH85zWXLvWGZtBva4vlVU1FSHkRcQ.flx _wimTWVl6jNwgebDf4rxTF8SkmaHvxcjCct4UB7_yHKxtjoc55K8BfRmq8DU GIwnu64CPLImYmyvcPayTFrF.WJ.XTvooVh.ZmGHeFBtz9CvwR8o- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@89.7.216.154 with ) by smtp141.mail.ir2.yahoo.com with SMTP; 21 Sep 2013 16:52:51 +0000 UTC Date: Sat, 21 Sep 2013 18:52:54 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: e2fsprogs fails to build/compile in FreeBSD 9.1 Message-Id: <20130921185254.26fa9d523d7b14d174ab31a4@yahoo.es> In-Reply-To: References: X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 16:52:54 -0000 On Fri, 20 Sep 2013 12:25:12 -0500 Antonio Olivares wrote: > /usr/local/lib/libintl.a(dcigettext.o): In function `_nl_find_msg': > dcigettext.c:(.text+0x94b): undefined reference to `libiconv_open' > dcigettext.c:(.text+0x9fa): undefined reference to `libiconv' > dcigettext.c:(.text+0xbaf): undefined reference to `libiconv_open' > /usr/local/lib/libintl.a(relocatable.o): In function > `libintl_set_relocation_prefix': > relocatable.c:(.text+0x14b): undefined reference to > `libiconv_set_relocation_prefix' > > Ideas, advice, suggestions, will be greatly appreciated. Perhaps libiconv.so you have installed is newer or older than e2fsprogs need. I remember some moths ago that libiconv was updated and had a similar issuse with fuse msdosfs. Don't know how I fixed it sorry. You can try a portmaster -w libiconv > > Best Regards, > > > Antonio --- --- Eduardo Morras