From owner-freebsd-current Tue Sep 24 9:31:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E42B37B401 for ; Tue, 24 Sep 2002 09:31:49 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3B543E6E for ; Tue, 24 Sep 2002 09:31:48 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8OGVZ4v001422; Tue, 24 Sep 2002 18:31:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Garrett Wollman Cc: current@FreeBSD.ORG Subject: Re: `lorder' problem In-Reply-To: Your message of "Tue, 24 Sep 2002 02:57:09 EDT." <200209240657.g8O6v9aU086705@khavrinen.lcs.mit.edu> Date: Tue, 24 Sep 2002 18:31:35 +0200 Message-ID: <1421.1032885095@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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