[Webkit-unassigned] [Bug 220494] New: [GStreamer] Build failure with gst-build: Missing gst/audio/audio.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 19:07:40 PST 2021


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

            Bug ID: 220494
           Summary: [GStreamer] Build failure with gst-build: Missing
                    gst/audio/audio.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com

Steps to reproduce:

* Clone gst-build (e.g. ~/gst-build)
* Build it
* Enable its variables (e.g invoking ~/gst-build/gst-env.py to open a new shell)
* Build WebKit

The build will fail with the following error:

In file included from DerivedSources/ForwardingHeaders/WebCore/GStreamerCommon.h:25,
                 from DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:52,
                 from ../Source/WebKit/Platform/IPC/Decoder.h:33,
                 from ../Source/WebKit/Shared/WebPreferencesStore.h:28,
                 from ../Source/WebKit/UIProcess/WebPreferences.h:32,
                 from ../Source/WebKit/UIProcess/API/glib/WebKitSettingsPrivate.h:31,
                 from ../Tools/TestWebKitAPI/Tests/WebKitGLib/TestUIClient.cpp:24:
DerivedSources/ForwardingHeaders/WebCore/GUniquePtrGStreamer.h:24:10: fatal error: gst/audio/audio.h: No such file or directory
   24 | #include <gst/audio/audio.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.

-- 
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/20210109/91db4d44/attachment-0001.htm>


More information about the webkit-unassigned mailing list