RESOLVED FIXED298713
[WPE][cross-toolchain-helper] Unable to build with USE_SYSTEM_SYSPROF_CAPTURE=ON after 299709@main
https://bugs.webkit.org/show_bug.cgi?id=298713
Summary [WPE][cross-toolchain-helper] Unable to build with USE_SYSTEM_SYSPROF_CAPTURE...
Carlos Alberto Lopez Perez
Reported 2025-09-11 06:36:06 PDT
299709@main updated the sysprof version on the yocto env and switched USE_SYSTEM_SYSPROF_CAPTURE back to enabled by default. However this caused this build falure: https://build.webkit.org/#/builders/893/builds/26306 CMake Error at Source/CMakeLists.txt:46 (message): system libsysprof-capture-4 not found, consider using USE_SYSTEM_SYSPROF_CAPTURE=NO The failure to find the library in this cause is because sysprof-capture-4 library is a static library (.a) and yocto by default splits those static libraries (.a files) in a -staticdev package which are not installed by default when installed the -dev package with the headers on the sysroot.
Attachments
Carlos Alberto Lopez Perez
Comment 1 2025-09-11 07:23:28 PDT
EWS
Comment 2 2025-09-11 09:21:36 PDT
Committed 299856@main (307059003e0b): <https://commits.webkit.org/299856@main> Reviewed commits have been landed. Closing PR #50599 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-09-11 09:22:16 PDT
Note You need to log in before you can comment on or make changes to this bug.