Bug 129974

Summary: Build failure on OpenBSD, mismatching types in WebKit2/WebProcess/soup/WebKitSoupRequestInputStream.h
Product: WebKit Reporter: Landry Breuil <landry>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ajacoutot, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Landry Breuil
Reported 2014-03-08 11:29:01 PST
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'
Attachments
Patch (1.50 KB, patch)
2014-03-08 11:31 PST, Landry Breuil
no flags
Landry Breuil
Comment 1 2014-03-08 11:31:49 PST
WebKit Commit Bot
Comment 2 2014-03-14 14:18:59 PDT
Comment on attachment 226222 [details] Patch Clearing flags on attachment: 226222 Committed r165647: <http://trac.webkit.org/changeset/165647>
WebKit Commit Bot
Comment 3 2014-03-14 14:19:01 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.