Dash fix

2009-11-02 Thread William Immendorf
Rember the thread I started on blfs-support about dash failing to compile? Well, Matthew has a fix, and I made it into a patch. I'll like to submit it. Please take a look at it. (Note: Patch is still in git format, but it still applies with -Np1. -- William Immendorf The ultimate in free

Re: Dash fix

2009-11-02 Thread Guy Dalziel
On Mon, Nov 02, 2009 at 11:06:03PM +, William Immendorf wrote: Rember the thread I started on blfs-support about dash failing to compile? Well, Matthew has a fix Yes, he did. The problem was with sort because of a patch that LFS applies, and therefore the problem was passed over to LFS.

Re: Dash fix

2009-11-02 Thread William Immendorf
On Mon, Nov 2, 2009 at 11:09 PM, Guy Dalziel krendosha...@dementedfury.org wrote: Yes, he did. The problem was with sort because of a patch that LFS applies, and therefore the problem was passed over to LFS. I know. Anyway, would you dash off a quick commit putting the patch in the patch repo

Re: Dash fix

2009-11-02 Thread Guy Dalziel
On Mon, Nov 02, 2009 at 11:15:25PM +, William Immendorf wrote: I know. Anyway, would you dash off a quick commit putting the patch in the patch repo and mentioning it in the dash page and saying that it works with LFS 6.5. A patch isn't necessary for such a simple fix. If you rewrite the

Re: Dash fix

2009-11-02 Thread Matthew Burgess
On Mon, 2 Nov 2009 23:15:25 +, William Immendorf will.immend...@gmail.com wrote: On Mon, Nov 2, 2009 at 11:09 PM, Guy Dalziel krendosha...@dementedfury.org wrote: Yes, he did. The problem was with sort because of a patch that LFS applies, and therefore the problem was passed over to LFS.

Re: Dash fix

2009-11-02 Thread Guy Dalziel
On Mon, Nov 02, 2009 at 11:23:37PM +, William Immendorf wrote: Does this work for you? sed -i 's/sort/LC_COLLATE=C /' src/mkbuiltins Almost, your syntax catches the other sort which already has LC_COLLATE=C prepended to it. To make sure we catch the one we want then we need to be a little