[Webkit-unassigned] [Bug 273305] New: [CMake][GLib] Build broken with libwebrtc in 2.44.x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 00:16:21 PDT 2024


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

            Bug ID: 273305
           Summary: [CMake][GLib] Build broken with libwebrtc in 2.44.x
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

Easily reproducible from the webkitglib/2.44 branch, or using a release tarball:

  % cmake -S. -Bbuild -DPORT=GTK -DENABLE_WEB_RTC=ON -DUSE_GSTREAMER_WEBRTC=OFF

will result in:

  CMake Error at Source/ThirdParty/libwebrtc/CMakeLists.txt:2129 (add_library):
    Cannot find source file:

      Source/third_party/boringssl/src/crypto/bio/errno.c

    Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
    .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
    .f95 .f03 .hip .ispc


  CMake Error at Source/ThirdParty/libwebrtc/CMakeLists.txt:2129 (add_library):
    No SOURCES given to target: webrtc

The same goes with -DPORT=WPE port, of course.

-- 
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/20240426/b8c5be41/attachment.htm>


More information about the webkit-unassigned mailing list