From owner-freebsd-ports@FreeBSD.ORG Sun Feb 23 11:16:27 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 1216D698 for ; Sun, 23 Feb 2014 11:16:27 +0000 (UTC) Received: from mailrelay011.isp.belgacom.be (mailrelay011.isp.belgacom.be [195.238.6.178]) by mx1.freebsd.org (Postfix) with ESMTP id A1CA61245 for ; Sun, 23 Feb 2014 11:16:26 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AogGAAjYCVNbsIvO/2dsb2JhbABZDoJ4vmCDB4EEF3SCJQEBBTocIxALGAklDyoeiCIBx2sXjmQHFoQiAQOYM5Iogm5AOw Received: from 206.139-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.139.206]) by relay.skynet.be with ESMTP; 23 Feb 2014 12:16:18 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s1NBGHIC001172; Sun, 23 Feb 2014 12:16:17 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 23 Feb 2014 12:16:17 +0100 From: Tijl Coosemans To: mexas@bris.ac.uk Subject: Re: libiconv pulled in by pkg upgrade? lots of errors after that Message-ID: <20140223121617.4fe8d6af@kalimero.tijl.coosemans.org> In-Reply-To: <201402230851.s1N8pX2J066307@mech-cluster241.men.bris.ac.uk> References: <201402230851.s1N8pX2J066307@mech-cluster241.men.bris.ac.uk> 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.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 11:16:27 -0000 On Sun, 23 Feb 2014 00:51:34 -0800 (PST) Anton Shterenlikht wrote: > pkg upgrade pulled libiconv. > Now I get errors like: > > # gphoto2 -l > /usr/local/lib/libgphoto2/2.5.3.1/ptp2.so: Undefined symbol "__bsd_iconv_open" > > firefox > /usr/local/lib/firefox/libxul.so: Undefined symbol "__bsd_iconv_open" This symbol is in libc: % readelf -s /lib/libc.so.7 | grep __bsd_iconv_open 759: 00045980 41 FUNC GLOBAL DEFAULT 11 __bsd_iconv_open@@FBSD_1.3 2558: 00045aa0 50 FUNC GLOBAL DEFAULT 11 __bsd_iconv_open_into@@FBSD_1.3 If that's not the case on your system you need to update world.