Date: Sun, 23 Feb 2014 13:34:14 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: mexas@bris.ac.uk Cc: freebsd-ports@freebsd.org Subject: Re: libiconv pulled in by pkg upgrade? lots of errors after that Message-ID: <20140223133414.32c4b4c9@kalimero.tijl.coosemans.org> In-Reply-To: <201402231143.s1NBhuEG066682@mech-cluster241.men.bris.ac.uk> References: <20140223121617.4fe8d6af@kalimero.tijl.coosemans.org> <201402231143.s1NBhuEG066682@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Feb 2014 03:43:58 -0800 (PST) Anton Shterenlikht wrote: > From tijl@freebsd.org Sun Feb 23 11:21:17 2014 >> 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. > > # readelf -s /lib/libc.so.7 | grep __bsd_iconv_open > # > > Thanks, will do. > Perhaps this issue should be addressed in UPDATING.. > I'm at r257910. You need at least r258587.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140223133414.32c4b4c9>