[Webkit-unassigned] [Bug 26293] New: Current svn Qt webkit fails to compile even after fixing bug #26289

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 09:25:13 PDT 2009


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

           Summary: Current svn Qt webkit fails to compile even after fixing
                    bug #26289
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bero at arklinux.org


After fixing bug #26289, Qt WebKit build barfs during final linkage:

obj/release/JSONObject.o: In function `WebCore::JSONObject::scriptObject()
const':
JSONObject.cpp:(.text._ZNK7WebCore10JSONObject12scriptObjectEv+0x0): multiple
definition of `WebCore::JSONObject::scriptObject() const'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZNK7WebCore10JSONObject12scriptObjectEv+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
bool)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcb+0x0): multiple
definition of `WebCore::JSONObject::set(char const*, bool)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcb+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
int)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKci+0x0): multiple
definition of `WebCore::JSONObject::set(char const*, int)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKci+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
long long)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcx+0x0): multiple
definition of `WebCore::JSONObject::set(char const*, long long)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcx+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
double)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcd+0x0): multiple
definition of `WebCore::JSONObject::set(char const*, double)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcd+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
WebCore::String const&)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcRKNS_6StringE+0x0):
multiple definition of `WebCore::JSONObject::set(char const*, WebCore::String
const&)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcRKNS_6StringE+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
WebCore::ScriptObject const&)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcRKNS_12ScriptObjectE+0x0):
multiple definition of `WebCore::JSONObject::set(char const*,
WebCore::ScriptObject const&)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcRKNS_12ScriptObjectE+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(WebCore::String
const&, WebCore::String const&)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setERKNS_6StringES3_+0x0):
multiple definition of `WebCore::JSONObject::set(WebCore::String const&,
WebCore::String const&)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setERKNS_6StringES3_+0x0):
first defined here
obj/release/JSONObject.o: In function
`WebCore::JSONObject::JSONObject(JSC::ExecState*)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObjectC2EPN3JSC9ExecStateE+0x0):
multiple definition of `WebCore::JSONObject::JSONObject(JSC::ExecState*)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObjectC2EPN3JSC9ExecStateE+0x0):
first defined here
obj/release/JSONObject.o: In function `WebCore::JSONObject::set(char const*,
WebCore::JSONObject const&)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcRKS0_+0x0): multiple
definition of `WebCore::JSONObject::set(char const*, WebCore::JSONObject
const&)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject3setEPKcRKS0_+0x0):
first defined here
obj/release/JSONObject.o: In function
`WebCore::JSONObject::JSONObject(JSC::ExecState*)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObjectC1EPN3JSC9ExecStateE+0x0):
multiple definition of `WebCore::JSONObject::JSONObject(JSC::ExecState*)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObjectC1EPN3JSC9ExecStateE+0x0):
first defined here
obj/release/JSONObject.o: In function
`WebCore::JSONObject::createNew(JSC::ExecState*)':
JSONObject.cpp:(.text._ZN7WebCore10JSONObject9createNewEPN3JSC9ExecStateE+0x0):
multiple definition of `WebCore::JSONObject::createNew(JSC::ExecState*)'
obj/release/JSONObject.o:JSONObject.cpp:(.text._ZN7WebCore10JSONObject9createNewEPN3JSC9ExecStateE+0x0):
first defined here
collect2: ld returned 1 exit status
make[1]: *** [../lib/libQtWebKit.so.4.5.2] Error 1


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