[Webkit-unassigned] [Bug 28886] New: Build error using JIT with gcc 4.1.2 and ARM v5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 12:46:12 PDT 2009


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

           Summary: Build error using JIT with gcc 4.1.2 and ARM v5
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apedralho at gmail.com


g++ -c -pipe -Wreturn-type -fno-strict-aliasing -ffunction-sections
-fdata-sections -O2 -D_REENTRANT -fPIC -DENABLE_YARR=1
-DENABLE_YARR_JIT=1 -DENABLE_JIT=1 -DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC
-DNDEBUG -DQT_MAKEDLL -DHAVE_STDINT_H -DBUILD_WEBKIT
-DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1
-DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
-DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1
-DENABLE_CHANNEL_MESSAGING=1 -DENABLE_SQLITE=1
-DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_FILTERS=0 -DENABLE_XPATH=1
-DENABLE_XSLT=0 -DENABLE_WCSS=0 -DENABLE_WML=0 -DENABLE_SHARED_WORKERS=0
-DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0 -DENABLE_DATAGRID=1 -DENABLE_SVG=1
-DENABLE_SVG_FONTS=1 -DENABLE_SVG_FOREIGN_OBJECT=1
-DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1
-DENABLE_RUBY=1 -DENABLE_VIDEO=1 -DENABLE_DATALIST=1
-DENABLE_NETSCAPE_PLUGIN_API=1 -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1
-DWTF_CHANGES=1 -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF
-DENABLE_PLUGIN_PACKAGE_SIMPLE_HASH=1 -DXP_UNIX -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++ -I../../../WebCore
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../../../WebCore/bridge/qt
-I../../../WebCore/page/qt -I../../../WebCore/platform/graphics/qt
-I../../../WebCore/platform/network/qt -I../../../WebCore/platform/qt
-I../../../WebKit/qt/WebCoreSupport -I../../../WebCore
-I../../../WebCore/accessibility -I../../../WebCore/bindings/js
-I../../../WebCore/bridge -I../../../WebCore/bridge/c
-I../../../WebCore/css -I../../../WebCore/dom
-I../../../WebCore/dom/default -I../../../WebCore/editing
-I../../../WebCore/history -I../../../WebCore/html
-I../../../WebCore/html/canvas -I../../../WebCore/inspector
-I../../../WebCore/loader -I../../../WebCore/loader/appcache
-I../../../WebCore/loader/archive -I../../../WebCore/loader/icon
-I../../../WebCore/notifications -I../../../WebCore/page
-I../../../WebCore/page/animation -I../../../WebCore/platform
-I../../../WebCore/platform/animation
-I../../../WebCore/platform/graphics
-I../../../WebCore/platform/graphics/filters
-I../../../WebCore/platform/graphics/transforms
-I../../../WebCore/platform/image-decoders
-I../../../WebCore/platform/network -I../../../WebCore/platform/sql
-I../../../WebCore/platform/text -I../../../WebCore/plugins
-I../../../WebCore/rendering -I../../../WebCore/rendering/style
-I../../../WebCore/storage -I../../../WebCore/svg
-I../../../WebCore/svg/animation -I../../../WebCore/svg/graphics
-I../../../WebCore/svg/graphics/filters -I../../../WebCore/wml
-I../../../WebCore/workers -I../../../WebCore/xml -Igenerated/release
-I../../../JavaScriptCore -I../../../../webkit
-I../../../JavaScriptCore/assembler -I../../../JavaScriptCore/bytecode
-I../../../JavaScriptCore/bytecompiler
-I../../../JavaScriptCore/debugger -I../../../JavaScriptCore/interpreter
-I../../../JavaScriptCore/jit -I../../../JavaScriptCore/parser
-I../../../JavaScriptCore/profiler -I../../../JavaScriptCore/runtime
-I../../../JavaScriptCore/wrec -I../../../JavaScriptCore/wtf
-I../../../JavaScriptCore/wtf/unicode -I../../../JavaScriptCore/yarr
-I../../../JavaScriptCore/API
-I../../../JavaScriptCore/ForwardingHeaders -Igenerated/release
-I../../../WebKit/qt/Api -I../../../JavaScriptCore/pcre
-I/home/root/webkit/WebKitBuild/Release/JavaScriptCore/tmp
-I/usr/src/3rdparty/sqlite/ -I/usr/include/qt4/phonon
-I/usr/X11R6/include -I. -I../../../WebCore -I. -o obj/release/JSBase.o
../../../JavaScriptCore/API/JSBase.cpp
../../../JavaScriptCore/jit/ExecutableAllocator.h: In static member
function 'static void JSC::ExecutableAllocator::cacheFlush(void*, size_t)':
../../../JavaScriptCore/jit/ExecutableAllocator.h:189: error:
'__clear_cache' was not declared in this scope
make[1]: *** [obj/release/JSBase.o] Error 1

The error persists even building with the command below:
WebKitTools/Scripts/build-webkit --qt ENABLE_YARR=1 ENABLE_YARR_JIT=1
ENABLE_JIT=1 WTF_USE_JSVALUE32=1

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