[Webkit-unassigned] [Bug 38521] New: New FileSystemPOSIX functions cause linker errors on Android

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 08:20:49 PDT 2010


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

           Summary: New FileSystemPOSIX functions cause linker errors on
                    Android
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: android-webkit-unforking at google.com,
                    kinuko at chromium.org


Android uses FileSystemPOSIX.cpp but also uses additional functions in
FileSystemAndroid.cpp. http://trac.webkit.org/changeset/57182 added a number of
new functions to FileSystemPOSIX.cpp, of which two (closeFile and writeToFile)
are already present in FileSystemAndroid.cpp. This causes link errors on
Android due to multiply defined symbols.

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