Re: Possible bug.

2005-01-17 Thread Paul Eggert
[EMAIL PROTECTED] (Harley D. Eades III) writes: While creating a file to use for debugging parted I used the command `head -c 10m /dev/zero ./gnu' then used `ls -sh ./gnu' to confirm the 10m file was created and noticed ls reported it as 11m. ls -s reports the amount of disk space consumed

more 5.3.0 issues on cygwin

2005-01-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First, a ping on http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00063.html, regarding non-portable group names (I have a cygwin box with the primary group name of Domain Users, which breaks the assumptions of tests/group-names that group

Re: Test failures in coreutils-5.3.0 on cygwin

2005-01-17 Thread Paul Eggert
Eric Blake [EMAIL PROTECTED] writes: http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00063.html Conceivably this problem could occur on Unix too. I installed this patch to work around it (on Unix, anyway) by using group numbers rather than names. 2005-01-17 Paul Eggert [EMAIL

Re: more 5.3.0 issues on cygwin

2005-01-17 Thread Jim Meyering
Eric Blake [EMAIL PROTECTED] wrote: ... * src/od.c (OPENMODE): New macro. (open_next_file): Use OPENMODE in fopen call. ... Index: src/od.c === RCS file: /cvsroot/coreutils/coreutils/src/od.c,v retrieving