From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 05:07:43 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 B698E16A4CE for ; Thu, 8 Apr 2004 05:07:43 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7AE43D5A for ; Thu, 8 Apr 2004 05:07:43 -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 i38C7d8a011353; Thu, 8 Apr 2004 05:07:39 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Thu, 8 Apr 2004 05:07:40 -0700 User-Agent: KMail/1.6.1 References: <20040408011717.U91430@jediforce.itssolutions.com> In-Reply-To: <20040408011717.U91430@jediforce.itssolutions.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404080507.40092.kstewart@owt.com> cc: John Davis Subject: Re: gtk20 install problem 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: Thu, 08 Apr 2004 12:07:43 -0000 On Thursday 08 April 2004 04:22 am, John Davis wrote: > Hi, > > I am trying to install "mplayer" which requires "gtk20", however, > I am getting the following error message when attempting to install > gtk20 using: > > # portupgrade -Nfpr /usr/ports/x11-toolkits/gtk20 > > I have glib-2.4.0 installed. > > > ===> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > ===> Registering installation for glib-2.4.0 > ===> Building package for glib-2.4.0 > Creating package /usr/ports/devel/glib20/glib-2.4.0.tgz > Registering depends: gettext-0.13.1_1 expat-1.95.7 libiconv-1.9.1_3 > pkgconfig-0.15.0. > Creating gzip'd tar ball in '/usr/ports/devel/glib20/glib-2.4.0.tgz' > ===> Returning to build of gtk-2.4.0 > Error: shared library "glib-2.0.200" does not exist This is the previous version of glib that it is trying to load. Something in your port setup w/r glib is wrong. I would run cvsup ports-all, portsdb -uU, and then portupgrade -rfp glib. This could take a while (13 housrs on an AMD 2400+ XP). Gtk-2.4.0 depends on atk and pango, which also depend on glib 2.4.0. You could force the portupgrade of atk pango. I don't use -N but do use -pf and then try the update to gtk-2.4.0. I would be surprised if you don't have the older version of gtk-2.2.4 installed, which was updated to 2.4.0. I don't trust what I saw the -N produce but that is because I didn't see the build output. Kent > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20. > ** Command failed [exit code 1]: /usr/bin/script -qa > /home/brian/.tmp/portupgrade70438.0 make DEPENDS_TARGET=package > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! x11-toolkits/gtk20 (dependent libraries) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > > Does anyone know how I can remedy this problem? > > Thanks, > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html