[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:56:47 PDT 2018


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

--- Comment #6 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Carlos Alberto Lopez Perez from comment #5)

> 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

Or better... prefix the chroot command before entering into it so everything you execute into the container has the right personality by default:

$ sudo linux32 chroot container_i386

-- 
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/dcb0df5c/attachment.html>


More information about the webkit-unassigned mailing list