From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 23:15:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858E116A4CE for ; Sun, 4 Apr 2004 23:15:27 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AB543D53 for ; Sun, 4 Apr 2004 23:15:27 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i356EN8a013186; Sun, 4 Apr 2004 23:14:24 -0700 From: Kent Stewart To: jaymo@cromagnon.cullmail.com Date: Sun, 4 Apr 2004 23:15:23 -0700 User-Agent: KMail/1.6.1 References: <200404050103.12658.jaymo@cromagnon.cullmail.com> In-Reply-To: <200404050103.12658.jaymo@cromagnon.cullmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404042315.23696.kstewart@owt.com> cc: freebsd-questions@freebsd.org cc: John Duffey Subject: Re: gtk20 failure [ part of 5.2 portupgrade hairball ] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 06:15:27 -0000 On Sunday 04 April 2004 11:03 pm, Jay Moore wrote: > In the continuing saga of the portupgrade... > > portupgrade -a finally halted with 2 errors, and 54 skipped packages > > The first error was a fetch error. I fixed it with a portupgrade > "pkgname" > > The second was with gtk20. I first tried "portupgrade gtk20", but was > informed to try "make deinstall" & "make reinstall". The make > deinstall seemed to work OK, but make reinstall crapped out as shown > below. Looks like the "libintl.so.5" file wasn't found... You have an out of date port that depends on gettext. The current library is libintl.so.6. When you updated it, it didn't update all of the dependancies. It almost looks like you have a partial install of gtk-2. Try make clean and then make the updated one and follow the instruction to over write the old version.. Gettext depends on expat and when you -rf update it, you should have updated all of the dependancies. When I list the ports that depend on gettext, it is at least 2 screen high. Kent > > How should I repair this? > > Thanks, > Jay > > /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gtk-2.0 > ../../gtk/gtk-query-immodules-2.0 > > /usr/X11R6/etc/gtk-2.0/gtk.immodules Cannot load module > /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so: Shared object > "libintl.so.5" not found > /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so does not > export GTK+ IM module API: Shared object "libintl.so.5" not found > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4/modules/input. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4/modules/input. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4/modules. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20. -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html