[Webkit-unassigned] [Bug 129974] New: Build failure on OpenBSD, mismatching types in WebKit2/WebProcess/soup/WebKitSoupRequestInputStream.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 8 11:32:00 PST 2014


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

           Summary: Build failure on OpenBSD, mismatching types in
                    WebKit2/WebProcess/soup/WebKitSoupRequestInputStream.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: landry at openbsd.org
                CC: ajacoutot at gnome.org


webkitSoupRequestInputStreamNew is declared in the header as taking a guint64, while the definition of the function in WebKitSoupRequestInputStream.cc takes an uint64_t.
On OpenBSD this leads to a build failure during linkage:
/usr/obj/webkit-trunk/.libs/libwebkit2gtk-3.0.so.33.0: undefined reference to `webkitSoupRequestInputStreamNew'

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