`lorder' problem

2002-09-23 Thread Garrett Wollman
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?) I'm to tired right now to look at ncurses, but it sh

Re: `lorder' problem

2002-09-24 Thread Andrey A. Chernov
On Tue, Sep 24, 2002 at 02:57:09 -0400, Garrett Wollman wrote: > 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

Re: `lorder' problem

2002-09-24 Thread walt
Garrett Wollman wrote: > 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... If you don't see errors while building libc or libncurses just do a 'make clean' in those directories first. > > I'm too

Re: `lorder' problem

2002-09-24 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, 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-

Re: `lorder' problem

2002-09-24 Thread Andrey A. Chernov
On Tue, Sep 24, 2002 at 05:46:15 -0700, walt wrote: > This line in /usr/src/contrib/ncurses/include/MKkey_defs.sh seems to > be the fix: > > sed -e 's/[ ]\+//g' < $DATA |sort -n -k 6 >$data I forward your fix to ncurses author. Please send your fix to our ncurses maintainer ([EMAIL PROT

Re: `lorder' problem

2002-09-24 Thread Wesley Morgan
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 <[EMAIL PROTECTED]>,

Re: `lorder' problem

2002-09-24 Thread Andrey A. Chernov
On Tue, Sep 24, 2002 at 22:32:01 +0400, Andrey A. Chernov wrote: > > Please send your fix to our ncurses > maintainer ([EMAIL PROTECTED]) too for commiting. Not needed, I use _POSIX_VERSION=199209 environment workaround in lib/libncurses/Makefile. -- Andrey A. Chernov http://ache.pp.ru/ To