RESOLVED FIXED283733
[WPE][CMake] Clean build fails due to missing output directory for inspector resources
https://bugs.webkit.org/show_bug.cgi?id=283733
Summary [WPE][CMake] Clean build fails due to missing output directory for inspector ...
Adrian Perez
Reported 2024-11-26 16:40:59 PST
Found while trying to do a distcheck, as it does a clean build in a separate directory: ``` Error writing dependency file: Failed to create file “/app/webkit/WebKitBuild/WPE/Release/wpewebkit-2.47.2/_build/share/inspector.gresource.deps.PS8QX2”: No such file or directory make[2]: *** [Source/WebKit/CMakeFiles/InspectorResources.dir/build.make:74: share/inspector.gresource] Error 1 make[1]: *** [CMakeFiles/Makefile2:1548: Source/WebKit/CMakeFiles/InspectorResources.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 59%] Built target WebCore make: *** [Makefile:156: all] Error 2 Traceback (most recent call last): File "/app/webkit/Tools/Scripts/make-dist", line 349, in <module> Distcheck(arguments.source_dir, arguments.build_dir).check(output_filename, arguments.port, arguments.unified) File "/app/webkit/Tools/Scripts/make-dist", line 285, in check self.build(build_dir) File "/app/webkit/Tools/Scripts/make-dist", line 259, in build subprocess.check_call(command, cwd=build_dir) File "/usr/lib/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) ```
Attachments
Adrian Perez
Comment 1 2024-11-26 16:44:10 PST
EWS
Comment 2 2024-11-27 01:29:11 PST
Committed 287116@main (795fdaece398): <https://commits.webkit.org/287116@main> Reviewed commits have been landed. Closing PR #37171 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.