[Webkit-unassigned] [Bug 90183] New: can't build llint without dfg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 09:24:54 PDT 2012


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

           Summary: can't build llint without dfg
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tomeu at tomeuvizoso.net
                CC: wingo at igalia.com


Building the Gtk+ port with JIT enabled but DFG disabled produces the following error:

/usr/bin/ld: error: Source/JavaScriptCore/llint/.libs/libjavascriptcoregtk_3_0_la-LLIntSlowPaths.o: requires dynamic R_X86_64_PC32 reloc against 'getHostCallReturnValue' which may overflow at runtime; recompile with -fPIC
../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1302: warning: relocation refers to discarded section
/usr/bin/ld: error: hidden symbol 'getHostCallReturnValue' is not defined locally
../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1325: warning: relocation refers to discarded section
/usr/bin/ld: error: hidden symbol 'getHostCallReturnValue' is not defined locally
../Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1456: warning: relocation refers to discarded section
/usr/bin/ld: error: hidden symbol 'getHostCallReturnValue' is not defined locally
collect2: error: ld returned 1 exit status

This is how the build was configured:

CPPFLAGS=-DENABLE_DFG_JIT=0 ../autogen.sh --disable-optimizations --enable-debug --enable-webgl

-- 
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