[Webkit-unassigned] [Bug 25836] New: libwebkit from svn doesn't build (revision 43796)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 16 09:01:28 PDT 2009


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

           Summary: libwebkit from svn doesn't build (revision 43796)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ht990332 at gmail.com


webkit svn revision 43796 doesn't build on linux. I get the following build
error:


/bin/mkdir -p ./.deps/DerivedSources
./doltlibtool --tag=CXX   --mode=link g++ -fno-strict-aliasing -O2
-fvisibility-inlines-hidden -fno-rtti -Wall -W -Wcast-align -Wchar-subscripts
-Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef
-Wmissing-format-attribute -Wpointer-arith -Wwrite-strings
-Wno-unused-parameter -Wno-parentheses -fno-exceptions -fvisibility=hidden 
-D_REENTRANT -I/usr/include -O2   -o Programs/jsc
JavaScriptCore/Programs_jsc-jsc.o libJavaScriptCore.la 
libtool: link: g++ -fno-strict-aliasing -O2 -fvisibility-inlines-hidden
-fno-rtti -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat
-Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute
-Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses
-fno-exceptions -fvisibility=hidden -D_REENTRANT -I/usr/include -O2 -o
Programs/jsc JavaScriptCore/Programs_jsc-jsc.o  ./.libs/libJavaScriptCore.a
-L/usr/lib -licui18n -licuuc -licudata -lgobject-2.0 -lgthread-2.0 -lrt
-lglib-2.0 -lpthread -pthread
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-JSClassRef.o): In function
`OpaqueJSClass::create(JSClassDefinition const*)':
JSClassRef.cpp:(.text+0xa14): undefined reference to `__sync_fetch_and_add_4'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-JSClassRef.o): In function
`OpaqueJSClassContextData::~OpaqueJSClassContextData()':
JSClassRef.cpp:(.text+0x1485): undefined reference to `__sync_fetch_and_add_4'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-JSClassRef.o): In function
`OpaqueJSClassContextData::~OpaqueJSClassContextData()':
JSClassRef.cpp:(.text+0x1615): undefined reference to `__sync_fetch_and_add_4'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-JSClassRef.o): In function
`WTF::ThreadSafeShared<OpaqueJSString>::deref()':
JSClassRef.cpp:(.text._ZN3WTF16ThreadSafeSharedI14OpaqueJSStringE5derefEv[WTF::ThreadSafeShared<OpaqueJSString>::deref()]+0x26):
undefined reference to `__sync_fetch_and_add_4'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-JSClassRef.o): In function
`JSC::JSCallbackObject<JSC::JSObject>::deleteProperty(JSC::ExecState*,
JSC::Identifier const&)':
JSClassRef.cpp:(.text._ZN3JSC16JSCallbackObjectINS_8JSObjectEE14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE[JSC::JSCallbackObject<JSC::JSObject>::deleteProperty(JSC::ExecState*,
JSC::Identifier const&)]+0x2a3): undefined reference to
`__sync_fetch_and_add_4'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-JSClassRef.o):JSClassRef.cpp:(.text._ZN3JSC16JSCallbackObjectINS_8JSObjectEE18getOwnPropertySlotEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE[JSC::JSCallbackObject<JSC::JSObject>::getOwnPropertySlot(JSC::ExecState*,
JSC::Identifier const&, JSC::PropertySlot&)]+0x174): more undefined references
to `__sync_fetch_and_add_4' follow
collect2: ld returned 1 exit status
make[1]: *** [Programs/jsc] Error 1
make[1]: Leaving directory `/home/hussam/packages/libwebkit/src/webkit-build'


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



More information about the webkit-unassigned mailing list