From owner-freebsd-current@FreeBSD.ORG Tue May 22 05:55:27 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FA6416A421 for ; Tue, 22 May 2007 05:55:27 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 204ED13C43E for ; Tue, 22 May 2007 05:55:27 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4M5tQ0Y018447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 May 2007 22:55:26 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4M5tPC9019304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 21 May 2007 22:55:26 -0700 Message-ID: <465285CC.2050309@u.washington.edu> Date: Mon, 21 May 2007 22:55:24 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mark Kirkwood References: <46521413.9070403@paradise.net.nz> <465231CC.7040503@paradise.net.nz> <46526A04.4020001@paradise.net.nz> In-Reply-To: <46526A04.4020001@paradise.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.21.223837 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-current@freebsd.org Subject: Re: Xorg upgrade deps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 22 May 2007 05:55:27 -0000 Mark Kirkwood wrote: > Mark Kirkwood wrote: >> Mark Kirkwood wrote: >>> Hi, >>> >>> I'm part way though the xorg 7.2 upgrade (following procedure in >>> UPDATING) and have done: >>> >>> $ portupgrade -Rf libXft >>> >>> which seems to have completed ok. However when I do the next step: >>> >>> $ portupgrade -a >>> >>> I get: >>> >>> Stale dependency: Xaw3d-1.5E_1 --> xorg-libraries-6.9.0_1 -- manually >>> run 'pkgdb -F' to fix, or specify -O to force. >>> (...and other packages that depend on xorg-libraries) >>> >>> Now at this point I have no idea what to replace the stale dependency >>> with....obviously *one* or more of the new modularized libs. I guess >>> for Xaw3d it might depend on only libXaw-1.0.2, but there are others >>> (say java stuff) for which its not obvious. >>> >>> What did other folks do at this stage? >>> >> >> Thinking on this a little, I'm guessing that leaving the stale >> dependency is the way to go, as xorg-libraries meta port is not >> registered (yet?). >> >> > > ... not thinking enough, this just gets me back to portupgrade failing > with stale dependencies again. So back to being stuck :-(, or is being > brave and using -O to pkgdb (or portupgrade) an option? > > thanks > > Mark Just go to the directory, run make clean deinstall reinstall. That will solve your problems. -Garrett