bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sort does not sort properly with glibc-2.5


From: Mike Frysinger
Subject: sort does not sort properly with glibc-2.5
Date: Tue, 19 Dec 2006 02:48:56 -0500
User-agent: KMail/1.9.5

can anyone confirm this ?  on my systems (tested Gentoo and Fedora) with 
glibc-2.5, the example file is not sorted properly while on systems running 
glibc-2.4, it is sorted properly ... coreutil-5.97 through coreutils-6.7 (and 
cvs) seem to show the same behavior

$ cat sortme
/dev udev tmpfs rw,nosuid
/dev/shm none tmpfs rw
/ /dev/root reiserfs rw,noatime
/dev/pts devpts devpts rw,nosuid,noexec

[ works ]
$ /lib/libc.so.6 | head -n 1
GNU C Library development release version 2.4, by Roland McGrath et al.
$ sort sortme
/ /dev/root reiserfs rw,noatime
/dev udev tmpfs rw,nosuid
/dev/pts devpts devpts rw,nosuid,noexec
/dev/shm none tmpfs rw

[ fails ]
$ /lib/libc.so.6 | head -n 1
GNU C Library stable release version 2.5, by Roland McGrath et al.
/dev/pts devpts devpts rw,nosuid,noexec
/ /dev/root reiserfs rw,noatime
/dev/shm none tmpfs rw
/dev udev tmpfs rw,nosuid
-mike

Attachment: pgpdsK2RzU99j.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]