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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 06:21:57 PDT 2009


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





--- Comment #2 from Andre Pedralho <apedralho at gmail.com>  2009-09-03 06:21:57 PDT ---
(In reply to comment #1)
> pedralho, any luck to build w/ jit, yacc and friends all off ?
> 
> please also inform revision you were at.

No luck, I reseted my tree to ToT (svn r48016) and tried to rebuild getting the
following error:

g++ -c -pipe -Wreturn-type -fno-strict-aliasing -ffunction-sections
-fdata-sections -O2 -D_REENTRANT -fPIC -DENABLE_VIDEO=0 -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_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../../../../mainline
-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/bluebox/webkit/mainline/WebKitBuild/Release/JavaScriptCore/tmp
-I/usr/src/3rdparty/sqlite/ -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
make[1]: Leaving directory
`/home/root/bluebox/webkit/mainline/WebKitBuild/Release/WebCore'
make: *** [sub-WebCore-make_default-ordered] Error 2

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