WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
298338
Build failure with -DUSE_SOUP2=ON
https://bugs.webkit.org/show_bug.cgi?id=298338
Summary
Build failure with -DUSE_SOUP2=ON
Mike Gorse
Reported
2025-09-03 12:59:10 PDT
When building WebKitGTK 2.49.90 with libsoup2, I get the following error: /home/abuild/rpmbuild/BUILD/webkitgtk-2.49.90/Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:106:100: error: ‘const T* WTF::Vector< <template-parameter-1-1>, <anonymous>, <template-parameter-1-3>, <anonymous>, <template-parameter-1-5> >::data() const [with T = unsigned char; long unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16; Malloc = WTF::FastMalloc]’ is private within this context 106 | soup_message_body_append(soupMessage->request_body, SOUP_MEMORY_TEMPORARY, vector->data(), vector->size());
Attachments
Add attachment
proposed patch, testcase, etc.
Mike Gorse
Comment 1
2025-09-03 13:08:53 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/50259
EWS
Comment 2
2025-09-03 14:50:48 PDT
Committed
299523@main
(b40c01a9087f): <
https://commits.webkit.org/299523@main
> Reviewed commits have been landed. Closing PR #50259 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug