From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 8 19:12:10 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874B416A41F; Tue, 8 Nov 2005 19:12:10 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F0343D48; Tue, 8 Nov 2005 19:12:07 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id jA8JC6d18597; Tue, 8 Nov 2005 20:12:06 +0100 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id jA8J5EK12449; Tue, 8 Nov 2005 20:05:14 +0100 Message-ID: <4370F883.8090508@altern.org> Date: Tue, 08 Nov 2005 20:12:03 +0100 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Trey Sizemore References: <43709DBF.5040309@altern.org> <1131469845.5150.5.camel@shumai.marcuscom.com> <1131472531.3340.5.camel@chameleon.thesizemores.net> <1131472912.5150.18.camel@shumai.marcuscom.com> <1131474052.3340.8.camel@chameleon.thesizemores.net> In-Reply-To: <1131474052.3340.8.camel@chameleon.thesizemores.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: Problem with libs in gnome during the upgrade 2.10->2.12 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 19:12:10 -0000 Trey Sizemore wrote: > On Tue, 2005-11-08 at 13:01 -0500, Joe Marcus Clarke wrote: > >>On Tue, 2005-11-08 at 12:55 -0500, Trey Sizemore wrote: >> >>>On Tue, 2005-11-08 at 12:10 -0500, Joe Marcus Clarke wrote: >>> >>>>On Tue, 2005-11-08 at 13:44 +0100, Gregory Nou wrote: >>>> >>>>>Hi, >>>>> >>>>>I'm having a problem with the upgrade of gnome. >>>>> >>>>>For example, I get this : >>>>> >>>>>===> Running ldconfig >>>>>/sbin/ldconfig -m /usr/X11R6/lib >>>>>===> Registering installation for libgnomedb-1.2.1 >>>>>===> Returning to build of glade2-2.12.1 >>>>>Error: shared library "gnomedb-3.4" does not exist >>>>>*** Error code 1 >>>>> >>>>>The fact is, the gnome-update script uninstalled everything, and began >>>>>reinstalling everything, but it failed very early "thanks" to >>>>>libatk-1.0.so.0 which was actually libatk-1.0.so.913 or something like that. >>>>>Now, I have many problems with those libs. >>>>>Did I missed something ? And, more important, what should I do ? for the >>>>>moment, I just copied missing libs, to make it work, but I don't think >>>>>it is the right way to address the problem. >>>> >>>>Your ports tree is out-of-date. cvsup again, and make sure you're >>>>cvsup'ing the ports-all module. >>>> >>>>Joe >>> >>>I've upgraded my ports tree several times (most recently about 30 >>>minutes ago) and I'm still having problems with the upgrade. An earlier >>>e-mail from me to the list has my upgrade_script log attached. >> >>There was nothing attached, and as I said, make sure you're cvsuping >>ports-all, and you have nothing excluded. >> >>Joe > > > I have ports-all in my ports-supfile (nothing is shown as excluded). I > have attached the file (tarred & gzipped) again. > > Thanks. cvsup'ing before installing a new package is always the first thing I do (Especially when it's written in the guidelines) But, I also can say you that evolution was requiring evolution-data-server 1.3.something and in the cvsup I did a few minutes before trying the install of evolution, evolution-data-server was version 1.2.3_2. And that the libs I installed where those of the last cvsup. BTW, I'm syncing on cvsup8.fr -- Gregory