From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 1 17:12:53 2003 Return-Path: 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 49F1116A4CE for ; Mon, 1 Dec 2003 17:12:53 -0800 (PST) Received: from smtp2.jp.viruscheck.net (smtp2.jp.viruscheck.net [154.33.69.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56F843FEA for ; Mon, 1 Dec 2003 17:12:49 -0800 (PST) (envelope-from bland@freebsd.org) Received: from scan4.jp.viruscheck.net ([154.33.69.39] helo=mail3.jp.viruscheck.net) by smtp2.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1AQz5s-0003g0-00; Tue, 02 Dec 2003 10:12:48 +0900 Received: from [220.220.111.152] (helo=noc.orchid) by mail3.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1AQz5s-0001QE-00; Tue, 02 Dec 2003 10:12:48 +0900 Received: from FreeBSD.org (horse.orchid [89.60.10.11]) by noc.orchid (8.12.9p2/8.12.9) with ESMTP id hB21Ck4v030379; Tue, 2 Dec 2003 10:12:47 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3FCBE70E.5060705@FreeBSD.org> Date: Tue, 02 Dec 2003 10:12:46 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Franz Klammer References: <3FCBD5E3.4040506@webonaut.com> In-Reply-To: <3FCBD5E3.4040506@webonaut.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: gnome Subject: Re: libgtop-2.5.0_1 -> chgrp: /usr/X11R6/bin/libgtop_server: Nosuch file or directory X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 02 Dec 2003 01:12:53 -0000 Franz Klammer wrote: > year! gnome 2.5 is running now! :-) (on 5.2-BETA - bleeding edge² ;-)) > > as far i 've seen every package (compiled against the new libraries) > running > like expected. > > > i've found a error message while installing libgtop: > ----- > gmake install-exec-hook > gmake[4]: Entering directory > `/usr/ports/devel/libgtop2/work/libgtop-2.5.0/src/daemon' > chgrp kmem /usr/X11R6/bin/libgtop_server && chmod 2755 > /usr/X11R6/bin/libgtop_server > chgrp: /usr/X11R6/bin/libgtop_server: No such file or directory > gmake[4]: [install-exec-hook] Fehler 1 (ignoriert) > gmake[4]: Leaving directory > `/usr/ports/devel/libgtop2/work/libgtop-2.5.0/src/daemon' > gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun. > ----- > > libgtop_server didn't get the right permissions. maybe it's also the > same with > libgtop_daemon2? (the output was to fast - i will check it tomorrow if > necessary) > > -r-xr-xr-x 1 root wheel 252520 2 Dez 00:30 > /usr/X11R6/bin/libgtop_daemon2 > -r-xr-sr-x 1 root kmem 194804 2 Dez 00:30 > /usr/X11R6/bin/libgtop_server2 Franz, You can ignore error above since our Makefile does it properly. We don't have libgtop_server binary at all. Our local name for this guy libgtop_server2 and as you can see it's ok. libgtop_daemon2 in any way is kind of useless stuff at the moment. Plus finally when it will be ready it will be supposed to up at the system boot time. So permissions are not the case here. > > other question: gdesklets didn't run now and therefore i can't > maintain it anymore. > but it's easy for me to go back to 2.4.1 because i've made a backup of > /usr/local, > /usr/X11R6/, /var/db/pkg and ~/.{gnome|.gconf}*. :-) > is there a chance that the gdesklets problem will be solved or is it > possible > that i switch between gnome 2.4 and 2.5 (backup and rename local|X11R6 > as needed) > without breaking anything? Can't say that gdesklets problem will be fixed soon but I think you have copy of all things required to go back and forth. Symbolic links like this: /usr/ X11R6 - > X11R6-gnome24 X11R6-gnome24/ X11R6-gnome25/ ... and small usegnome.sh ;-) should do the job. Could you explain the problem with gDesklets and can this be because you don't rebuilt phyton stuff or something? All the best, Alexander. > > franz. > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"