bugGNU Octave - Bugs: bug #40614, uname command gives undefined...

 
 

bug #40614: uname command gives undefined results in WIndows.

Submitter:  John Donoghue <lostbard>
Submitted:  Sun 17 Nov 2013 11:26:32 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  lostbard
Originator Name:  John D Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 18 Nov 2013 02:33:10 AM UTC, comment #2: 
John Donoghue <lostbard>
Group Member
Mon 18 Nov 2013 01:57:44 AM UTC, comment #1: 

This seems like the right fix to me.  Please go ahead and push it to savannah.  Thanks.

John W. Eaton <jwe>
Group administrator
Sun 17 Nov 2013 11:26:32 PM UTC, original submission:  

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.

John Donoghue <lostbard>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #29645:  gnulib_uname.patch added by lostbard (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by lostbard (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-18 lostbard StatusPatch Submitted Fixed
        Assigned toNone lostbard
        Open/ClosedOpen Closed
    2013-11-17 lostbard Attached File- Added gnulib_uname.patch, #29645

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code