<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WebKitGTK 2.4.7] Build freezes when using multiple jobs in parallel"
   href="https://bugs.webkit.org/show_bug.cgi?id=140171#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WebKitGTK 2.4.7] Build freezes when using multiple jobs in parallel"
   href="https://bugs.webkit.org/show_bug.cgi?id=140171">bug 140171</a>
              from <span class="vcard"><a class="email" href="mailto:philip.chimento&#64;gmail.com" title="Philip Chimento &lt;philip.chimento&#64;gmail.com&gt;"> <span class="fn">Philip Chimento</span></a>
</span></b>
        <pre>I don't get it anymore on 2.4.9, so this can probably be closed.

Although I do get a different build failure which I didn't get the last time I build 2.4.9 (probably on OSX 10.9 or 10.10, this is now on 10.11.)

In file included from Source/JavaScriptCore/runtime/JSGlobalObject.cpp:100:
./Source/JavaScriptCore/API/ObjCCallbackFunction.h:32:9: fatal error: 
      'JavaScriptCore/JSCallbackFunction.h' file not found
#import &lt;JavaScriptCore/JSCallbackFunction.h&gt;
        ^

To fix, I changed line 32 of Source/JavaScriptCore/API/ObjCCallbackFunction.h to
#import &lt;JSCallbackFunction.h&gt;

Is this known to anyone else or should I open a new bug for it?</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>