[Webkit-unassigned] [Bug 114255] New: Building Webkit hangs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 02:33:58 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114255

           Summary: Building Webkit hangs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: singhbhupal88 at gmail.com


Hi,

I am in the procees of building webkit 1.10.2 using buildroot.
I use --disable-jit as config option.
Building goes fine till it reaches staging directory. Once it reaches "Installing to  staging Directory", it hangs.
Please find the below logs

>>> webkit 1.10.2 'Installing to staging directory'
/usr/bin/make -j9 DESTDIR=<Staging-DIR> install -C <Webkit-Build-Dir>
  GEN    generate-webkit2-forwarding-headers
  GEN    generate-webkittestrunner-forwarding-headers
  GEN    generate-testwebkitapi-forwarding-headers
  GEN    DerivedSources/JavaScriptCore/LLIntAssembly.h
offlineasm: Parsing ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm and Programs/LLIntOffsetsExtractor and creating assembly file DerivedSources/JavaScriptCore/LLIntAssembly.h.
offlineasm: No magic values found. Skipping assembly file generation assuming the classic interpreter is enabled.
  GEN    generate-webkittestrunner-forwarding-headers
  GEN    generate-testwebkitapi-forwarding-headers
  GEN    generate-webkit2-forwarding-headers
/usr/bin/make  install-am
/bin/mkdir -p ./.deps/DerivedSources


I debugged and tried putting a slash after "$(am__objects_39) " as below in Webkit's GnuMakefile. Then the build passes succesfully.
am__objects_39 = Source/JavaScriptCore/jit/libjavascriptcoregtk_1_0_la-ExecutableAllocatorFixedVMPool.lo
am__objects_40 = \
    Source/JavaScriptCore/API/libjavascriptcoregtk_1_0_la-JSBase.lo \
    Source/JavaScriptCore/API/libjavascriptcoregtk_1_0_la-JSCallbackConstructor.lo \
    :
        :
        :
        :
    Source/JavaScriptCore/yarr/libjavascriptcoregtk_1_0_la-YarrJIT.lo \
    Source/JavaScriptCore/yarr/libjavascriptcoregtk_1_0_la-YarrPattern.lo \
    Source/JavaScriptCore/yarr/libjavascriptcoregtk_1_0_la-YarrSyntaxChecker.lo \
    $(am__objects_39) \{Slash added here}
am_libjavascriptcoregtk_1_0_la_OBJECTS =  \
    $(am__objects_40)

I want to resolve it by changing from .am file. Also i would like to know the rootcause of this issue. Please help me on this.

Regards,
Bhupal Singh

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list