[Webkit-unassigned] [Bug 17816] New: libWebCoreSQLite3.a is 2-architecture Universal Binary (not 4-architecture)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 20:56:06 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17816

           Summary: libWebCoreSQLite3.a is 2-architecture Universal Binary
                    (not 4-architecture)
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com


When attempting to build a 64-bit WebKit, I discovered that the copy of
libWebCoreSQLite3.a installed with 'update-webkit' is missing 64-bit
architectures:

    cd /Users/brent/Projects/WebKit/WebCore
    /Developer/usr/bin/g++-4.0 -arch x86_64 -dynamiclib
-L/Users/brent/Projects/WebKit/WebKitBuild/Release
-F/Users/brent/Projects/WebKit/WebKitBuild/Release
-F/System/Library/Frameworks/Carbon.framework/Frameworks
-F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -filelist
/Users/brent/Projects/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/WebCore.LinkFileList
-Wl,--no-demangle -exported_symbols_list
/Users/brent/Projects/WebKit/WebKitBuild/Release/DerivedSources/WebCore/WebCore.LP64.exp
-install_name
/Users/brent/Projects/WebKit/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore
-mmacosx-version-min=10.5 -Wl,-dead_strip -lWebCoreSQLite3 -lobjc -sub_library
libobjc -umbrella WebKit -framework ApplicationServices -framework Carbon
-framework Cocoa -framework JavaScriptCore -framework QuartzCore -licucore
-lobjc -lxml2 -Wl,-single_module -compatibility_version 1 -current_version
526.1 -o
/Users/brent/Projects/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/WebCore
ld warning: in
/Users/brent/Projects/WebKit/WebKitBuild/Release/libWebCoreSQLite3.a, missing
required architecture x86_64 in file

This can be easily verified with the 'file' command:

Link:WebKitLibraries brent$ file libWebCoreSQLite3.a 
libWebCoreSQLite3.a: Mach-O universal binary with 2 architectures
libWebCoreSQLite3.a (for architecture ppc):     current ar archive random
library
libWebCoreSQLite3.a (for architecture i386):    current ar archive random
library
Link:WebKitLibraries brent$ 

Request that link library be updated with full four-way universal binary to
allow 64-bit builds on all architectures.


-- 
Configure bugmail: http://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