bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-5.2.1 and coreutils-5.0


From: Paul Eggert
Subject: Re: coreutils-5.2.1 and coreutils-5.0
Date: Thu, 31 Mar 2005 01:41:51 -0500
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Warren L Dodge <address@hidden> writes:

> I am using coreutils-5.0 and found that uname -a has unknown in two of the
> fields where /bin/uname -a has proper information

Can you find out how /bin/uname does it, on your host?  You may need to
look at its source code, or strace it.

My /bin/uname behaves similarly to coreutils 5.3.0 in this respect
(though the latter appends "unknown GNU/Linux" for the
hardware-platform and the OS, respectively).

$ /bin/uname -a
Linux penguin 2.4.18-1-686.eggert #1 Wed Mar 10 11:45:48 PST 2004 i686 unknown
$ uname -a
Linux penguin 2.4.18-1-686.eggert #1 Wed Mar 10 11:45:48 PST 2004 i686 unknown 
unknown GNU/Linux

> This in turn had caused problems with /usr/X11R6/bin/gccmakedep which used
> the uname -i command to get the arch which is unknown with coreutils and i386
> with /bin

My gccmakedep ($XFree86: xc/config/util/gccmdep.cpp,v 3.8 2001/03/15
18:39:00 tsi Exp $) does not invoke uname -i, nor does the latest CVS
version <http://cvsweb.xfree86.org/cvsweb/xc/config/util/gccmdep.cpp>.
Perhaps that bug has been fixed?




reply via email to

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