[Webkit-unassigned] [Bug 233536] New: 32bit cross build on native 64bit host fails with 2.35.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 27 08:23:36 PST 2021


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

            Bug ID: 233536
           Summary: 32bit cross build on native 64bit host fails with
                    2.35.1
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: balducci at units.it
                CC: bugs-noreply at webkitgtk.org

Created attachment 445217

  --> https://bugs.webkit.org/attachment.cgi?id=445217&action=review

failing compile command

hello

running on linux (specs enclosed below)

As said in the summary, I get the attached failure for 32bit cross
build

This has started with 2.35.1: 32bit cross build for <=2.34.2 is fine (since quite a bit)

And both 2.34.2 and 2.35.1 build fine for native 64bit architecture

I have no clue as to what might be the origin of the 32bit failure and
I'm hoping that someone can give me hints about where to look for
possible causes

Thank you very much in advance

ciao
-gabriele



32bit configuration:
====================
-DCMAKE_C_FLAGS="-m32   -I/usr/Xorg/include"
-DCMAKE_CXX_FLAGS="-m32   -I/usr/Xorg/include"
-DCMAKE_EXE_LINKER_FLAGS="-L/usr/Xorg/lib "
-DPORT=GTK
-DCMAKE_BUILD_TYPE=Release
-DENABLE_CREDENTIAL_STORAGE=OFF
-DENABLE_GEOLOCATION=OFF
-DUSE_LIBNOTIFY=OFF
-DUSE_LIBHYPHEN=OFF
-DENABLE_FTL_JIT=OFF
-DUSE_WOFF2=OFF
-DWTF_CPU_X86=X86
-DENABLE_JIT=OFF
-DENABLE_C_LOOP=ON
-DFORCE_32BIT=ON
-DCMAKE_LIBRARY_ARCHITECTURE=x86
-DUSE_OPENJPEG:BOOL=OFF
-DUSE_WPE_RENDERER:BOOL=OFF
-DENABLE_BUBBLEWRAP_SANDBOX=OFF
-DUSE_SYSTEMD=OFF
-DENABLE_GAMEPAD=OFF
-DUSE_LD_GOLD:BOOL=OFF
-DUSE_SOUP2=OFF
-DENABLE_JOURNALD_LOG=OFF

install:883> uname -srvmo
Linux 5.15.2 #1 SMP Sat Nov 13 09:15:20 CET 2021 x86_64 GNU/Linux

install:872> gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/stow.d/versions/gcc-11.2.0/usr/lib64/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /home/balducci/tmp/install-us-d/gcc-11.2.0.d/gcc-11.2.0/configure --prefix=/opt/stow.d/versions/gcc-11.2.0/usr --libdir=/opt/stow.d/versions/gcc-11.2.0/usr/lib64 --libexecdir=/opt/stow.d/versions/gcc-11.2.0/usr/lib64 --enable-shared --disable-bootstrap --enable-languages=c,c++,objc,fortran --enable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.2.0 (GCC) 

install:879> /opt/stow.d/versions/glibc-2.34/lib64/libc.so.6
GNU C Library (GNU libc) stable release version 2.34.
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 11.2.0.
libc ABIs: UNIQUE IFUNC ABSOLUTE
For bug reporting instructions, please see:
<https://www.gnu.org/software/libc/bugs.html>.

install:880> cmake --version
cmake version 3.22.0

install:882> ninja --version
1.10.2

-- 
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/20211127/018ac779/attachment-0001.htm>


More information about the webkit-unassigned mailing list