From owner-freebsd-current@FreeBSD.ORG Tue Jul 27 01:29:00 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 9820516A4CE for ; Tue, 27 Jul 2004 01:29:00 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAF043D3F for ; Tue, 27 Jul 2004 01:29:00 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([141.153.201.221]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040727012859.NVGW28868.out004.verizon.net@[10.0.3.231]> for ; Mon, 26 Jul 2004 20:28:59 -0500 From: "Alexandre \"Sunny\" Kovalenko" To: freebsd-current@freebsd.org In-Reply-To: <1090888768.703.7.camel@RabbitsDen> References: <86smben922.fsf@PECTOPAH.shenton.org> <1090888768.703.7.camel@RabbitsDen> Content-Type: text/plain Message-Id: <1090891727.75712.1.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 26 Jul 2004 21:28:47 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [141.153.201.221] at Mon, 26 Jul 2004 20:28:59 -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 01:29:00 -0000 On Mon, 2004-07-26 at 20:39, Alexandre "Sunny" Kovalenko wrote: > 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. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Some kind soul on gnome@ suggested the solution: portupgrade -f x11-toolkits/libwnck portupgrade -f x11/libxklavier portupgrade -f x11/gnomepanel did the trick. Sorry for the noise. Alexandre "Sunny" Kovalenko.