emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#7938: closed (uname --version BUG)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7938: closed (uname --version BUG)
Date: Sun, 30 Jan 2011 17:15:02 +0000

Your message dated Sun, 30 Jan 2011 09:22:28 -0800
with message-id <address@hidden>
and subject line Re: bug#7938: uname --version      BUG
has caused the GNU bug report #7938,
regarding uname --version      BUG
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7938: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7938
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: uname --version BUG Date: Sat, 29 Jan 2011 15:25:54 -0800 User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
Hi,
When I type the command:
> uname --version

it says "illegal option -- version". Notice in the error message there is a space between "--" and "version" but in actual command its not. The error message is different if I deliberately put a space between the two and execute it.
I am using SunOS, kernel version Generic_144488-05

Thanks

Karan

--- End Message ---
--- Begin Message --- Subject: Re: bug#7938: uname --version BUG Date: Sun, 30 Jan 2011 09:22:28 -0800 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
On 01/29/2011 03:25 PM, Karan Dhindsa wrote:
> When I type the command:
>> uname --version
> 
> it says "illegal option -- version".

Check your $PATH.  I expect you're running the Solaris 'uname',
not coreutils 'uname'.  On my Solaris 10 host:

$ /usr/bin/uname --version
/usr/bin/uname: illegal option -- version
usage:  uname [-snrvmapiX]
        uname [-S system_name]
$ /opt/sfw/bin/uname --version
uname (GNU coreutils) 5.93
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.


--- End Message ---

reply via email to

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