From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 04:59:06 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C156F16A403 for ; Fri, 1 Dec 2006 04:59:06 +0000 (UTC) (envelope-from mcrogerm@stjohn.ac.th) Received: from stjohn.ac.th (ns.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C333543CA8 for ; Fri, 1 Dec 2006 04:58:53 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th [203.151.134.104] by stjohn.ac.th with ESMTP (SMTPD-8.22) id A6951E10; Fri, 01 Dec 2006 11:59:01 +0700 Message-Id: <5.2.0.9.0.20061201115546.00a88510@127.0.0.1> X-Sender: 2-server.international.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 01 Dec 2006 11:59:10 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt In-Reply-To: <20061201044004.GA96452@xor.obsecurity.org> References: <5.2.0.9.0.20061201112758.00b20b60@127.0.0.1> <5.2.0.9.0.20061201074732.00a883c8@127.0.0.1> <5.2.0.9.0.20061201112758.00b20b60@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Missing libicui18n.so.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 04:59:06 -0000 At 11:40 PM 11/30/2006 -0500, you wrote: >On Fri, Dec 01, 2006 at 11:30:17AM +0700, Roger Merritt wrote: > > At 09:27 AM 12/1/2006 +0700, you wrote: > > >I'm running 6.1-STABLE, and a few days ago cvsup'ed and tried portupgrade. > > > > > >Portupgrade failed on some of xfce4's components. Checking xfce4-print > and > > >xfce4-desktop's output, I have the error message: > > > > > >libicui18n.so.34, needed by /usr/local/lib/libglib-2.0.so not found (try > > >using -rpath or -rpath-link) > > > > > >So, checking for the library I first tried 'locate libicui18n.so.34' and > > >got: > > > > > >/usr/local/lib/libicui18n.so.34 > > >/usr/local/lib/libicui18n.so.34.1 > > > > > >but when I ran 'find /usr/local/lib -name libicui18n.so.34' it doesn't > > >find anything. Apparently something deleted the library since the last > > >time 'locate' updated its database. > >Presumably your portupgrade. > > > >OK, so 'ls -l /usr/local/lib/libicui18n*' gives me: > > > > > > > > >lrwxr-xr-x 1 root wheel 18 Oct 15 18:24 libicui18n.so -> > > >libicui18n.so.36.0 > > >lrwxr-xr-x 1 root wheel 18 Oct 15 18:24 libicui18n.so.36 -> > > >libicui18n.so.36.0 > > >-r--r--r-- 1 root wheel 1474969 Oct 15 18:24 libicui18n.so.36.0 > > > > > > > > >Apparently the library libicui18n.so.XX is installed by something called > > >icu. I don't know what it is, but the latest version is icu-36, and it > > >installed libicui18n.so.36.0, made links to it, and may have deleted > > >libicui18n.so.34 at the same time. Should I try creating a link named > > >'libicui18n.so.34' to 'libicui18n.so.36.0'? > >No, there's a reason the library changed name, after all. > >This problem usually happens when you forget to update all ports that >depend on an updated port. Try portupgrade -a or similar to repair >it. Well, that's what first brought the problem to my attention. I did a cvsup, then a fetchindex, then a porstdb -u, then a pkgdb -F, and finally a portupgrade -a, and had a number of ports that failed. Five of them have to do with xfce4, all related to the library problem. Well, I'll try a new cvsup and portupgrade. -- Roger