GNU bug report logs - #18893
Bug with Gnu sort program in coreutils 8.4

Previous Next

Package: coreutils;

Reported by: Michael Yang <pstester2015 <at> gmail.com>

Date: Wed, 29 Oct 2014 22:22:02 UTC

Severity: normal

Tags: notabug

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Yang <pstester2015 <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: Bug with Gnu sort program in coreutils 8.4
Date: Wed, 29 Oct 2014 17:58:23 -0400
[Message part 1 (text/plain, inline)]
Hi,



There might be a bug in the “sort” program in GNU coreutils 8.4, present at
least in CentOS 6 x86_64.  It’s not immediately obvious to me whether or
not this bug has been reported before.



Given the following:



CC = gcc

CC = aCC

CCFLAGS =

CC = cc



sort (GNU coreutils) 8.4 yields:



CC = aCC

CC = cc

CCFLAGS =

CC = gcc



… the 3rd line is out-of-order.  In comparison, sort (GNU coreutils) 8.14
in cygwin yields:



CC = aCC

CC = cc

CC = gcc

CCFLAGS =



… which is correct.
[Message part 2 (text/html, inline)]

This bug report was last modified 10 years and 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.