bug#8507: Bug report coreutils 8.11, i386-pc-solaris2.7

2011-04-16 Thread Jim Meyering
Andreas Stolcke wrote: > On a i386-pc-solaris2.7 system, mktemp goes into an infinite loop. > The wrapper function definition for gettimeofday() is broken, so > the function keeps calling itself. Thanks for the report and patch. This relates to gnulib, so I've Cc'd that list. > *** lib/gettimeofd

bug#8511: Sort error in makefile

2011-04-16 Thread Harpal Shergill
Hello, I have a makefile which does the following: 1. grab a .gz file from server using wget -- works fine 2. extract the data from .gz file to new file based on filter using ZCAT -- works fine 3. sort the data from based on specific field and saves the data into a new file -- DOE

bug#8511: Sort error in makefile

2011-04-16 Thread Alan Curry
Harpal Shergill writes: > > Hello, > > I have a makefile which does the following: > >1. grab a .gz file from server using wget -- works fine >2. extract the data from .gz file to new file based on filter using ZCAT >-- works fine >3. sort the data from based on specific field a

bug#8513: stat list file name

2011-04-16 Thread - -
here a small bug in stat: stat -c %n * stat : option invalide -- 's' Saisissez « stat --help » pour plus d'informations. ls -sdjfè`@$&.txt stat is not able to list a direstory if a file start with a -

bug#8513: stat list file name

2011-04-16 Thread Bob Proulx
- - wrote: > here a small bug in stat: > > stat -c %n * > stat : option invalide -- 's' > Saisissez « stat --help » pour plus d'informations. > > ls > -sdjfè`@$&.txt > > stat is not able to list a direstory if a file start with a - Thank you for your bug report but this is not a bug in stat but

bug#8423: Questions about checking out 6.7 using git

2011-04-16 Thread Jim Meyering
tags 8423 notabug close 8423 thanks

bug#8513: stat list file name

2011-04-16 Thread Jim Meyering
tags 8513 notabug close 8513 thanks Bob Proulx wrote: > Thank you for your bug report but this is not a bug in stat but a > misunderstanding of how file globs operate with your command shell. And thank you for replying, Bob.

bug#8511: Sort error in makefile

2011-04-16 Thread Jim Meyering
tags 8511 notabug close 8511 thanks Alan Curry wrote: ... > Your makefile is running the DOS/Windows sort command instead of the > GNU/cygwin sort. Use a full path like /whatever/cygwin/bin/sort to make it > use the right one. > > cygwin's bug, if a bug at all... Hi Alan, Thanks for replying. I'm