Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2004 15:00:03 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Re: /usr/share/dict/words
Message-ID:  <20040711140003.GB82763@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <20040711134609.GA9126@teddy.fas.com>
References:  <20040711134609.GA9126@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040711140003.GB82763>