Bug 253563 - REGRESSION(261320@main): [GLib] Clean builds fail with ENABLE_2022_GLIB_API
Summary: REGRESSION(261320@main): [GLib] Clean builds fail with ENABLE_2022_GLIB_API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-08 03:58 PST by Adrian Perez
Modified: 2023-03-08 05:23 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2023-03-08 03:58:09 PST
The failure:

[ 91%] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkSocketStreamMessageReceiver.cpp.o
In file included from /app/webkit/WebKitBuild/Debug/wpewebkit-2.39.91/_build/DerivedSources/WebKit/wpe/webkit.h:83,
                 from /app/webkit/WebKitBuild/Debug/wpewebkit-2.39.91/_build/DerivedSources/WebKit/wpe/WebKitEnumTypes.cpp:26:
/app/webkit/WebKitBuild/Debug/wpewebkit-2.39.91/_build/DerivedSources/WebKit/wpe/WebKitWebView.h:41:10: fatal error: wpe/WebKitJavascriptResult.h: No such file or directory
   41 | #include <wpe/WebKitJavascriptResult.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Comment 1 Adrian Perez 2023-03-08 04:01:49 PST
Pull request: https://github.com/WebKit/WebKit/pull/11221
Comment 2 EWS 2023-03-08 04:30:03 PST
Committed 261367@main (53a889083368): <https://commits.webkit.org/261367@main>

Reviewed commits have been landed. Closing PR #11221 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-08 04:31:18 PST
<rdar://problem/106421089>
Comment 4 Adrian Perez 2023-03-08 04:50:39 PST
As pointed out by Carlos, we also need to remove the autocleanup
for WebKitJavascriptResult 🤦️
Comment 5 Adrian Perez 2023-03-08 04:53:55 PST
Pull request: https://github.com/WebKit/WebKit/pull/11222
Comment 6 EWS 2023-03-08 05:23:30 PST
Committed 261368@main (10c9256883bf): <https://commits.webkit.org/261368@main>

Reviewed commits have been landed. Closing PR #11222 and removing active labels.