<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r201449) [GTK] ARMv7 build fails with libicudata.so.55: cannot open shared object file on gtkdoc-scangobj step"
   href="https://bugs.webkit.org/show_bug.cgi?id=158417#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r201449) [GTK] ARMv7 build fails with libicudata.so.55: cannot open shared object file on gtkdoc-scangobj step"
   href="https://bugs.webkit.org/show_bug.cgi?id=158417">bug 158417</a>
              from <span class="vcard"><a class="email" href="mailto:clopez&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
        <pre>It seems there is something wrong with the libicudata we are building

inside_internal_jhbuild $ ldd /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libicuio.so.55.1 
    libicuuc.so.55 =&gt; /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libicuuc.so.55 (0xb6d39000)
    libicudata.so.55 =&gt; not found
    libicui18n.so.55 =&gt; /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libicui18n.so.55 (0xb6a32000)
    libdl.so.2 =&gt; /lib/arm-linux-gnueabihf/libdl.so.2 (0xb6a1f000)
    libm.so.6 =&gt; /lib/arm-linux-gnueabihf/libm.so.6 (0xb69ab000)
    libstdc++.so.6 =&gt; /usr/lib/arm-linux-gnueabihf/libstdc++.so.6 (0xb68f4000)
    libgcc_s.so.1 =&gt; /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0xb68cb000)
    libc.so.6 =&gt; /lib/arm-linux-gnueabihf/libc.so.6 (0xb67db000)
    /lib/ld-linux-armhf.so.3 (0xb6f59000)
    libicudata.so.55 =&gt; not found
    libicudata.so.55 =&gt; not found

inside_internal_jhbuild $ ls -l WebKitBuild/DependenciesGTK/Root/lib/libicudata.so*
lrwxrwxrwx 1 igalia igalia       18 Jun  6 12:52 WebKitBuild/DependenciesGTK/Root/lib/libicudata.so -&gt; libicudata.so.55.1
lrwxrwxrwx 1 igalia igalia       18 Jun  6 12:52 WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55 -&gt; libicudata.so.55.1
-rwxr-xr-x 1 igalia igalia 25910236 Jun  6 12:52 WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1

$ ldd WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1
    not a dynamic executable

$ file WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1
WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=1abd350642e527e20bb600a32865f3b5b2abde4a, not stripped


ldd outputs not a dynamic executable for the libicudata we build. But it works for the icudata from the system

$ ldd /usr/lib/arm-linux-gnueabihf/libicudata.so.52.1 
    libc.so.6 =&gt; /lib/arm-linux-gnueabihf/libc.so.6 (0xb5790000)
    /lib/ld-linux-armhf.so.3 (0xb6f10000)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>