From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 14:00:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D32816A4CE for ; Sun, 11 Jul 2004 14:00:08 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBF243D46 for ; Sun, 11 Jul 2004 14:00:07 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i6BE030w083067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 11 Jul 2004 15:00:03 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6BE03t3083066 for freebsd-questions@freebsd.org; Sun, 11 Jul 2004 15:00:03 +0100 (BST) (envelope-from matthew) Date: Sun, 11 Jul 2004 15:00:03 +0100 From: Matthew Seaman To: Free BSD Questions list Message-ID: <20040711140003.GB82763@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Free BSD Questions list References: <20040711134609.GA9126@teddy.fas.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcHopEYAB45HaUaB" Content-Disposition: inline In-Reply-To: <20040711134609.GA9126@teddy.fas.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 11 Jul 2004 15:00:03 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk Subject: Re: /usr/share/dict/words X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 14:00:08 -0000 --qcHopEYAB45HaUaB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 11, 2004 at 09:46:09AM -0400, stan wrote: > I'm building a couple of new machines this weekend. >=20 > Normally I do "install minimum possible", then cvsup and do a make > buildworld / make installworld sequence. >=20 > This time as I was building various ports, I was told that > /usr/share/dict/words needed to be installed. >=20 > This has always been installed by the make installworld before. Has > something changed about this? (STABLE). No. /usr/share/dict/words should be a sym-link to web2 in that directory. That's just copied from /usr/src/share/dict/web2 during the installworld process. % ls -l /usr/share/dict=20 total 3462 -r--r--r-- 1 root wheel 1545 Nov 22 2002 README -r--r--r-- 1 root wheel 620 Nov 22 2002 eign -r--r--r-- 1 root wheel 1190 May 9 2003 freebsd -r--r--r-- 1 root wheel 8640 Nov 22 2002 propernames -r--r--r-- 1 root wheel 2493082 May 16 2003 web2 -r--r--r-- 1 root wheel 1012730 Nov 22 2002 web2a lrwxr-xr-x 1 root wheel 4 Jul 5 17:05 words@ -> web2 Looks like something went wrong during your cvsup / buildworld / installworld process. (Which I hope is rather more than that basic outline -- you should build and install a kernel as well and generally follow the instructions in /usr/src/UPDATING and the Handbook) Suggest you check that you haven't run out of disk space anywhere, that you delete everything under /usr/obj (you will need to use chflags(1) on some of the contents to remove the immutable bits), re-cvsup and try again. Check the compilation output for errors as you go. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --qcHopEYAB45HaUaB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8UfjiD657aJF7eIRAvoSAJ9Zq+6EnJ4oEsKcjTYuNq2tp7nxbgCaApkz yeS2EoAROlrMpSxGbW8pCCM= =iMty -----END PGP SIGNATURE----- --qcHopEYAB45HaUaB--