Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 15:32:59 -0400 (EDT)
From:      Wesley Morgan <morganw@palmettoss.com>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Garrett Wollman <wollman@lcs.mit.edu>, <current@FreeBSD.ORG>
Subject:   Re: `lorder' problem 
Message-ID:  <20020924153205.M22859-100000@zeolite.palmettoss.com>
In-Reply-To: <1421.1032885095@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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