Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 18:31:35 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Garrett Wollman <wollman@lcs.mit.edu>
Cc:        current@FreeBSD.ORG
Subject:   Re: `lorder' problem 
Message-ID:  <1421.1032885095@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 24 Sep 2002 02:57:09 EDT." <200209240657.g8O6v9aU086705@khavrinen.lcs.mit.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200209240657.g8O6v9aU086705@khavrinen.lcs.mit.edu>, Garrett Wollman
 writes:
>Anyone experiencing this problem might want to try the following
>(beware cut&paste).  I still don't understand why it is that I don't
>see it.  Is there a hidden build dependency?  (I.e., does `sort' need
>to be added to the list of build-tools?)

It's because sort is not in build-tools and you havn't done an
installworld.

	cd /usr/src/usr.bin/sort
	make obj && make depend && make all install

should make you see it.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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