<html>
    <head>
      <base href="https://bugs.freedesktop.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 - scons build broken on 10.5.2 due to activated vega st"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89905">89905</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>scons build broken on 10.5.2 due to activated vega st
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>10.5
          </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>major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kallisti5@unixzen.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In 10.5.2:

<a href="http://cgit.freedesktop.org/mesa/mesa/commit/include/VG?id=3acd7a34ab05b87521b74f626ec637e7fdcc6595">http://cgit.freedesktop.org/mesa/mesa/commit/include/VG?id=3acd7a34ab05b87521b74f626ec637e7fdcc6595</a>

This removes includes/VG which is still referenced in several places causing
the scons builds to fail.


It looks like this commit was included in 10.5.2 while the matching commit to
disable the code wasn't?

<a href="http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/SConscript?id=3acd7a34ab05b87521b74f626ec637e7fdcc6595">http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/SConscript?id=3acd7a34ab05b87521b74f626ec637e7fdcc6595</a>



Might want to document this in 10.5.2 or target it to 10.5.3 (if there will be
a 10.5.3?)


  Compiling src/gallium/state_trackers/vega/api.c ...
  Compiling src/gallium/state_trackers/vega/api_context.c ...
  Compiling src/gallium/state_trackers/vega/api_filters.c ...
src/gallium/state_trackers/vega/api.c:28:18: fatal error: mapi.h: No such file
or directory
 #include "mapi.h"
                  ^
compilation terminated.
scons: *** [build/haiku-x86_64-debug/gallium/state_trackers/vega/api.os] Error
1
  Compiling src/gallium/state_trackers/vega/api_images.c ...
src/gallium/state_trackers/vega/api_context.c:27:23: fatal error: VG/openvg.h:
No such file or directory
 #include "VG/openvg.h"
                       ^
compilation terminated.
scons: ***
[build/haiku-x86_64-debug/gallium/state_trackers/vega/api_context.os] Error 1
src/gallium/state_trackers/vega/api_filters.c:27:23: fatal error: VG/openvg.h:
No such file or directory
 #include "VG/openvg.h"
                       ^
compilation terminated.
scons: ***
[build/haiku-x86_64-debug/gallium/state_trackers/vega/api_filters.os] Error 1
In file included from src/gallium/state_trackers/vega/vg_context.h:30:0,
                 from src/gallium/state_trackers/vega/image.h:30,
                 from src/gallium/state_trackers/vega/api_images.c:27:
src/gallium/state_trackers/vega/vg_state.h:30:23: fatal error: VG/openvg.h: No
such file or directory
 #include "VG/openvg.h"
                       ^
compilation terminated.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>