From owner-freebsd-questions@freebsd.org Thu Dec 15 07:30:00 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13922C81B88 for ; Thu, 15 Dec 2016 07:30:00 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from lizard.floco.com (mail.floco.com [24.239.116.125]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA22E7B0; Thu, 15 Dec 2016 07:29:59 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from lizard.floco.com (localhost [127.0.0.1]) by lizard.floco.com (Postfix) with ESMTP id B23D8BAF7; Thu, 15 Dec 2016 02:29:56 -0500 (EST) X-Virus-Scanned: amavisd-new at floco.com Received: from lizard.floco.com ([127.0.0.1]) by lizard.floco.com (lizard.floco.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sziVY4HsJ4rS; Thu, 15 Dec 2016 02:29:34 -0500 (EST) Received: from smtpb.telissant.net (smtpb.telissant.net [199.233.230.156]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lizard.floco.com (Postfix) with ESMTPS id EBBD3BAF2; Thu, 15 Dec 2016 02:29:33 -0500 (EST) Received: from barrida.3dresearch.com (localhost [127.0.0.1]) by smtpb.telissant.net (Postfix) with ESMTP id 5A6DA3ADB7; Thu, 15 Dec 2016 02:29:33 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpb.telissant.net ([127.0.0.1]) by barrida.3dresearch.com (barrida.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UyVHZ5m2n_94; Thu, 15 Dec 2016 02:29:07 -0500 (EST) Received: from elettra.3dresearch.com (unknown [71.112.242.7]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpb.telissant.net (Postfix) with ESMTPSA id 5CACC3AD57; Thu, 15 Dec 2016 02:29:07 -0500 (EST) Received: from elettra.3dresearch.com (localhost [127.0.0.1]) by elettra.3dresearch.com (Postfix) with SMTP id ADE1311A27B; Thu, 15 Dec 2016 02:29:06 -0500 (EST) Date: Thu, 15 Dec 2016 02:28:53 -0500 From: Janos Dohanics To: Tijl Coosemans Cc: FreeBSD Questions Subject: Re: /usr/local/lib/libiconv.so.3 missing Message-Id: <20161215022853.13830f493a6a37ddc0b88aaa@3dresearch.com> In-Reply-To: <20161214191145.0bc1cd11@kalimero.tijl.coosemans.org> References: <20161214112820.4a39854d67df87a97d7a9033@3dresearch.com> <20161214180148.4c5973df@kalimero.tijl.coosemans.org> <20161214122441.702663c869304f77fba6bb6a@3dresearch.com> <20161214191145.0bc1cd11@kalimero.tijl.coosemans.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) 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.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 07:30:00 -0000 On Wed, 14 Dec 2016 19:11:45 +0100 Tijl Coosemans wrote: > On Wed, 14 Dec 2016 12:24:41 -0500 Janos Dohanics > wrote: > > On Wed, 14 Dec 2016 18:01:48 +0100 > > Tijl Coosemans wrote: > >> On Wed, 14 Dec 2016 11:28:20 -0500 Janos Dohanics > >> wrote: > >>> On a FreeBSD 9.2-STABLE box I'm > >>> missing /usr/local/lib/libiconv.so.3, and thus I'm unable to > >>> update several ports. > >>> > >>> I understand that it should be installed by converters/libiconv > >>> (at least that's what 'pkg which /usr/local/lib/libiconv.so.3' > >>> says on a 9.3-STABLE box, and it is just a link to > >>> libiconv.so.2). However, reinstalling libiconv-1.14_6 does not > >>> install /usr/local/lib/libiconv.so.3. > >>> > >>> What's the right fix for this? > >> > >> What is the exact error you are seeing? > > > > here is the build log: > > > > http://wwwr.3dresearch.com/upgrade_bash-4.3.30.txt > > You'll have to update gettext-runtime and bison first. It's odd that > portupgrade doesn't detect that. Thank you for your help, it worked perfectly. -- Janos Dohanics