From owner-freebsd-current@FreeBSD.ORG Tue Jul 27 00:39:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FB716A4CF for ; Tue, 27 Jul 2004 00:39:47 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE9F43D41 for ; Tue, 27 Jul 2004 00:39:44 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([141.153.201.221]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040727003944.OESJ3910.out005.verizon.net@[10.0.3.231]> for ; Mon, 26 Jul 2004 19:39:44 -0500 From: "Alexandre \"Sunny\" Kovalenko" To: freebsd-current@freebsd.org In-Reply-To: <1090866234.64841.40.camel@leguin> References: <86smben922.fsf@PECTOPAH.shenton.org> <1090866234.64841.40.camel@leguin> Content-Type: text/plain Message-Id: <1090888768.703.7.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 26 Jul 2004 20:39:28 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [141.153.201.221] at Mon, 26 Jul 2004 19:39:43 -0500 Subject: Re: Xorg built fails on CURRENT: can't find Xauth.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 00:39:47 -0000 On Mon, 2004-07-26 at 14:23, Eric Anholt wrote: > On Mon, 2004-07-26 at 11:01, Chris Shenton wrote: > > Fixed, but I don't know if what I did really helped. > > > > I had already removed imake-4 and replaced it with imake-6. For > > yucks, I did > > > > cd /usr/ports/devel/imake-6 > > make deinstall reinstall clean > > Yeah, something got botched with your ports -- I suspect you had > xorg-libraries and XFree86 libraries installed at the same time and > pkg_deleting messed things up. > > > Then re-did the Xorg build: > > > > cd /usr/ports/x11/xorg > > make clean > > make [it seemed to do some new stuff now it didn't do before] > > make install [built then installed lots of stuff] > > > > Finished cleanly. I hate it when "It fixed itself". > > Sorry I don't know what really helped. > > > > Now to rebuild all my X11-based ports I guess. > > No need to do that. It's all binary compatible. It seams that way, however, after installation I have lost two GNOME applets to the following error message: ---------------------------------------------------------------------------------------- The panel encountered a problem while loading "OAFIID:GNOME_WorkspaceSwitcherApplet". Details: Failed to resolve, or extend '!prefs_key=/apps/panel/profiles/default/applets/applet_0/prefs;background=none:;orient=up;size=x-small;locked_down=false Do you want to delete the applet from your configuration? ---------------------------------------------------------------------------------------- Second one was WindowsMenuApplet. I did portupgrade -rf x11/gnomeapplets2, but that did not seem to help. I will probably do portupgrade -rf x11/gnome2 overnight, but any other suggestions will be greatly appreciated. Alexandre "Sunny" Kovalenko.