[Webkit-unassigned] [Bug 141649] New: compile failed with --cloop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 08:54:06 PST 2015


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

            Bug ID: 141649
           Summary: compile failed with --cloop
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: myvyang at gmail.com

error msg:
FAILED: /usr/bin/c++   -DBUILDING_GTK__=1 -DBUILDING_JavaScriptCore -DBUILDING_WITH_CMAKE=1 -DDATA_DIR=\"share\" -DENABLE_3D_RENDERING=1 -DENABLE_PLUGIN_PROCESS_GTK2=1 -DGETTEXT_PACKAGE=\"WebKit2GTK-4.0\" -DHAVE_CONFIG_H=1 -DJavaScriptCore_EXPORTS -DMOZ_X11=1 -DSTATICALLY_LINKED_WITH_WTF -DUSER_AGENT_GTK_MAJOR_VERSION=601 -DUSER_AGENT_GTK_MINOR_VERSION=1 -DWEBKITGTK_API_VERSION_STRING=\"4.0\" -DWTF_PLATFORM_X11=1 -DWTF_USE_3D_GRAPHICS=1 -DWTF_USE_EGL=1 -DWTF_USE_GLX=1 -DWTF_USE_GSTREAMER -DWTF_USE_GSTREAMER_MPEGTS -DWTF_USE_LIBNOTIFY=1 -DWTF_USE_OPENGL=1 -DWTF_USE_TEXTURE_MAPPER=1 -DWTF_USE_TEXTURE_MAPPER_GL=1 -DWTF_USE_WEBAUDIO_GSTREAMER -DXP_UNIX -std=c++11 -g -fPIC -I. -I../../Source/JavaScriptCore -I../../Source/JavaScriptCore/API -I../../Source/JavaScriptCore/ForwardingHeaders -I../../Source/JavaScriptCore/assembler -I../../Source/JavaScriptCore/bindings -I../../Source/JavaScriptCore/builtins -I../../Source/JavaScriptCore/bytecode -I../../Source/JavaScriptCore/bytecompiler -I../
../../Source/JavaScriptCore/runtime/MathObject.cpp: In function ‘JSC::EncodedJSValue JSC::mathProtoFuncPow(JSC::ExecState*)’:
../../Source/JavaScriptCore/runtime/MathObject.cpp:253:62: error: ‘operationMathPow’ was not declared in this scope
     return JSValue::encode(JSValue(operationMathPow(arg, arg2)));
                                                              ^
../../Source/JavaScriptCore/runtime/MathObject.cpp:254:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[9/4773] Building CXX object Source/Ja...iptCore.dir/runtime/StringObject.cpp.o
ninja: build stopped: subcommand failed.


I think because of --cloop, ENABLE_JIT is 0, so 'operationMathPow' in Source/JavaScriptCore/jit/JITOperations.h is disabled.
In this commit, https://github.com/WebKit/webkit/commit/903025b195f0b13f073f87f52d0812cd0c30397d
mathPow was deleted, and operationMathPow was used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150216/1cadac47/attachment-0002.html>


More information about the webkit-unassigned mailing list