[Webkit-unassigned] [Bug 181373] [GTK] webkitgtk-2.18.4 build error on 32-bit OS with WEBASSEMBLY=ON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 8 11:50:16 PST 2018


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

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

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

--- Comment #8 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
This seems a bug in your environment, distribution or build system as CMAKE_SYSTEM_PROCESSOR should evaluate to the target system and not the host one.

I have a 32-bit chroot and I get the right machine definition inside it

$ cmake --system-information /dev/stdout|grep CMAKE_SYSTEM_PROCESSOR
CMAKE_SYSTEM_PROCESSOR "i686"


(On the host I get "x86_64" as expected)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180108/2e157324/attachment.html>


More information about the webkit-unassigned mailing list