<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#c6">Comment # 6</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>(In reply to <a href="show_bug.cgi?id=158417#c5">comment #5</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=158417#c4">comment #4</a>)
&gt; &gt; 
&gt; &gt; $ ldd WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1
&gt; &gt;         not a dynamic executable
&gt; &gt; 
&gt; &gt; $ file WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1
&gt; &gt; WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55.1: ELF 32-bit LSB
&gt; &gt; shared object, ARM, EABI5 version 1 (SYSV), dynamically linked,
&gt; &gt; BuildID[sha1]=1abd350642e527e20bb600a32865f3b5b2abde4a, not stripped
&gt; &gt; 
&gt; &gt; 
&gt; &gt; ldd outputs not a dynamic executable for the libicudata we build. But it
&gt; &gt; works for the icudata from the system
&gt; &gt; 
&gt; &gt; $ ldd /usr/lib/arm-linux-gnueabihf/libicudata.so.52.1 
&gt; &gt;         libc.so.6 =&gt; /lib/arm-linux-gnueabihf/libc.so.6 (0xb5790000)
&gt; &gt;         /lib/ld-linux-armhf.so.3 (0xb6f10000)
&gt; 
&gt; 
&gt; This debian bug report has some interesting comments about the same (or very
&gt; similar) issue: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653457#10">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653457#10</a></span >

Indeed, very same issue.

Applying the above Debian patch to the icu sources and rebuilding fixes the build and al liking problems.

wandboard ~/WebKit $ LD_LIBRARY_PATH=$(pwd)/WebKitBuild/DependenciesGTK/Root/lib ldd WebKitBuild/Release/bin/WebKitWebProcess |grep icu
    libicui18n.so.55 =&gt; /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libicui18n.so.55 (0xb454d000)
    libicuuc.so.55 =&gt; /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libicuuc.so.55 (0xb4317000)
    libharfbuzz-icu.so.0 =&gt; /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libharfbuzz-icu.so.0 (0xb395e000)
    libicudata.so.55 =&gt; /home/igalia/WebKit/WebKitBuild/DependenciesGTK/Root/lib/libicudata.so.55 (0xb1298000)


I'm going to upload a patch ASAP.</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>