[Webkit-unassigned] [Bug 152958] [webkitdirs] Try arch and uname commands on non-windows OS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 20 15:42:04 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=152958

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com

--- Comment #6 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
FYI: It seems the command "arch" doesn't gives the expected thing on MacOS:


clopez at macpro ~ $ arch
i386

clopez at macpro ~ $ uname -m
x86_64

clopez at macpro ~ $ which arch
/usr/bin/arch

clopez at macpro ~ $ sw_vers                 
ProductName:    Mac OS X
ProductVersion:    10.12.3
BuildVersion:    16D32

clopez at macpro ~ $ file /bin/ls
/bin/ls: Mach-O 64-bit executable x86_64


And this is on OpenBSD:


neutrino at wolfman $ arch
OpenBSD.i386

neutrino at wolfman $ uname -m
i386

neutrino at wolfman $ file /bin/ls
/bin/ls: ELF 32-bit LSB shared object, Intel 80386, version 1



And on Linux it seems a simple wrapper for 'uname -m', so I'm proposing to remove the call to arch and just leave the one for uname -m on bug 169886

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170320/325defae/attachment-0001.html>


More information about the webkit-unassigned mailing list