<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CMake] Error when gst-plugins-base is missing is too confusing"
   href="https://bugs.webkit.org/show_bug.cgi?id=145682">145682</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[CMake] Error when gst-plugins-base is missing is too confusing
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mcatanzaro&#64;igalia.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>If gstreamer is installed but gst-plugins-base is not, we get a horrible build error. We should do better than this.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GSTREAMER_APP_LIBRARIES (ADVANCED)
    linked by target &quot;WebCore&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK2&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
GSTREAMER_AUDIO_LIBRARIES (ADVANCED)
    linked by target &quot;WebCore&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK2&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
GSTREAMER_FFT_LIBRARIES (ADVANCED)
    linked by target &quot;WebCore&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK2&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
GSTREAMER_PBUTILS_LIBRARIES (ADVANCED)
    linked by target &quot;WebCore&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK2&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
GSTREAMER_TAG_LIBRARIES (ADVANCED)
    linked by target &quot;WebCore&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK2&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
GSTREAMER_VIDEO_LIBRARIES (ADVANCED)
    linked by target &quot;WebCore&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target &quot;WebCorePlatformGTK2&quot; in directory /home/mcatanzaro/WebKit/Source/WebCore

-- Configuring incomplete, errors occurred!
See also &quot;/home/mcatanzaro/WebKit/WebKitBuild/Release/CMakeFiles/CMakeOutput.log&quot;.
See also &quot;/home/mcatanzaro/WebKit/WebKitBuild/Release/CMakeFiles/CMakeError.log&quot;.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>