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

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

[Octave-bug-tracker] [bug #40614] uname command gives undefined results


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #40614] uname command gives undefined results in WIndows.
Date: Sun, 17 Nov 2013 23:26:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

URL:
  <http://savannah.gnu.org/bugs/?40614>

                 Summary: uname command gives undefined results in WIndows.
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Sun 17 Nov 2013 11:26:32 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: Patch Submitted
             Assigned to: None
         Originator Name: John D
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Running the uname command in the cross build mxe-ocave version (in windows):

>> uname

ans =

  scalar structure containing the fields:
    sysname = unknown
    nodename = unknown
    release = unknown
    version = unknown
    machine = unknown

Looking at the config.log, it does not find a valid uname function.

If we enable uname in the gnulib modules:

>> uname

ans =

  scalar structure containing the fields:
    sysname = MINGW32_NT-6.1
    nodename = JDONOGHUE-PC
    release = Windows 7
    version = Service Pack 1
    machine = i686


Patch attached.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 17 Nov 2013 11:26:32 PM GMT  Name: gnulib_uname.patch  Size: 2kB  
By: lostbard

<http://savannah.gnu.org/bugs/download.php?file_id=29645>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40614>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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