Bug 114679 - REGRESSION (r148506): Use of deprecated libsoup API
Summary: REGRESSION (r148506): Use of deprecated libsoup API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 05:11 PDT by Manuel Rego Casasnovas
Modified: 2013-04-16 05:57 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.84 KB, patch)
2013-04-16 05:14 PDT, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2013-04-16 05:11:24 PDT
EFL WK1 build is broken:

/mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/Source/WebKit/efl/ewk/ewk_network.cpp:37:55: error: 'GType soup_proxy_resolver_get_type()' is deprecated (declared at /mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/WebKitBuild/Dependencies/Root/include/libsoup-2.4/libsoup/soup-proxy-resolver.h:43): Use 'SoupProxyURIResolver' instead [-Werror=deprecated-declarations]
/mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/Source/WebKit/efl/ewk/ewk_network.cpp:37:85: error: 'GType soup_proxy_resolver_get_type()' is deprecated (declared at /mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/WebKitBuild/Dependencies/Root/include/libsoup-2.4/libsoup/soup-proxy-resolver.h:43): Use 'SoupProxyURIResolver' instead [-Werror=deprecated-declarations]
/mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/Source/WebKit/efl/ewk/ewk_network.cpp: In function 'const char* ewk_network_proxy_uri_get()':
/mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/Source/WebKit/efl/ewk/ewk_network.cpp:50:147: error: 'GType soup_proxy_resolver_get_type()' is deprecated (declared at /mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/WebKitBuild/Dependencies/Root/include/libsoup-2.4/libsoup/soup-proxy-resolver.h:43): Use 'SoupProxyURIResolver' instead [-Werror=deprecated-declarations]
/mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/Source/WebKit/efl/ewk/ewk_network.cpp:50:177: error: 'GType soup_proxy_resolver_get_type()' is deprecated (declared at /mnt/buildbot/efl-linux-slave-3/efl-linux-32-release/build/WebKitBuild/Dependencies/Root/include/libsoup-2.4/libsoup/soup-proxy-resolver.h:43): Use 'SoupProxyURIResolver' instead [-Werror=deprecated-declarations]
Comment 1 Manuel Rego Casasnovas 2013-04-16 05:14:33 PDT
Created attachment 198318 [details]
Patch
Comment 2 WebKit Commit Bot 2013-04-16 05:57:55 PDT
Comment on attachment 198318 [details]
Patch

Clearing flags on attachment: 198318

Committed r148511: <http://trac.webkit.org/changeset/148511>
Comment 3 WebKit Commit Bot 2013-04-16 05:57:57 PDT
All reviewed patches have been landed.  Closing bug.