[Webkit-unassigned] [Bug 186021] New: [WPE] Building WPE from a release tarball fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 27 09:13:28 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186021

            Bug ID: 186021
           Summary: [WPE] Building WPE from a release tarball fails
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aras.vaichas at gmail.com
                CC: bugs-noreply at webkitgtk.org

When building a Production build from the instructions on the Wiki (https://trac.webkit.org/wiki/WPE#BuildingWPEWebKitfromareleasetarball) the build fails with:

~/workspace/webkit/wpewebkit-2.21.2$ cmake -DPORT=WPE -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja
-- The CMake build type is: RelWithDebInfo
-- Could NOT find Ruby (missing: RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found suitable version "2.5.1", minimum required is "1.9")
-- Performing Test CXX_COMPILER_SUPPORTS_-std=c++17
-- Performing Test CXX_COMPILER_SUPPORTS_-std=c++17 - Success
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
-- Found ICU header files in /usr/include
-- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
-- Found ICU internationaliation libraries: /usr/lib/x86_64-linux-gnu/libicui18n.so
-- Found ICU data libraries: /usr/lib/x86_64-linux-gnu/libicudata.so
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find WPEBackend (missing: WPE_INCLUDE_DIRS WPE_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  Source/cmake/FindWPEBackend.cmake:47 (find_package_handle_standard_args)
  Source/cmake/OptionsWPE.cmake:84 (find_package)
  Source/cmake/WebKitCommon.cmake:61 (include)
  CMakeLists.txt:152 (include)


Tested with 2.20.0 and 2.21.2. 
https://wpewebkit.org/releases/wpewebkit-2.20.0.tar.xz
https://wpewebkit.org/releases/wpewebkit-2.21.2.tar.xz

Host is Ubuntu 18.04

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180527/31e70d2b/attachment.html>


More information about the webkit-unassigned mailing list