<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CMake][GTK][OSX] ThreadIdentifierData::initialize assertion fails because there are two copies of WTF in process (one as part of webkit2, one as part of jsc)"
   href="https://bugs.webkit.org/show_bug.cgi?id=153176">bug 153176</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>achristensen&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CMake][GTK][OSX] ThreadIdentifierData::initialize assertion fails because there are two copies of WTF in process (one as part of webkit2, one as part of jsc)"
   href="https://bugs.webkit.org/show_bug.cgi?id=153176#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CMake][GTK][OSX] ThreadIdentifierData::initialize assertion fails because there are two copies of WTF in process (one as part of webkit2, one as part of jsc)"
   href="https://bugs.webkit.org/show_bug.cgi?id=153176">bug 153176</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=153176#c9">comment #9</a>)
<span class="quote">&gt; It looks like this goes well beyond just WTF.  Most of the executables are
&gt; linking against both the dylibs and static archives.  For example
&gt; MiniBrowser is linking
&gt; 
&gt; libwebkit2gtk-4.0.37.13.0.dylib
&gt; libjavascriptcoregtk-4.0.18.3.2.dylib
&gt; libbmalloc.a 
&gt; libWebCoreGTK.a
&gt; libANGLESupport.a
&gt; libGObjectDOMBindings.a
&gt; libWebCorePlatformGTK.a
&gt; libWTFGTK.a
&gt; 
&gt; Why does cmake not realize that the functionality provided by those static
&gt; archives is already rolled into the dylibs that it built?  Depending on
&gt; JavaScriptCore should just result in linking that dylib, not linking that
&gt; dylib *AND* all the static archives that went into that dylib.
&gt; 
&gt; Have I mentioned how much I dislike cmake?</span >

Clearly we need to figure out what's up here. The static libraries are &quot;convenience libs&quot; which are never installed: they're only there to make reasoning about the build system easier, and so that we can catch layering violations between the libraries. MiniBrowser should only be linking to libwebkit2gtk-4.0.37.13.0.dylib and libjavascriptcoregtk-4.0.18.3.2.dylib.

I wonder if the Mac port is having any similar linking problems?</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>