[Webkit-unassigned] [Bug 172799] [GTK] [2.17.3] Fails to build in x86

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 07:54:00 PDT 2018


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

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

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

--- Comment #5 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Is this still an issue? I can successfully build webkit in an i386 container/schroot with Debian and as well cross-compile for i686 with Yocto (on an x86_64 host).

Are you setting a 32 bit personality before starting the build?

"uname -m" should return i686.

If you use schroot you can set "personality=linux32" on the schroot config.

If you use a raw chroot then you can prefix the build script/command with the "linux32" command.

Example:

$ uname -m
x86_64

$ linux32 uname -m
i686

-- 
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/20180522/965e461a/attachment.html>


More information about the webkit-unassigned mailing list