Bug 253563

Summary: REGRESSION(261320@main): [GLib] Clean builds fail with ENABLE_2022_GLIB_API
Product: WebKit Reporter: Adrian Perez <aperez>
Component: WebKit APIAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=253476

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.