| Summary: | [WPE] Running distcheck with USE_SOUP2=OFF fails to install documentation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> | ||||
| Component: | Tools / Tests | Assignee: | 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: |
|
||||||
Created attachment 451235 [details]
Patch
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]. |
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