RESOLVED FIXED310037
[WPE] Build broken on bot WPE-Linux-ARM32-bit-Release-Debian-Stable-Build after 309275@main.
https://bugs.webkit.org/show_bug.cgi?id=310037
Summary [WPE] Build broken on bot WPE-Linux-ARM32-bit-Release-Debian-Stable-Build aft...
Carlos Alberto Lopez Perez
Reported 2026-03-16 10:54:41 PDT
This is a similar issue than bug 310019 Building WPE ARM32 with clang fails with a -Wundefined-inline error because JSDOMConvertStrings.h calls JSValue::toWTFString() but never includes JSCJSValueInlines.h, where the body of that inline function is defined. The error is: WebCore/CMakeFiles/WebCore.dir/Modules/gamepad/GamepadHapticActuator.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/Modules/gamepad/GamepadHapticActuator.cpp.o -c /home/buildbot/worker/WPE-Linux-ARM32-bit-Release-Debian-Stable-Build/build/Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp In file included from ../../../Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp:37: In file included from ../../../Source/WebCore/bindings/js/JSDOMConvertEnumeration.h:28: In file included from WebCore/PrivateHeaders/WebCore/IDLTypes.h:28: In file included from JavaScriptCore/PrivateHeaders/JavaScriptCore/HandleTypes.h:28: JavaScriptCore/PrivateHeaders/JavaScriptCore/JSCJSValue.h:321:24: error: inline function 'JSC::JSValue::toWTFString' is not defined [-Werror,-Wundefined-inline] 321 | inline WTF::String toWTFString(JSGlobalObject*) const; // Defined in JSCJSValueInlines.h | ^ ../../../Source/WebCore/bindings/js/JSDOMConvertStrings.h:73:29: note: used here 73 | auto string = value.toWTFString(&lexicalGlobalObject); | ^ 1 error generated. [25/1146] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3a52ce78-48.cpp.o https://build.webkit.org/#/builders/860/builds/27386/steps/9/logs/stdio This seems another include ordering bug related to missing header includes that trigger in this bot because of different ordering for the generated unified source files. This started to happen after 309275@main
Attachments
Carlos Alberto Lopez Perez
Comment 1 2026-03-16 11:07:54 PDT
EWS
Comment 2 2026-03-16 14:11:33 PDT
Committed 309347@main (13eb470206f8): <https://commits.webkit.org/309347@main> Reviewed commits have been landed. Closing PR #60709 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-03-16 14:12:13 PDT
Note You need to log in before you can comment on or make changes to this bug.