/usr/share/dict/words

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Jul 11 07:00:08 PDT 2004


On Sun, Jul 11, 2004 at 09:46:09AM -0400, stan wrote:
> I'm building a couple of new machines this weekend.
> 
> Normally I do "install minimum possible", then cvsup and do a make
> buildworld / make installworld sequence.
> 
> This time as I was building various ports, I was told that
> /usr/share/dict/words needed to be installed.
> 
> 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 
    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

-- 
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040711/28aed18a/attachment.bin


More information about the freebsd-questions mailing list