From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:00:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20CDB16A473 for ; Fri, 9 Nov 2007 14:00:30 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id DC4BE13C4BB for ; Fri, 9 Nov 2007 14:00:29 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 31289D05B3 for ; Fri, 9 Nov 2007 09:00:20 -0500 (EST) Date: Fri, 9 Nov 2007 14:00:18 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071109140018.383dc45d@gumby.homeunix.com.> In-Reply-To: <47346310.5000601@crackmonkey.us> References: <47346310.5000601@crackmonkey.us> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Ports problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:00:30 -0000 On Fri, 09 Nov 2007 13:39:28 +0000 Adam J Richardson wrote: > Desmond Chapman wrote: > > /usr/X11R6 exists, but it is not a symlink. Installation cannot > > proceed. This looks like an incompletely removed old version of X. > > In the current version, /usr/X11R6 must be a symlink if it exists > > at all.Please read /usr/ports/UPDATING (entry of 20070519) for the > > procedure to upgrade X.org related ports.*** Error code 1 > > Hi Desmond, > > When I was faced with this error I did the obvious thing and created > a symlink, then restarted the install. Surely the *obvious* thing was to follow the instructions and read UPDATING. > Of course time will probably > prove it to be an utterly boneheaded thing to do, but it seems to > work for now. > > # mv /usr/X11R6 /usr/X11R6-2 > # ln -s /usr/X11R6-2 /usr/X11R6 > # make install You should put it back and run the mergebase script.