<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 - hud_context.c:874:45: error: ‘W_OK’ undeclared"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99244">99244</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>hud_context.c:874:45: error: ‘W_OK’ undeclared
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

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

        <tr>
          <th>Keywords</th>
          <td>bisected, regression
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </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>vlee@freedesktop.org
          </td>
        </tr>

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

        <tr>
          <th>CC</th>
          <td>edmondo@eriadon.com, maraeo@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: 3f5fba8a7be61bfc0f46a5ea058108f6e0e1c268 (master 13.1.0-devel)

  Compiling src/gallium/auxiliary/hud/hud_context.c ...
src/gallium/auxiliary/hud/hud_context.c: In function ‘hud_graph_set_dump_file’:
src/gallium/auxiliary/hud/hud_context.c:874:24: warning: implicit declaration
of function ‘access’ [-Wimplicit-function-declaration]
    if (hud_dump_dir && access(hud_dump_dir, W_OK) == 0) {
                        ^~~~~~
src/gallium/auxiliary/hud/hud_context.c:874:45: error: ‘W_OK’ undeclared (first
use in this function)
    if (hud_dump_dir && access(hud_dump_dir, W_OK) == 0) {
                                             ^~~~

22cd9040da75cac6e1c61b821e1ac6906ac4a8ac is the first bad commit
commit 22cd9040da75cac6e1c61b821e1ac6906ac4a8ac
Author: Edmondo Tommasina <<a href="mailto:edmondo.tommasina@gmail.com">edmondo.tommasina@gmail.com</a>>
Date:   Wed Dec 21 22:58:09 2016 +0100

    gallium/hud: dump hud_driver_query values to files

    Dump values for every selected data source in GALLIUM_HUD.

    Every data source has its own file and the filename is
    equal to the data source identifier.

    Set GALLIUM_HUD_DUMP_DIR to dump values to files in this directory.

    No values are dumped if the environment variable is not set, the
    directory doesn't exist or the user doesn't have write access.

    Signed-off-by: Marek Olšák <<a href="mailto:marek.olsak@amd.com">marek.olsak@amd.com</a>>

:040000 040000 c269ea1aa72e829368e14dc3f923521c2d2de355
e297a9c27c8397302ab9ba61578eacab98cb8bc3 M      src
bisect run success</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>