Bug 236235

Summary: [WPE] Running distcheck with USE_SOUP2=OFF fails to install documentation
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, cgarcia, ews-watchlist, gyuyoung.kim, ryuan.choi, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Adrian Perez 2022-02-07 07:33:06 PST
Error message:

[100%] Built target MiniBrowser
Install the project...
-- Install configuration: "Release"
CMake Error at Source/cmake_install.cmake:46 (file):
  file INSTALL cannot find
  "/app/webkit/WebKitBuild/Release/wpewebkit-2.34.5/_build/Documentation/wpe-1.1/html/wpe-1.1":
  No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:47 (include)


make: *** [Makefile:115: install] Error 1
Traceback (most recent call last):
  File "/app/webkit/Tools/Scripts/make-dist", line 345, in <module>
    Distcheck(arguments.source_dir, arguments.build_dir).check(output_filename, arguments.port)
  File "/app/webkit/Tools/Scripts/make-dist", line 286, in check
    self.install(build_dir)
  File "/app/webkit/Tools/Scripts/make-dist", line 270, in install
    subprocess.check_call(['make', 'install'], cwd=build_dir)
  File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2
FAILED: Source/CMakeFiles/distcheck
Comment 1 Adrian Perez 2022-02-08 04:24:15 PST
Created attachment 451235 [details]
Patch
Comment 2 EWS 2022-02-08 06:08:23 PST
Committed r289370 (246958@main): <https://commits.webkit.org/246958@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 451235 [details].
Comment 3 Radar WebKit Bug Importer 2022-02-08 06:09:20 PST
<rdar://problem/88625861>