From owner-freebsd-current Tue Sep 24 12:33:21 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 253A137B401 for ; Tue, 24 Sep 2002 12:33:20 -0700 (PDT) Received: from zeolite.palmettoss.com (adsl-068-017-100-251.sip.gsp.bellsouth.net [68.17.100.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521B443E4A for ; Tue, 24 Sep 2002 12:33:19 -0700 (PDT) (envelope-from morganw@palmettoss.com) Received: from zeolite.palmettoss.com (morganw@localhost [127.0.0.1]) by zeolite.palmettoss.com (8.12.6/8.12.6) with ESMTP id g8OJX0HQ022963; Tue, 24 Sep 2002 15:33:00 -0400 (EDT) (envelope-from morganw@palmettoss.com) Received: from localhost (morganw@localhost) by zeolite.palmettoss.com (8.12.6/8.12.6/Submit) with ESMTP id g8OJWxIk022960; Tue, 24 Sep 2002 15:32:59 -0400 (EDT) X-Authentication-Warning: zeolite.palmettoss.com: morganw owned process doing -bs Date: Tue, 24 Sep 2002 15:32:59 -0400 (EDT) From: Wesley Morgan To: Poul-Henning Kamp Cc: Garrett Wollman , Subject: Re: `lorder' problem In-Reply-To: <1421.1032885095@critter.freebsd.dk> Message-ID: <20020924153205.M22859-100000@zeolite.palmettoss.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 You may already know this, but the GNU sort also check for the environment variable _POSIX2_VERSION, and according to the docs setting it to 199209 will revert to the old style usage (and unbreak world I am guessing) On Tue, 24 Sep 2002, Poul-Henning Kamp wrote: > 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. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message