bug#13538: sort wrong

2013-01-24 Thread XU Jian H
$ cat log /VOBS/MediaGW/gw/src/cha /VOBS/MediaGW/gw/src/res /VOBS/MediaGW/gw/src/res /VOBS/MediaGW/gw/src/cha /VOBS/MediaGW/gw/src/cha /VOBS/MediaGW/gw/src/cha /VOBS/MediaGW/gw/src@@/m /VOBS/MediaGW/gw/src@@/m /VOBS/MediaGW/gw/src@@/m $ ~/bin/sort --version sort (GNU coreutils) 8.20 Copyright (C)

bug#13538: sort wrong

2013-01-24 Thread Paul Eggert
Please run "sort --help" and read the text marked "*** WARNING ***".

bug#13538: sort wrong

2013-01-24 Thread Bernhard Voelker
tag 13538 + notabug close 13538 stop On 01/24/2013 07:16 AM, XU Jian H wrote: > $ cat log > /VOBS/MediaGW/gw/src/cha > /VOBS/MediaGW/gw/src/res > /VOBS/MediaGW/gw/src/res > /VOBS/MediaGW/gw/src/cha > /VOBS/MediaGW/gw/src/cha > /VOBS/MediaGW/gw/src/cha > /VOBS/MediaGW/gw/src@@/m > /VOBS/MediaGW/gw/

bug#13538: sort wrong

2013-01-24 Thread XU Jian H
Hi all, Thanks a lot! Next time, I should read "help" into carefully before raise a issue :-) regards xujian -Original Message- From: Bernhard Voelker [mailto:m...@bernhard-voelker.de] Sent: 2013年1月24日 16:19 To: XU Jian H Cc: 13538-d...@debbugs.gnu.org Subject: Re: bug#13538: sort wrong

bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-24 Thread Paul Eggert
Thanks, could you please try the following patch? This is a gnulib patch, so it also fixes modules/fdopendir -- you needn't worry about that part of the patch, as it doesn't apply to coreutils. I'm CC'ing this possible patch to bug-gnulib to give the Gnulib people a heads-up. By the way, do you ha

bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-24 Thread Assaf Gordon
Hello, Paul Eggert wrote, On 01/24/2013 12:03 PM: > Thanks, could you please try the following patch? > This is a gnulib patch, so it also fixes modules/fdopendir -- > you needn't worry about that part of the patch, > as it doesn't apply to coreutils. > I'm CC'ing this possible patch to bug-gnulib

bug#13495: Compilation fails on Mac OS X 10.8.0

2013-01-24 Thread Assaf Gordon
Paul Eggert wrote, On 01/22/2013 01:20 AM: > On 01/21/2013 11:39 AM, Assaf Gordon wrote: >> This fixes the problem. Compilation succeeds with both gcc and clang. > > Thanks for checking. I pushed the following patch into gnulib > and am marking this coreutils bug as done. > Just a follow-up, no

bug#13495: Compilation fails on Mac OS X 10.8.0

2013-01-24 Thread Paul Eggert
On 01/24/13 13:07, Assaf Gordon wrote: > $ CFLAGS="-g -O0" ./configure Isn't it better to use this? ./configure CFLAGS="-g -O0" If that works, it solves your problem. Otherwise: > $ make > [ ... snip ... ] > CCLD src/dircolors > Undefined symbols for architecture x86_64: >

bug#13535: timeout command not working when SIGALRM blocked

2013-01-24 Thread Pádraig Brady
On 01/23/2013 05:44 PM, Stephan Krempel wrote: Hi there, If the calling process has SIGALRM blocked, timeout simply never times out. Find attached a small program to demonstrate the problem and a patch to fix it by unblocking the necessary signal (at least on x86/linux). The sigprocmask gnuli

bug#13535: timeout command not working when SIGALRM blocked

2013-01-24 Thread Bernhard Voelker
On 01/25/2013 04:12 AM, Pádraig Brady wrote: > I agree with your patch, and have attached an updated version. +1 if you mention http://bugs.gnu.org/13535. Have a nice day, Berny