From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 13:30:17 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 1B8ED16A417 for ; Sun, 4 Nov 2007 13:30:17 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id BB1DC13C4B9 for ; Sun, 4 Nov 2007 13:30:16 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=GipWsuosR70PToICwoUA:9 a=kEsIjJRjGiQ0Gll69ckA:7 a=0gOpIhaEoPc6tYR-swi_r_6l18oA:4 a=CiSHi91Bn78A:10 a=EfJqPEOeqlMA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp07.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp07.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp07.embarq.synacor.com: 76.6.194.183 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.194.183] ([76.6.194.183:51026] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id ED/2A-07884-C59CD274; Sun, 04 Nov 2007 08:30:05 -0500 Date: Sun, 4 Nov 2007 08:30:03 -0500 From: Randy Pratt To: Desmond Chapman Message-Id: <20071104083003.5cbac796.bsd-unix@embarqmail.com> In-Reply-To: References: X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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: Sun, 04 Nov 2007 13:30:17 -0000 On Sun, 4 Nov 2007 12:30:07 +0000 Desmond Chapman wrote: > > Hello. > I am having multiple problems with the ports collection > > # cd /usr/ports/ports-mgmt/portupgrade > # make install clean [ build log removed for brevity ] > ===> Registering installation for portupgrade-2.3.1,2 > ===> Cleaning for portupgrade-2.3.1,2 > # portsdb -Uu > portsdb: Command not found. >From the Handbook section 4.5.2 "Installing Ports": Note: Some shells keep a cache of the commands that are available in the directories listed in the PATH environment variable, to speed up lookup operations for the executable file of these commands. If you are using one of these shells, you might have to use the rehash command after installing a port, before the newly installed commands can be used. This command will work for shells like tcsh. Use the hash -r command for shells like sh. Look at the documentation for your shell for more information. If you are using root's default shell, then "rehash" is probably what you want. > # cd kdenetwork3 > # make [ Log detail omitted ] > ===> qt-copy-3.3.8_6 depends on file: /usr/local/libdata/xorg/libraries - not found > ===> Verifying install for /usr/local/libdata/xorg/libraries in /usr/ports/x11/xorg-libraries The following is probably causing the multiple problems you are seeing: > /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 [ More log detail omitted ] > I have done the cvsup, csup, portsnap, and followed the instructions ion /usr/ports/UPDATING. > I get thses same results each time. > > > How do i fix this? Any help would be appreciated. It appears that you missed the /usr/ports/UPDATING (entry of 20070519) or forgot to run the script. There is a script (mergebase.sh) to run which creates the symlink for /usr/X11R6 (as well as other things). It might be a good idea to review that UPDATING entry and see if there are other things that might apply. HTH, Randy --