Bug 236235 - [WPE] Running distcheck with USE_SOUP2=OFF fails to install documentation
Summary: [WPE] Running distcheck with USE_SOUP2=OFF fails to install documentation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-07 07:33 PST by Adrian Perez
Modified: 2022-02-08 06:09 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2022-02-08 04:24 PST, Adrian Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>