<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>140171</bug_id>
          
          <creation_ts>2015-01-06 20:27:26 -0800</creation_ts>
          <short_desc>[WebKitGTK 2.4.7] Build freezes when using multiple jobs in parallel</short_desc>
          <delta_ts>2016-09-27 02:56:26 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac (Intel)</rep_platform>
          <op_sys>OS X 10.10</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philip Chimento">philip.chimento</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jeremyhu</cc>
    
    <cc>mcatanzaro</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1059311</commentid>
    <comment_count>0</comment_count>
    <who name="Philip Chimento">philip.chimento</who>
    <bug_when>2015-01-06 20:27:26 -0800</bug_when>
    <thetext>When building WebKitGTK 2.4.7 with &quot;make -j5&quot;, it freezes at a certain point:

Freezes after

  CXXLD    libWebCoreSVG.la
...
...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libWebCoreSVG.a(libWebCoreSVG_la-CachedSVGDocumentReference.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libWebCoreSVG.a(libWebCoreSVG_la-JSSVGZoomAndPan.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libWebCoreSVG.a(libWebCoreSVG_la-CachedSVGDocumentReference.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libWebCoreSVG.a(libWebCoreSVG_la-JSSVGZoomAndPan.o) has no symbols

When building with &quot;make -j1&quot;, it does not freeze. I suspect there&apos;s a missing dependency of one target on another.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1155849</commentid>
    <comment_count>1</comment_count>
    <who name="Jeremy Huddleston Sequoia">jeremyhu</who>
    <bug_when>2016-01-15 11:27:24 -0800</bug_when>
    <thetext>I don&apos;t see this.  Can you take a spindump?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1156268</commentid>
    <comment_count>2</comment_count>
    <who name="Philip Chimento">philip.chimento</who>
    <bug_when>2016-01-16 22:20:43 -0800</bug_when>
    <thetext>I don&apos;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&apos;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: 
      &apos;JavaScriptCore/JSCallbackFunction.h&apos; 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?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>